Remove "opt_expr -fine" call
authorEddie Hung <eddie@fpgeh.com>
Tue, 10 Sep 2019 20:17:47 +0000 (13:17 -0700)
committerEddie Hung <eddie@fpgeh.com>
Tue, 10 Sep 2019 20:17:47 +0000 (13:17 -0700)
techlibs/xilinx/synth_xilinx.cc

index 95b2c40407514e8224b2eda929615ac74bd60586..e13491e2cf51be00f6b1b20ca6ded663f19ed6c4 100644 (file)
@@ -325,7 +325,6 @@ struct SynthXilinxPass : public ScriptPass
                        if (!nodsp || help_mode) {
                                // NB: Xilinx multipliers are signed only
                                run("techmap -map +/mul2dsp.v -map +/xilinx/dsp_map.v -D DSP_A_MAXWIDTH=25 -D DSP_A_MAXWIDTH_PARTIAL=18 -D DSP_B_MAXWIDTH=18 -D DSP_SIGNEDONLY=1 -D DSP_NAME=$__MUL25X18", "(skip if '-nodsp')");
-                               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')");