(no commit message)
[libreriscv.git] / shakti / m_class / RGMII.mdwn
1 # RGMII Gigabit Ethernet PHY
2
3 * <http://bugs.libre-riscv.org/show_bug.cgi?id=9>
4 * <https://github.com/alexforencich/verilog-ethernet/blob/master/rtl/eth_mac_1g_rgmii.v>
5 * <https://github.com/pkerling/ethernet_mac> - doesn't do RGMII, does GMII.
6 * <https://github.com/enjoy-digital/liteeth> - MII RMII GMII RGMII PHY
7 * <https://github.com/adamgreig/daqnet/blob/master/gateware/daqnet/ethernet/rmii.py> - RMII in nmigen
8 * <https://github.com/HarryMakes/nmigen-stdio/blob/eth/nmigen_stdio/eth/rgmii.py>
9 <https://git.m-labs.hk/M-Labs/HeavyX/commit/59d26d148d58d1b385ba935b6e0685d8d3e850c7>