projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70c4171
)
Fix typo
author
Clifford Wolf
<clifford@clifford.at>
Tue, 4 Dec 2018 22:30:23 +0000
(23:30 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Tue, 4 Dec 2018 22:30:23 +0000
(23:30 +0100)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
passes/techmap/dff2dffe.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/dff2dffe.cc
b/passes/techmap/dff2dffe.cc
index 3f5b48c7530ed001f2e4ebd621897dca21e0ae4c..7e10409637bc9c103acdfb08407aa75951c78244 100644
(file)
--- a/
passes/techmap/dff2dffe.cc
+++ b/
passes/techmap/dff2dffe.cc
@@
-263,7
+263,7
@@
struct Dff2dffePass : public Pass {
log("more feedback paths to $dffe cells. It also works on gate-level cells such as\n");
log("$_DFF_P_, $_DFF_N_ and $_MUX_.\n");
log("\n");
- log(" -unmap");
+ 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("\n");