Skip to content

Commit 6e0440d

Browse files
committed
reset connected to zero
1 parent 82c3bff commit 6e0440d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rtl/eth_mac_1g_gmii.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@ eth_mac_1g #(
291291
)
292292
eth_mac_1g_inst (
293293
.tx_clk(gmii_tx_clk),
294-
.tx_rst(tx_rst),
294+
.tx_rst('0),
295295
.rx_clk(gmii_rx_clk),
296-
.rx_rst(rx_rst),
296+
.rx_rst('0),
297297
.tx_axis_tdata(tx_axis_tdata),
298298
.tx_axis_tvalid(tx_axis_tvalid),
299299
.tx_axis_tready(tx_axis_tready),

0 commit comments

Comments
 (0)