Remove wreduce call
authorEddie Hung <eddie@fpgeh.com>
Tue, 10 Sep 2019 21:17:35 +0000 (14:17 -0700)
committerEddie Hung <eddie@fpgeh.com>
Tue, 10 Sep 2019 21:17:35 +0000 (14:17 -0700)
techlibs/xilinx/synth_xilinx.cc

index c99b779051c3707e8dc7e9da5be39deca48a822c..9ad28a9335625e9303110b3b49337b4433b2001b 100644 (file)
@@ -328,7 +328,6 @@ struct SynthXilinxPass : public ScriptPass
                                // Necessary for optimising away $shl cells, as well as $add cells
                                //   that have inputs with 1'b0 LSBs
                                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')");
                        }