Fix typo
authorEddie Hung <eddie@fpgeh.com>
Mon, 19 Aug 2019 17:41:18 +0000 (10:41 -0700)
committerEddie Hung <eddie@fpgeh.com>
Mon, 19 Aug 2019 17:41:18 +0000 (10:41 -0700)
passes/techmap/dff2dffe.cc

index e766f2cf6a21a402d26ceb702b39729326c5aba6..0242256e57123a134fb18b79461d968e97e719d0 100644 (file)
@@ -265,7 +265,7 @@ struct Dff2dffePass : public Pass {
                log("\n");
                log("    -unmap\n");
                log("        operate in the opposite direction: replace $dffe cells with combinations\n");
-               log("        of $dff and $mux cells. the options below are ignore in unmap mode.\n");
+               log("        of $dff and $mux cells. the options below are ignored in unmap mode.\n");
                log("\n");
                log("    -unmap-mince N\n");
                log("        Same as -unmap but only unmap $dffe where the clock enable port\n");