File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ assign error_underflow = error_underflow_reg;
184184assign clk_out = clk;
185185assign tdata_out= s_axis_tdata;
186186assign talid_out= s_axis_tvalid;
187- assign tlast_out = s_axis_tlast;
187+ assign last_out = s_axis_tlast;
188188assign clk_enable_out= clk_enable;
189189assign mii_select_out= mii_select;
190190assign cfg_tx_enable_out= cfg_tx_enable;
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ axis_gmii_tx_inst (
288288 .clk_out(clk_out),
289289 .tdata_out(tdata_out),
290290 .talid_out(talid_out),
291- .tlast_out(tlast_out ),
291+ .last_out(last_out ),
292292 .clk_enable_out(clk_enable_out),
293293 .mii_select_out(mii_select_out),
294294 .cfg_tx_enable_out(cfg_tx_enable_out),
You can’t perform that action at this time.
0 commit comments