projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c89cd48
)
Revert ""&nf -D 0" fails => use "-D 1" instead"
author
Eddie Hung
<eddie@fpgeh.com>
Wed, 10 Apr 2019 15:31:35 +0000
(08:31 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Wed, 10 Apr 2019 15:31:35 +0000
(08:31 -0700)
This reverts commit
3c253818cab2013dc4db55732d3e21cfa0dc3f19
.
passes/techmap/abc.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc.cc
b/passes/techmap/abc.cc
index e2a1523482c85be4820fbe9423e69a08c1e31576..f94fc7589d5d53c52a88d214c7abc972faa023af 100644
(file)
--- a/
passes/techmap/abc.cc
+++ b/
passes/techmap/abc.cc
@@
-1675,7
+1675,7
@@
struct AbcPass : public Pass {
if (arg == "-dff") {
dff_mode = true;
if (delay_target.empty())
- delay_target = "-D
1
";
+ delay_target = "-D
0
";
continue;
}
if (arg == "-clk" && argidx+1 < args.size()) {