phy: rx: Cleanup

This commit is contained in:
Markus Koch 2021-08-28 14:23:44 +02:00
parent 1f894866ab
commit f5f643287f

View File

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