aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/anlogic/synth_anlogic.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-04-10 08:32:53 -0700
committerEddie Hung <eddie@fpgeh.com>2019-04-10 08:32:53 -0700
commit9a6da9a79a22e984ee3eec02caa230b66f10e11a (patch)
tree01180d7b91dedcbd5a06ae2a89fb9ad62ad55a13 /techlibs/anlogic/synth_anlogic.cc
parent5f4024ffd2a59e3c0c7edce4057c47d3a005e18f (diff)
downloadyosys-9a6da9a79a22e984ee3eec02caa230b66f10e11a.tar.gz
yosys-9a6da9a79a22e984ee3eec02caa230b66f10e11a.tar.bz2
yosys-9a6da9a79a22e984ee3eec02caa230b66f10e11a.zip
synth_* with -retime option now calls abc with -D 1 as well
Diffstat (limited to 'techlibs/anlogic/synth_anlogic.cc')
-rw-r--r--techlibs/anlogic/synth_anlogic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/anlogic/synth_anlogic.cc b/techlibs/anlogic/synth_anlogic.cc
index 620bf3965..258e3d722 100644
--- a/techlibs/anlogic/synth_anlogic.cc
+++ b/techlibs/anlogic/synth_anlogic.cc
@@ -164,7 +164,7 @@ struct SynthAnlogicPass : public ScriptPass
run("opt -undriven -fine");
run("techmap -map +/techmap.v -map +/anlogic/arith_map.v");
if (retime || help_mode)
- run("abc -dff", "(only if -retime)");
+ run("abc -dff -D 1", "(only if -retime)");
}
if (check_label("map_ffs"))