-
Notifications
You must be signed in to change notification settings - Fork 87
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
LiteEth Linux driver: Discuss software interface, make sure it's convenient and will be stable over time. #60
Comments
Hi @enjoy-digital , On the NexysA7, these are the RMII PHY connections that I see support for in gen.py:
How does SOC communicates with LiteEth ? Is it a stream interface that receives TCP or UDP packets ? |
Hi @fontamsoc, very nice project work on FontamSoC, you really did quite a bit of work! For the LiteEth integration in standalone mode (as I think you are using LiteDRAM in FontamSoC), the interface is a wishbone interface, that gives accesses to the write/read buffers and to the registers. The Microwatt project already uses LiteEth in standalone mode, so you can find useful examples here:
For the Linux driver, you can find it here: Happy to help you if you have questions while studying this. Florent |
TODO.
The text was updated successfully, but these errors were encountered: