aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/gowin/arith_map.v
diff options
context:
space:
mode:
authorDiego H <diego@symbioticeda.com>2019-09-02 17:43:27 -0500
committerDiego H <diego@symbioticeda.com>2019-09-02 17:43:27 -0500
commit5aa8d7ceeb663be24c7b815822d0de2ee25431a6 (patch)
treeb02a816b1d1fb0b9c144d50d9f54fa2a4329aaf9 /techlibs/gowin/arith_map.v
parent98a54353b7d893752d856b3726853d4921c6aa1f (diff)
downloadyosys-5aa8d7ceeb663be24c7b815822d0de2ee25431a6.tar.gz
yosys-5aa8d7ceeb663be24c7b815822d0de2ee25431a6.tar.bz2
yosys-5aa8d7ceeb663be24c7b815822d0de2ee25431a6.zip
Updating gowin
Diffstat (limited to 'techlibs/gowin/arith_map.v')
-rw-r--r--techlibs/gowin/arith_map.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/gowin/arith_map.v b/techlibs/gowin/arith_map.v
index e15de6423..af805b254 100644
--- a/techlibs/gowin/arith_map.v
+++ b/techlibs/gowin/arith_map.v
@@ -45,7 +45,7 @@ module _80_gw1n_alu(A, B, CI, BI, X, Y, CO);
genvar i;
generate for (i = 0; i < Y_WIDTH; i = i + 1) begin:slice
- ALU #(.ALU_MODE(32'b0))
+ ALU #(.ALU_MODE(0))
alu(.I0(AA[i]),
.I1(BB[i]),
.I3(1'b0),