phy: rx: Cleanup

This commit is contained in:
Markus Koch 2021-08-28 14:23:44 +02:00
parent 1f894866ab
commit f5f643287f
1 changed files with 1 additions and 2 deletions

View File

@ -146,7 +146,7 @@ begin
if transition_stb then
case last_transition is
when LONG =>
when LONG => -- @suppress: Exit condition through indirect assignment
if transition_duration = LONG then
bit_ev <= TOGGLE;
end if;
@ -266,5 +266,4 @@ begin
end process nlp;
tx_p <= '1' when cnt < 0 else '0';
end block transmitter;
end architecture rtl;