diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-19 15:19:32 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-19 15:19:32 -0700 |
commit | 1f03154a0cc08c1bde59036d6b0a4a40a3898c3d (patch) | |
tree | 6224dd42399a5c2a5f3cd89f2ca144bcb3d0188c /passes/techmap | |
parent | 526e0813427aae24b9df2eacbbb8c067bdfd5eec (diff) | |
parent | 3f4886e7a3ff14578b9c6d614efd360478e5886e (diff) | |
download | yosys-1f03154a0cc08c1bde59036d6b0a4a40a3898c3d.tar.gz yosys-1f03154a0cc08c1bde59036d6b0a4a40a3898c3d.tar.bz2 yosys-1f03154a0cc08c1bde59036d6b0a4a40a3898c3d.zip |
Merge remote-tracking branch 'origin/master' into xaig_dff
Diffstat (limited to 'passes/techmap')
-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"); |