mirror of https://github.com/YosysHQ/yosys.git
INMODE is 5 bits
This commit is contained in:
parent
13cc106cf7
commit
57b2e4b9c1
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue