aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
Diffstat (limited to 'passes')
-rw-r--r--passes/techmap/abc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/abc.cc b/passes/techmap/abc.cc
index e2a152348..f94fc7589 100644
--- 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()) {