projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6348f95
)
Set USE_MULT and USE_SIMD
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 10 Sep 2019 03:56:29 +0000
(20:56 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Tue, 10 Sep 2019 03:56:29 +0000
(20:56 -0700)
techlibs/xilinx/dsp_map.v
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/dsp_map.v
b/techlibs/xilinx/dsp_map.v
index fdd55afe39ac314f52351695d96bfeb966c0dd1a..cc37f00857af07ff0a935d708d2ffc28b97e3027 100644
(file)
--- a/
techlibs/xilinx/dsp_map.v
+++ b/
techlibs/xilinx/dsp_map.v
@@
-23,7
+23,9
@@
module \$__MUL25X18 (input [24:0] A, input [17:0] B, output [42:0] Y);
.INMODEREG(0),
.MREG(0),
.OPMODEREG(0),
- .PREG(0)
+ .PREG(0),
+ .USE_MULT("MULTIPLY"),
+ .USE_SIMD("ONE48")
) _TECHMAP_REPLACE_ (
//Data path
.A({{5{A[24]}}, A}),