aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/achronix/synth_achronix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'techlibs/achronix/synth_achronix.cc')
-rwxr-xr-xtechlibs/achronix/synth_achronix.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/achronix/synth_achronix.cc b/techlibs/achronix/synth_achronix.cc
index 3dbf20911..626860d9c 100755
--- a/techlibs/achronix/synth_achronix.cc
+++ b/techlibs/achronix/synth_achronix.cc
@@ -152,12 +152,12 @@ struct SynthAchronixPass : public ScriptPass {
run("clean -purge");
run("setundef -undriven -zero");
if (retime || help_mode)
- run("abc -markgroups -dff -D 1", "(only if -retime)");
+ run("abc -markgroups -dff", "(only if -retime)");
}
if (check_label("map_luts"))
{
- run("abc -lut 4" + string(retime ? " -dff -D 1" : ""));
+ run("abc -lut 4" + string(retime ? " -dff" : ""));
run("clean");
}