mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
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(" -map <filename>\n");
|
||||||
log(" read file with port and latch symbols, needed for AIGER witness input\n");
|
log(" read file with port and latch symbols, needed for AIGER witness input\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -scope\n");
|
log(" -scope <name>\n");
|
||||||
log(" scope of simulation top model\n");
|
log(" scope of simulation top model\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -at <time>\n");
|
log(" -at <time>\n");
|
||||||
|
|
Loading…
Reference in a new issue