synth_xilinx: use -dress in abc mode

This commit is contained in:
Lofty 2025-11-06 13:45:51 +00:00
parent a2aeef6c96
commit 333a0a0396
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ struct SynthXilinxPass : public ScriptPass
abc_opts += " -dff"; abc_opts += " -dff";
if (retime) if (retime)
abc_opts += " -D 1"; abc_opts += " -D 1";
run("abc" + abc_opts); run("abc -dress" + abc_opts);
} }
run("clean"); run("clean");