mirror of https://github.com/YosysHQ/yosys.git
Remove peepopt call in synth_xilinx since already in synth -run coarse
This commit is contained in:
parent
b5f1bd0df1
commit
728839d6ca
|
@ -239,11 +239,6 @@ struct SynthXilinxPass : public ScriptPass
|
||||||
// so attempt to convert $pmux-es to the former
|
// so attempt to convert $pmux-es to the former
|
||||||
if (!nosrl || help_mode)
|
if (!nosrl || help_mode)
|
||||||
run("pmux2shiftx", "(skip if '-nosrl')");
|
run("pmux2shiftx", "(skip if '-nosrl')");
|
||||||
|
|
||||||
// Run a number of peephole optimisations, including one
|
|
||||||
// that optimises $mul cells driving $shiftx's B input
|
|
||||||
// and that aids wide mux analysis
|
|
||||||
run("peepopt");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (check_label("bram", "(skip if '-nobram')")) {
|
if (check_label("bram", "(skip if '-nobram')")) {
|
||||||
|
|
Loading…
Reference in New Issue