mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-29 18:29:13 +00:00
Add doc for "test_autotb -seed" option
This commit is contained in:
parent
4c25d1a76f
commit
8cecad5059
1 changed files with 3 additions and 0 deletions
|
@ -348,6 +348,9 @@ struct TestAutotbBackend : public Backend {
|
||||||
log(" -n <int>\n");
|
log(" -n <int>\n");
|
||||||
log(" number of iterations the test bench should run (default = 1000)\n");
|
log(" number of iterations the test bench should run (default = 1000)\n");
|
||||||
log("\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
|
void execute(std::ostream *&f, std::string filename, std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue