mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 20:38:44 +00:00
Fix spacing
This commit is contained in:
parent
aa0b107afb
commit
4d6fac019a
|
@ -62,7 +62,7 @@ module \$shiftx (A, B, Y);
|
|||
.A_SIGNED(A_SIGNED),
|
||||
.B_SIGNED(0),
|
||||
.A_WIDTH(A_WIDTH),
|
||||
.B_WIDTH(B_WIDTH-1'd1),
|
||||
.B_WIDTH($clog2(A_WIDTH*B_WIDTH)),
|
||||
.Y_WIDTH(Y_WIDTH)
|
||||
) _TECHMAP_REPLACE_ (
|
||||
.A(A_without_x), .B(B[B_WIDTH-2:0]), .Y(Y)
|
||||
|
|
Loading…
Reference in a new issue