Add doc for "test_autotb -seed" option

This commit is contained in:
Eddie Hung 2019-07-26 12:26:54 -07:00
parent 4c25d1a76f
commit 8cecad5059
1 changed files with 3 additions and 0 deletions

View File

@ -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
{