Fixed minor typo in "sim" help message
authoracw1251 <acwright@mit.edu>
Wed, 12 Sep 2018 22:33:27 +0000 (18:33 -0400)
committeracw1251 <acwright@mit.edu>
Wed, 12 Sep 2018 22:34:27 +0000 (18:34 -0400)
passes/sat/sim.cc

index fadffcdbc3f82d7f3b0f11ca5613e7cf999547cc..53e248adf578d576ca883ddd32dc303f5fc77ada 100644 (file)
@@ -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");