3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 20:38:44 +00:00

Fix spacing

This commit is contained in:
Eddie Hung 2019-06-21 16:06:13 -07:00
parent aa0b107afb
commit 4d6fac019a

View file

@ -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)