Make all operands signed
authorEddie Hung <eddie@fpgeh.com>
Wed, 17 Jul 2019 21:25:40 +0000 (14:25 -0700)
committerEddie Hung <eddie@fpgeh.com>
Wed, 17 Jul 2019 21:25:40 +0000 (14:25 -0700)
techlibs/xilinx/dsp_map.v

index 28e4568987f4402455c7ca94bae497dfe9300f2e..32f5709354becc777f42af82ae58cdf3a80e8534 100644 (file)
@@ -1,4 +1,4 @@
-module \$__MUL25X18 (input [24:0] A, input [17:0] B, output [42:0] Y);
+module \$__MUL25X18 (input signed [24:0] A, input signed [17:0] B, output signed [42:0] Y);
        wire [47:0] P_48;
        DSP48E1 #(
                // Disable all registers