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 6e0440d commit 028355dCopy full SHA for 028355d
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('0),
+ .tx_rst(1'b0),
295
.rx_clk(gmii_rx_clk),
296
- .rx_rst('0),
+ .rx_rst(1'b0),
297
.tx_axis_tdata(tx_axis_tdata),
298
.tx_axis_tvalid(tx_axis_tvalid),
299
.tx_axis_tready(tx_axis_tready),
0 commit comments