Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RMII receive doesn't receive packets with incorrect preamble #72

Open
3 tasks
shuchitak opened this issue Dec 18, 2024 · 0 comments
Open
3 tasks

RMII receive doesn't receive packets with incorrect preamble #72

shuchitak opened this issue Dec 18, 2024 · 0 comments

Comments

@shuchitak
Copy link
Contributor

shuchitak commented 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

  • 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
@shuchitak 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant