mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 09:55:20 +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}),
|
||||
.B(B),
|
||||
.C(48'b0),
|
||||
.D(24'b0),
|
||||
.D(25'b0),
|
||||
.P(P_48),
|
||||
|
||||
.INMODE(5'b00000),
|
||||
|
|
Loading…
Reference in a new issue