mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-14 23:05:28 +00:00
Revert "synth_* with -retime option now calls abc with -D 1 as well"
This reverts commit 9a6da9a79a
.
This commit is contained in:
parent
0642baabbc
commit
6008bb7002
11 changed files with 15 additions and 15 deletions
|
@ -163,7 +163,7 @@ struct SynthGowinPass : public ScriptPass
|
|||
run("splitnets -ports");
|
||||
run("setundef -undriven -zero");
|
||||
if (retime || help_mode)
|
||||
run("abc -dff -D 1", "(only if -retime)");
|
||||
run("abc -dff", "(only if -retime)");
|
||||
}
|
||||
|
||||
if (check_label("map_luts"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue