phy: Do not report tx_active when providing NLPs

This commit is contained in:
Markus Koch 2022-01-22 20:48:49 +01:00
parent a2edc540b2
commit 4e39e3b371
1 changed files with 1 additions and 1 deletions

View File

@ -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