phy: rx: Cleanup
This commit is contained in:
parent
1f894866ab
commit
f5f643287f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user