phy: Notify that the end-of-packet has been accepted
This commit is contained in:
parent
d1150fb7db
commit
4a39c3d638
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user