This commit is contained in:
Eddie Hung 2019-09-26 10:34:14 -07:00
parent bd8661e024
commit 033aefc0f4
1 changed files with 1 additions and 1 deletions

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