Change $__softmul back to $mul
authorEddie Hung <eddie@fpgeh.com>
Thu, 1 Aug 2019 19:45:14 +0000 (12:45 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 1 Aug 2019 19:45:14 +0000 (12:45 -0700)
techlibs/xilinx/synth_xilinx.cc

index e5a27015a25de3c63849f138b34402bdbab3e5d6..a787c7c4cad36c1504c51a260cc89c60c92a436a 100644 (file)
@@ -334,6 +334,7 @@ struct SynthXilinxPass : public ScriptPass
                        if (help_mode || !nodsp) {
                                run("techmap -map +/xilinx/dsp_map.v", "(skip if '-nodsp')");
                                run("xilinx_dsp", "                     (skip if '-nodsp')");
+                               run("chtype -set $mul t:$__soft_mul","  (skip if '-nodsp')");
                        }
                        if (help_mode) {
                                run("simplemap t:$mux", "         ('-widemux' only)");