phy: rx: Reset transition analyzer state at the EOT

This commit is contained in:
Markus Koch 2021-08-28 14:24:28 +02:00
parent f5f643287f
commit 9e5b958f46
1 changed files with 4 additions and 0 deletions

View File

@ -160,6 +160,10 @@ begin
last_transition <= LONG;
end case;
end if;
if (not transition_activity) then
last_transition <= LONG;
end if;
end if;
end process transition_analyzer;