diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-19 10:41:18 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-19 10:41:18 -0700 |
commit | 7e010834ebaaf6e5c87bc29710feee78298bf369 (patch) | |
tree | 3bd13c7532a4d544ecf2ed4b2fe56f63ef293f06 | |
parent | f42ba811b63e38be8b921c8896e340404b6a5ac5 (diff) | |
download | yosys-7e010834ebaaf6e5c87bc29710feee78298bf369.tar.gz yosys-7e010834ebaaf6e5c87bc29710feee78298bf369.tar.bz2 yosys-7e010834ebaaf6e5c87bc29710feee78298bf369.zip |
Fix typo
-rw-r--r-- | passes/techmap/dff2dffe.cc | 2 |
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"); |