mirror of https://github.com/YosysHQ/yosys.git
Add doc for "test_autotb -seed" option
This commit is contained in:
parent
4c25d1a76f
commit
8cecad5059
|
@ -348,6 +348,9 @@ struct TestAutotbBackend : public Backend {
|
|||
log(" -n <int>\n");
|
||||
log(" number of iterations the test bench should run (default = 1000)\n");
|
||||
log("\n");
|
||||
log(" -seed <int>\n");
|
||||
log(" seed used for pseudo-random number generation (default = time)\n");
|
||||
log("\n");
|
||||
}
|
||||
void execute(std::ostream *&f, std::string filename, std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue