projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c0be7a
)
Remove signed from ports in +/xilinx/dsp_map.v
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 8 Aug 2019 23:33:20 +0000
(16:33 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 8 Aug 2019 23:33:20 +0000
(16:33 -0700)
techlibs/xilinx/dsp_map.v
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/dsp_map.v
b/techlibs/xilinx/dsp_map.v
index 423e12fbec7de1fd67a8a8fe2affdfbdc53288bf..fdd55afe39ac314f52351695d96bfeb966c0dd1a 100644
(file)
--- a/
techlibs/xilinx/dsp_map.v
+++ b/
techlibs/xilinx/dsp_map.v
@@
-1,4
+1,4
@@
-module \$__MUL25X18 (input
signed [24:0] A, input signed [17:0] B, output signed
[42:0] Y);
+module \$__MUL25X18 (input
[24:0] A, input [17:0] B, output
[42:0] Y);
parameter A_SIGNED = 0;
parameter B_SIGNED = 0;
parameter A_WIDTH = 0;