projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e19d33b
)
Change $__softmul back to $mul
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 1 Aug 2019 19:45:14 +0000
(12:45 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 1 Aug 2019 19:45:14 +0000
(12:45 -0700)
techlibs/xilinx/synth_xilinx.cc
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/synth_xilinx.cc
b/techlibs/xilinx/synth_xilinx.cc
index e5a27015a25de3c63849f138b34402bdbab3e5d6..a787c7c4cad36c1504c51a260cc89c60c92a436a 100644
(file)
--- 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)");