You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests test_4_2_4.py and test_4_1_9.py fail since the DUT is expected to receive frames with preambles that are either of incorrect length or have incorrect nibble values.
The MII receiver is able to handle incorrect preambles and successfully receive the packet while the RMII receiver drops them.
As part of this issue
Investigate if supporting invalid preamble is a requirement. If yes,
Add this functionality in the 4b and 1b receiver code, else
Document this limitation in the RMII documentation
The text was updated successfully, but these errors were encountered:
shuchitak
changed the title
RMII RX doesn't receive packets with incorrect preamble
RMII receive doesn't receive packets with incorrect preamble
Dec 18, 2024
Tests test_4_2_4.py and test_4_1_9.py fail since the DUT is expected to receive frames with preambles that are either of incorrect length or have incorrect nibble values.
The MII receiver is able to handle incorrect preambles and successfully receive the packet while the RMII receiver drops them.
As part of this issue
The text was updated successfully, but these errors were encountered: