projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78d35a8
)
Revert "abc -dff now implies "-D 0" otherwise retiming doesn't happen"
author
Eddie Hung
<eddie@fpgeh.com>
Wed, 10 Apr 2019 15:31:40 +0000
(08:31 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Wed, 10 Apr 2019 15:31:40 +0000
(08:31 -0700)
This reverts commit
19271bd996a79cb4be1db658fcf18227ee0a1dff
.
passes/techmap/abc.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc.cc
b/passes/techmap/abc.cc
index f94fc7589d5d53c52a88d214c7abc972faa023af..3adbe0a0480c6c71af1f8fa9e68d7b6858577280 100644
(file)
--- a/
passes/techmap/abc.cc
+++ b/
passes/techmap/abc.cc
@@
-1674,8
+1674,6
@@
struct AbcPass : public Pass {
}
if (arg == "-dff") {
dff_mode = true;
- if (delay_target.empty())
- delay_target = "-D 0";
continue;
}
if (arg == "-clk" && argidx+1 < args.size()) {