1
0
mirror of synced 2026-02-12 03:07:07 +00:00

INMODE is 5 bits

This commit is contained in:
Eddie Hung
2019-08-08 10:44:35 -07:00
parent 13cc106cf7
commit 57b2e4b9c1

View File

@@ -32,7 +32,7 @@ module \$__MUL25X18 (input signed [24:0] A, input signed [17:0] B, output signed
.D(24'b0),
.P(P_48),
.INMODE(4'b0000),
.INMODE(5'b00000),
.ALUMODE(4'b0000),
.OPMODE(7'b000101),
.CARRYINSEL(3'b000),