mirror of https://github.com/YosysHQ/yosys.git
Change $__softmul back to $mul
This commit is contained in:
parent
e19d33b003
commit
fc0b5d5ab6
|
@ -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)");
|
||||
|
|
Loading…
Reference in New Issue