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

eth: A proposal to add Ethernet interface & RGMII transceiver module #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Jan 30, 2020

On this pull request, I propose a fundamental design for implementing the Ethernet interface and a working RGMII transmitter/receiver module. Here are the main features:

  1. eth.Endpoint: A representation of a container for the received/transmitted packet. It is based on MiSoC's stream.Endpoint and LiteEthMini. This Python module can be used and further extended for implementing the MAC interface, such the Preamble and CRC.

  2. eth.rgmii.EthRGMII: A RGMII transmitter/receiver module. Separately, EthRGMIITX and EthRGMIIRX are the transmitter and receiver module respectively. Currently, no unit tests were made, but the modules have been tested on a Lattice ECP5, using these two SoC module designs:

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 this pull request may close these issues.

None yet

1 participant