projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c25d1a
)
Add doc for "test_autotb -seed" option
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 26 Jul 2019 19:26:54 +0000
(12:26 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 26 Jul 2019 19:26:54 +0000
(12:26 -0700)
passes/tests/test_autotb.cc
patch
|
blob
|
history
diff --git
a/passes/tests/test_autotb.cc
b/passes/tests/test_autotb.cc
index bfb1d66423654f7173c653d294a12411f187b5f6..7eee6a5685176c6f018b667628f1231cb6180b04 100644
(file)
--- a/
passes/tests/test_autotb.cc
+++ b/
passes/tests/test_autotb.cc
@@
-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
{