@@ -237,14 +237,14 @@ module eth_mac_1g #
237237 output wire gmii_rx_er_d3_out,
238238 output wire gmii_rx_er_d4_out,
239239
240- output wire [DATA_WIDTH- 1 :0 ] m_axis_tdata_reg_out ,
241- output wire [DATA_WIDTH- 1 :0 ] m_axis_tdata_next_out ,
242- output wire m_axis_tvalid_reg_out ,
243- output wire m_axis_tvalid_next_out ,
244- output wire m_axis_tlast_reg_out ,
245- output wire m_axis_tlast_next_out ,
246- output wire m_axis_tuser_reg_out ,
247- output wire m_axis_tuser_next_out ,
240+ output wire [DATA_WIDTH- 1 :0 ] tata_reg_out ,
241+ output wire [DATA_WIDTH- 1 :0 ] tata_next_out ,
242+ output wire talid_reg_out ,
243+ output wire talid_next_out ,
244+ output wire tast_reg_out ,
245+ output wire tast_next_out ,
246+ output wire tser_reg_out ,
247+ output wire tser_next_out ,
248248
249249 output wire start_packet_int_reg_out,
250250 output wire start_packet_reg_out,
@@ -324,14 +324,14 @@ axis_gmii_rx_inst (
324324 .gmii_rx_er_d3_out(gmii_rx_er_d3_out),
325325 .gmii_rx_er_d4_out(gmii_rx_er_d4_out),
326326
327- .m_axis_tdata_reg_out(m_axis_tdata_reg_out ),
328- .m_axis_tdata_next_out(m_axis_tdata_next_out ),
329- .m_axis_tvalid_reg_out( m_axis_tvalid_reg_out ),
330- .m_axis_tvalid_next_out( m_axis_tvalid_next_out ),
331- .m_axis_tlast_reg_out( m_axis_tlast_reg_out ),
332- .m_axis_tlast_next_out( m_axis_tlast_next_out ),
333- .m_axis_tuser_reg_out( m_axis_tuser_reg_out ),
334- .m_axis_tuser_next_out( m_axis_tuser_next_out ),
327+ .m_axis_tdata_reg_out(tata_reg_out ),
328+ .m_axis_tdata_next_out(tata_next_out ),
329+ .m_axis_tvalid_reg_out( talid_reg_out ),
330+ .m_axis_tvalid_next_out( talid_next_out ),
331+ .m_axis_tlast_reg_out( tast_reg_out ),
332+ .m_axis_tlast_next_out( tast_next_out ),
333+ .m_axis_tuser_reg_out( tser_reg_out ),
334+ .m_axis_tuser_next_out( tser_next_out ),
335335
336336 .start_packet_int_reg_out(start_packet_int_reg_out),
337337 .start_packet_reg_out(start_packet_reg_out),
0 commit comments