1
0
mirror of synced 2026-05-01 14:07:24 +00:00

Remove peepopt call in synth_xilinx since already in synth -run coarse

This commit is contained in:
Eddie Hung
2019-06-28 12:53:38 -07:00
parent b5f1bd0df1
commit 728839d6ca

View File

@@ -239,11 +239,6 @@ struct SynthXilinxPass : public ScriptPass
// so attempt to convert $pmux-es to the former
if (!nosrl || help_mode)
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')")) {