aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-19 10:41:18 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-19 10:41:18 -0700
commit7e010834ebaaf6e5c87bc29710feee78298bf369 (patch)
tree3bd13c7532a4d544ecf2ed4b2fe56f63ef293f06 /passes
parentf42ba811b63e38be8b921c8896e340404b6a5ac5 (diff)
downloadyosys-7e010834ebaaf6e5c87bc29710feee78298bf369.tar.gz
yosys-7e010834ebaaf6e5c87bc29710feee78298bf369.tar.bz2
yosys-7e010834ebaaf6e5c87bc29710feee78298bf369.zip
Fix typo
Diffstat (limited to 'passes')
-rw-r--r--passes/techmap/dff2dffe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/dff2dffe.cc b/passes/techmap/dff2dffe.cc
index e766f2cf6..0242256e5 100644
--- a/passes/techmap/dff2dffe.cc
+++ b/passes/techmap/dff2dffe.cc
@@ -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");