phy: Notify that the end-of-packet has been accepted

This commit is contained in:
Markus Koch 2022-01-23 16:31:20 +01:00
parent d1150fb7db
commit 4a39c3d638
1 changed files with 3 additions and 2 deletions

View File

@ -293,8 +293,9 @@ begin
tx_state <= IPG;
tx_mode <= OFF;
bit_cnt <= BIT_CNT_MAX_IPG;
bit_stage <= '0';
bit_cnt <= BIT_CNT_MAX_IPG;
bit_stage <= '0';
phy_out.tx_data_ack <= '1'; -- Notify that the end-of-packet has been accepted
end procedure transmit_ipg;
procedure transmit_nlp is