Typo
authorEddie Hung <eddie@fpgeh.com>
Thu, 26 Sep 2019 17:34:14 +0000 (10:34 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 26 Sep 2019 17:34:14 +0000 (10:34 -0700)
techlibs/xilinx/synth_xilinx.cc

index 0445eb7209a9b885aa741a6a5480ce3b7ca9184b..d73cc3b16bebbd41975c84a114024d28a61f058d 100644 (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");