mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-05 21:53:24 +00:00
Remove wreduce call
This commit is contained in:
parent
f3a55d3f06
commit
c460d10e60
1 changed files with 0 additions and 1 deletions
|
@ -328,7 +328,6 @@ struct SynthXilinxPass : public ScriptPass
|
||||||
// Necessary for optimising away $shl cells, as well as $add cells
|
// Necessary for optimising away $shl cells, as well as $add cells
|
||||||
// that have inputs with 1'b0 LSBs
|
// that have inputs with 1'b0 LSBs
|
||||||
run("opt_expr -fine", " (skip if '-nodsp')");
|
run("opt_expr -fine", " (skip if '-nodsp')");
|
||||||
run("wreduce", " (skip if '-nodsp')");
|
|
||||||
run("xilinx_dsp", " (skip if '-nodsp')");
|
run("xilinx_dsp", " (skip if '-nodsp')");
|
||||||
run("chtype -set $mul t:$__soft_mul"," (skip if '-nodsp')");
|
run("chtype -set $mul t:$__soft_mul"," (skip if '-nodsp')");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue