Change $__softmul back to $mul

This commit is contained in:
Eddie Hung 2019-08-01 12:45:14 -07:00
parent e19d33b003
commit fc0b5d5ab6
1 changed files with 1 additions and 0 deletions

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