projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd8661e
)
Typo
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 26 Sep 2019 17:34:14 +0000
(10:34 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 26 Sep 2019 17:34:14 +0000
(10:34 -0700)
techlibs/xilinx/synth_xilinx.cc
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/synth_xilinx.cc
b/techlibs/xilinx/synth_xilinx.cc
index 0445eb7209a9b885aa741a6a5480ce3b7ca9184b..d73cc3b16bebbd41975c84a114024d28a61f058d 100644
(file)
--- a/
techlibs/xilinx/synth_xilinx.cc
+++ b/
techlibs/xilinx/synth_xilinx.cc
@@
-347,7
+347,7
@@
struct SynthXilinxPass : public ScriptPass
"-D DSP_Y_MINWIDTH=9 " // UG901 suggests small multiplies are those 4x4 and smaller
"-D DSP_SIGNEDONLY=1 -D DSP_NAME=$__MUL25X18");
run("select a:mul2dsp");
- run("opt_expr -fine")
:
+ run("opt_expr -fine")
;
run("wreduce");
run("setattr -unset mul2dsp");
run("select -clear");