mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-09 15:47:31 +00:00
synth_xilinx: use -dress in abc mode
This commit is contained in:
parent
a2aeef6c96
commit
333a0a0396
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ struct SynthXilinxPass : public ScriptPass
|
|||
abc_opts += " -dff";
|
||||
if (retime)
|
||||
abc_opts += " -D 1";
|
||||
run("abc" + abc_opts);
|
||||
run("abc -dress" + abc_opts);
|
||||
}
|
||||
run("clean");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue