mirror of https://github.com/YosysHQ/yosys.git
Small fix in "sim" help message
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
This commit is contained in:
parent
2f44683f4f
commit
be32de1caa
|
@ -1599,7 +1599,7 @@ struct SimPass : public Pass {
|
|||
log(" -map <filename>\n");
|
||||
log(" read file with port and latch symbols, needed for AIGER witness input\n");
|
||||
log("\n");
|
||||
log(" -scope\n");
|
||||
log(" -scope <name>\n");
|
||||
log(" scope of simulation top model\n");
|
||||
log("\n");
|
||||
log(" -at <time>\n");
|
||||
|
|
Loading…
Reference in New Issue