aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/sf2/synth_sf2.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-04-18 07:59:16 -0700
committerEddie Hung <eddie@fpgeh.com>2019-04-18 07:59:16 -0700
commit6008bb7002f874e5c748eaa2050e7b6c17b32745 (patch)
tree144826f52008c12014157b186b3aa0f057c8d79b /techlibs/sf2/synth_sf2.cc
parent0642baabbceaf4e34ae03c47136ed987b976cdbb (diff)
downloadyosys-6008bb7002f874e5c748eaa2050e7b6c17b32745.tar.gz
yosys-6008bb7002f874e5c748eaa2050e7b6c17b32745.tar.bz2
yosys-6008bb7002f874e5c748eaa2050e7b6c17b32745.zip
Revert "synth_* with -retime option now calls abc with -D 1 as well"
This reverts commit 9a6da9a79a22e984ee3eec02caa230b66f10e11a.
Diffstat (limited to 'techlibs/sf2/synth_sf2.cc')
-rw-r--r--techlibs/sf2/synth_sf2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/sf2/synth_sf2.cc b/techlibs/sf2/synth_sf2.cc
index 3c5a58b4c..0924df7a6 100644
--- a/techlibs/sf2/synth_sf2.cc
+++ b/techlibs/sf2/synth_sf2.cc
@@ -181,7 +181,7 @@ struct SynthSf2Pass : public ScriptPass
run("opt -undriven -fine");
run("techmap -map +/techmap.v -map +/sf2/arith_map.v");
if (retime || help_mode)
- run("abc -dff -D 1", "(only if -retime)");
+ run("abc -dff", "(only if -retime)");
}
if (check_label("map_ffs"))