File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ module axis_gmii_tx #
9292
9393 // Debug ports
9494
95- output clk_out,
95+ output wire clk_out,
9696 output wire [DATA_WIDTH- 1 :0 ] tdata_out,
9797 output wire talid_out,
9898 output wire last_out,
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ module eth_mac_1g #
195195 input wire cfg_rx_pfc_en,
196196
197197 // debug
198- output clk_out,
198+ output wire clk_out,
199199 output wire [DATA_WIDTH- 1 :0 ] tdata_out,
200200 output wire talid_out,
201201 output wire last_out,
@@ -204,7 +204,7 @@ module eth_mac_1g #
204204 output wire cfg_tx_enable_out,
205205 output wire start_packet_out,
206206 output wire error_underflow_out,
207- output [2 :0 ] state_reg_out,
207+ output wire [2 :0 ] state_reg_out,
208208
209209 output wire [DATA_WIDTH- 1 :0 ] gmii_txd_out,
210210 output wire gmii_tx_en_out,
You can’t perform that action at this time.
0 commit comments