mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-28 09:49:11 +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
|
@ -161,7 +161,7 @@ struct SynthCoolrunner2Pass : public ScriptPass
|
|||
|
||||
if (check_label("map_pla"))
|
||||
{
|
||||
run("abc -sop -I 40 -P 56");
|
||||
run("abc -sop -I 40 -P 56" + string(retime ? " -dff -D 1" : ""));
|
||||
run("clean");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue