Skip to content

Commit a613cc8

Browse files
committed
Fix alignment
1 parent 6d70b02 commit a613cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rtl/axis_switch.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ module axis_switch #
7777
parameter ARB_LSB_HIGH_PRIORITY = 1
7878
)
7979
(
80-
input wire clk,
81-
input wire rst,
80+
input wire clk,
81+
input wire rst,
8282

8383
/*
8484
* AXI Stream inputs

0 commit comments

Comments
 (0)