From: Eddie Hung Date: Thu, 8 Aug 2019 23:33:20 +0000 (-0700) Subject: Remove signed from ports in +/xilinx/dsp_map.v X-Git-Tag: working-ls180~1039^2~254 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f722b35009275ad9a3f4ce4224fcb6973e3bc80;p=yosys.git Remove signed from ports in +/xilinx/dsp_map.v --- diff --git a/techlibs/xilinx/dsp_map.v b/techlibs/xilinx/dsp_map.v index 423e12fbe..fdd55afe3 100644 --- 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;