mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
D is 25 bits not 24 bits wide
This commit is contained in:
parent
b88f0f6450
commit
c15a35db84
|
@ -32,7 +32,7 @@ module \$__MUL25X18 (input [24:0] A, input [17:0] B, output [42:0] Y);
|
||||||
.A({{5{A[24]}}, A}),
|
.A({{5{A[24]}}, A}),
|
||||||
.B(B),
|
.B(B),
|
||||||
.C(48'b0),
|
.C(48'b0),
|
||||||
.D(24'b0),
|
.D(25'b0),
|
||||||
.P(P_48),
|
.P(P_48),
|
||||||
|
|
||||||
.INMODE(5'b00000),
|
.INMODE(5'b00000),
|
||||||
|
|
Loading…
Reference in a new issue