mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-29 18:29:13 +00:00
synth_* with -retime option now calls abc with -D 1 as well
This commit is contained in:
parent
5f4024ffd2
commit
9a6da9a79a
11 changed files with 15 additions and 15 deletions
|
@ -242,7 +242,7 @@ struct SynthEcp5Pass : public ScriptPass
|
|||
else
|
||||
run("techmap -map +/techmap.v -map +/ecp5/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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue