diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-01 12:45:14 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-01 12:45:14 -0700 |
commit | fc0b5d5ab6bcbb6cc5fcacab479504c08ab80d23 (patch) | |
tree | 2d33f0b3a9d45c95bba3533a7791a8c719e62c04 /techlibs | |
parent | e19d33b003702a03b191fa2eda14d016a6bce0aa (diff) | |
download | yosys-fc0b5d5ab6bcbb6cc5fcacab479504c08ab80d23.tar.gz yosys-fc0b5d5ab6bcbb6cc5fcacab479504c08ab80d23.tar.bz2 yosys-fc0b5d5ab6bcbb6cc5fcacab479504c08ab80d23.zip |
Change $__softmul back to $mul
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/xilinx/synth_xilinx.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc index e5a27015a..a787c7c4c 100644 --- a/techlibs/xilinx/synth_xilinx.cc +++ b/techlibs/xilinx/synth_xilinx.cc @@ -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)"); |