phy: rx: Reset transition analyzer state at the EOT
This commit is contained in:
parent
f5f643287f
commit
9e5b958f46
@ -160,6 +160,10 @@ begin
|
|||||||
last_transition <= LONG;
|
last_transition <= LONG;
|
||||||
end case;
|
end case;
|
||||||
end if;
|
end if;
|
||||||
|
|
||||||
|
if (not transition_activity) then
|
||||||
|
last_transition <= LONG;
|
||||||
|
end if;
|
||||||
end if;
|
end if;
|
||||||
end process transition_analyzer;
|
end process transition_analyzer;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user