3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-10 19:27:07 +00:00

Remove wreduce call

This commit is contained in:
Eddie Hung 2019-09-10 14:17:35 -07:00
parent f3a55d3f06
commit c460d10e60

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')");
}