Remove wreduce call

This commit is contained in:
Eddie Hung 2019-09-10 14:17:35 -07:00
parent f3a55d3f06
commit c460d10e60
1 changed files with 0 additions and 1 deletions

View File

@ -328,7 +328,6 @@ struct SynthXilinxPass : public ScriptPass
// Necessary for optimising away $shl cells, as well as $add cells
// that have inputs with 1'b0 LSBs
run("opt_expr -fine", " (skip if '-nodsp')");
run("wreduce", " (skip if '-nodsp')");
run("xilinx_dsp", " (skip if '-nodsp')");
run("chtype -set $mul t:$__soft_mul"," (skip if '-nodsp')");
}