Skip to content

Commit cf2c114

Browse files
committed
syntax fix
1 parent d5ff12f commit cf2c114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/eth_mac_1g.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ if (MAC_CTRL_ENABLE) begin : mac_ctrl
458458
)
459459
mac_ctrl_rx_inst (
460460
.clk(gmii_rx_clk),
461-
.rst(gmii_rx_rst),s_axis_t
461+
.rst(gmii_rx_rst),
462462
.s_axis_tdest(0),
463463
.s_axis_tuser(rx_axis_tuser_int),
464464

0 commit comments

Comments
 (0)