aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/xilinx
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-09-12 17:10:43 -0700
committerEddie Hung <eddie@fpgeh.com>2019-09-12 17:10:43 -0700
commit3a390733027584071d0cd3b2d99c738ce6f1a829 (patch)
tree89b8dd1c29959dc6b744a4675c3e1c91a38b7507 /techlibs/xilinx
parenta1123b095c54adb3a700aa33f98edf1dcee12ac2 (diff)
downloadyosys-3a390733027584071d0cd3b2d99c738ce6f1a829.tar.gz
yosys-3a390733027584071d0cd3b2d99c738ce6f1a829.tar.bz2
yosys-3a390733027584071d0cd3b2d99c738ce6f1a829.zip
Set more ports explicitly
Diffstat (limited to 'techlibs/xilinx')
-rw-r--r--techlibs/xilinx/dsp_map.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/techlibs/xilinx/dsp_map.v b/techlibs/xilinx/dsp_map.v
index cc37f0085..8901b215b 100644
--- a/techlibs/xilinx/dsp_map.v
+++ b/techlibs/xilinx/dsp_map.v
@@ -25,7 +25,8 @@ module \$__MUL25X18 (input [24:0] A, input [17:0] B, output [42:0] Y);
.OPMODEREG(0),
.PREG(0),
.USE_MULT("MULTIPLY"),
- .USE_SIMD("ONE48")
+ .USE_SIMD("ONE48"),
+ .USE_DPORT("FALSE")
) _TECHMAP_REPLACE_ (
//Data path
.A({{5{A[24]}}, A}),