aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2019-04-05 15:46:18 -0700
committerEddie Hung <eddieh@ece.ubc.ca>2019-04-05 15:46:18 -0700
commit0364a5d811f79364f35b72935fe90bc188229c19 (patch)
tree221646765409f5eddcd066dc72b4bb17097fd008 /passes/techmap
parent544843da717734ab9bd9bd88f71db2475fc3abc0 (diff)
parent97587015748eb9f7e0d55a1121f604b8b462b45a (diff)
downloadyosys-0364a5d811f79364f35b72935fe90bc188229c19.tar.gz
yosys-0364a5d811f79364f35b72935fe90bc188229c19.tar.bz2
yosys-0364a5d811f79364f35b72935fe90bc188229c19.zip
Merge branch 'eddie/fix_retime' into xc7srl
Diffstat (limited to 'passes/techmap')
-rw-r--r--passes/techmap/abc.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/passes/techmap/abc.cc b/passes/techmap/abc.cc
index 21b70f492..4876f3009 100644
--- a/passes/techmap/abc.cc
+++ b/passes/techmap/abc.cc
@@ -1674,6 +1674,8 @@ struct AbcPass : public Pass {
}
if (arg == "-dff") {
dff_mode = true;
+ if (delay_target.empty())
+ delay_target = "-D 1";
continue;
}
if (arg == "-clk" && argidx+1 < args.size()) {