3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-30 18:59:14 +00:00

synth_* with -retime option now calls abc with -D 1 as well

This commit is contained in:
Eddie Hung 2019-04-10 08:32:53 -07:00
parent 5f4024ffd2
commit 9a6da9a79a
11 changed files with 15 additions and 15 deletions

View file

@ -274,7 +274,7 @@ struct SynthIce40Pass : public ScriptPass
else
run("techmap -map +/techmap.v -map +/ice40/arith_map.v");
if (retime || help_mode)
run("abc -dff", "(only if -retime)");
run("abc -dff -D 1", "(only if -retime)");
run("ice40_opt");
}