projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f1bbe
)
Fixed minor typo in "sim" help message
author
acw1251
<acwright@mit.edu>
Wed, 12 Sep 2018 22:33:27 +0000
(18:33 -0400)
committer
acw1251
<acwright@mit.edu>
Wed, 12 Sep 2018 22:34:27 +0000
(18:34 -0400)
passes/sat/sim.cc
patch
|
blob
|
history
diff --git
a/passes/sat/sim.cc
b/passes/sat/sim.cc
index fadffcdbc3f82d7f3b0f11ca5613e7cf999547cc..53e248adf578d576ca883ddd32dc303f5fc77ada 100644
(file)
--- a/
passes/sat/sim.cc
+++ b/
passes/sat/sim.cc
@@
-778,7
+778,7
@@
struct SimPass : public Pass {
log(" number of cycles to simulate (default: 20)\n");
log("\n");
log(" -a\n");
- log(" include all nets in VCD output, n
u
t just those with public names\n");
+ log(" include all nets in VCD output, n
o
t just those with public names\n");
log("\n");
log(" -w\n");
log(" writeback mode: use final simulation state as new init state\n");