phy: Do not report tx_active when providing NLPs
This commit is contained in:
parent
a2edc540b2
commit
4e39e3b371
@ -380,7 +380,7 @@ begin
|
||||
end case;
|
||||
end if;
|
||||
end process tx_main;
|
||||
phy_out.tx_active <= '1' when tx_state /= IDLE else '0';
|
||||
phy_out.tx_active <= '1' when (tx_state /= IDLE and tx_state /= NLP) else '0';
|
||||
|
||||
driver : process(clk, rst) is
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user