aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/easic/synth_easic.cc
diff options
context:
space:
mode:
Diffstat (limited to 'techlibs/easic/synth_easic.cc')
-rw-r--r--techlibs/easic/synth_easic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/easic/synth_easic.cc b/techlibs/easic/synth_easic.cc
index dd9e3dab7..7bacc7890 100644
--- a/techlibs/easic/synth_easic.cc
+++ b/techlibs/easic/synth_easic.cc
@@ -158,7 +158,7 @@ struct SynthEasicPass : public ScriptPass
run("techmap");
run("opt -fast");
if (retime || help_mode) {
- run("abc -dff", " (only if -retime)");
+ run("abc -dff -D 1", " (only if -retime)");
run("opt_clean", "(only if -retime)");
}
}