mirror of https://github.com/YosysHQ/yosys.git
synth_xilinx: use -dress in abc mode
This commit is contained in:
parent
a2aeef6c96
commit
333a0a0396
|
|
@ -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…
Reference in New Issue