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

ethlib and ethernet demo #97

Closed
epsilon-0311 opened this issue Oct 18, 2021 · 0 comments · Fixed by #99
Closed

ethlib and ethernet demo #97

epsilon-0311 opened this issue Oct 18, 2021 · 0 comments · Fixed by #99

Comments

@epsilon-0311
Copy link
Contributor

During setup of patmos and Ethernet I found a set of bugs:

  1. ethlib does not configure the initial RX Buffer Descriptor as empty, therefore the Ethernet MAC assumes the buffer is full and no package is written into the systems RAM.
  2. ethlib_demo UDP Checksum calculation blocks CPU: added line to skip broken packet
  3. eth_wr and eth_rd are dedicated for EMAC io device and not for EthMac. To make this more clear a disclaimer would be helpful.
@Emoun Emoun linked a pull request Oct 18, 2021 that will close this issue
@Emoun Emoun removed a link to a pull request Oct 18, 2021
@Emoun Emoun linked a pull request Oct 18, 2021 that will close this issue
@Emoun Emoun linked a pull request Oct 19, 2021 that will close this issue
@Emoun Emoun closed this as completed Oct 19, 2021
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

Successfully merging a pull request may close this issue.

2 participants