3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 10:25:19 +00:00
This commit is contained in:
Eddie Hung 2019-09-26 10:34:14 -07:00
parent bd8661e024
commit 033aefc0f4

View file

@ -347,7 +347,7 @@ struct SynthXilinxPass : public ScriptPass
"-D DSP_Y_MINWIDTH=9 " // UG901 suggests small multiplies are those 4x4 and smaller
"-D DSP_SIGNEDONLY=1 -D DSP_NAME=$__MUL25X18");
run("select a:mul2dsp");
run("opt_expr -fine"):
run("opt_expr -fine");
run("wreduce");
run("setattr -unset mul2dsp");
run("select -clear");