projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f42ba81
)
Fix typo
author
Eddie Hung
<eddie@fpgeh.com>
Mon, 19 Aug 2019 17:41:18 +0000
(10:41 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Mon, 19 Aug 2019 17:41:18 +0000
(10:41 -0700)
passes/techmap/dff2dffe.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/dff2dffe.cc
b/passes/techmap/dff2dffe.cc
index e766f2cf6a21a402d26ceb702b39729326c5aba6..0242256e57123a134fb18b79461d968e97e719d0 100644
(file)
--- 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 ignore
d
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");