We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c3bff commit 6e0440dCopy full SHA for 6e0440d
rtl/eth_mac_1g_gmii.v
@@ -291,9 +291,9 @@ eth_mac_1g #(
291
)
292
eth_mac_1g_inst (
293
.tx_clk(gmii_tx_clk),
294
- .tx_rst(tx_rst),
+ .tx_rst('0),
295
.rx_clk(gmii_rx_clk),
296
- .rx_rst(rx_rst),
+ .rx_rst('0),
297
.tx_axis_tdata(tx_axis_tdata),
298
.tx_axis_tvalid(tx_axis_tvalid),
299
.tx_axis_tready(tx_axis_tready),
0 commit comments