Remove signed from ports in +/xilinx/dsp_map.v
authorEddie Hung <eddie@fpgeh.com>
Thu, 8 Aug 2019 23:33:20 +0000 (16:33 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 8 Aug 2019 23:33:20 +0000 (16:33 -0700)
techlibs/xilinx/dsp_map.v

index 423e12fbec7de1fd67a8a8fe2affdfbdc53288bf..fdd55afe39ac314f52351695d96bfeb966c0dd1a 100644 (file)
@@ -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;