mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Document (* gentb_skip *) attr for test_autotb
This commit is contained in:
parent
b66c99ece0
commit
70c607d7dd
1 changed files with 3 additions and 0 deletions
|
@ -345,6 +345,9 @@ struct TestAutotbBackend : public Backend {
|
|||
log("value after initialization. This can e.g. be used to force a reset signal\n");
|
||||
log("low in order to explore more inner states in a state machine.\n");
|
||||
log("\n");
|
||||
log("The attribute 'gentb_skip' can be attached to modules to suppress testbench\n");
|
||||
log("generation.\n");
|
||||
log("\n");
|
||||
log(" -n <int>\n");
|
||||
log(" number of iterations the test bench should run (default = 1000)\n");
|
||||
log("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue