aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracw1251 <acwright@mit.edu>2018-09-12 18:33:27 -0400
committeracw1251 <acwright@mit.edu>2018-09-12 18:34:27 -0400
commit5fe16c25b81d507fa41381eca70c5aada59db25f (patch)
tree9ba51f4507ab80a32e2e710c3fb49eebe18cfe5b
parent51f1bbeeb08020a9b739d2bd0cf4d79ca6e62015 (diff)
downloadyosys-5fe16c25b81d507fa41381eca70c5aada59db25f.tar.gz
yosys-5fe16c25b81d507fa41381eca70c5aada59db25f.tar.bz2
yosys-5fe16c25b81d507fa41381eca70c5aada59db25f.zip
Fixed minor typo in "sim" help message
-rw-r--r--passes/sat/sim.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/sat/sim.cc b/passes/sat/sim.cc
index fadffcdbc..53e248adf 100644
--- 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, nut just those with public names\n");
+ log(" include all nets in VCD output, not just those with public names\n");
log("\n");
log(" -w\n");
log(" writeback mode: use final simulation state as new init state\n");