README: Add PHY support/family table.
This commit is contained in:
parent
9f69850697
commit
af5b9f433f
14
README.md
14
README.md
|
@ -4,7 +4,7 @@
|
||||||
/ /__/ / __/ -_) _// __/ _ \
|
/ /__/ / __/ -_) _// __/ _ \
|
||||||
/____/_/\__/\__/___/\__/_//_/
|
/____/_/\__/\__/___/\__/_//_/
|
||||||
|
|
||||||
Copyright 2012-2022 / EnjoyDigital
|
Copyright 2012-2023 / EnjoyDigital
|
||||||
|
|
||||||
A small footprint and configurable Ethernet core
|
A small footprint and configurable Ethernet core
|
||||||
powered by Migen & LiteX
|
powered by Migen & LiteX
|
||||||
|
@ -30,7 +30,16 @@ design flow by generating the verilog rtl that you will use as a standard core.
|
||||||
-----------
|
-----------
|
||||||
PHY:
|
PHY:
|
||||||
- MII, RMII 100Mbps PHYs.
|
- MII, RMII 100Mbps PHYs.
|
||||||
- GMII / RGMII /1000BaseX 1Gbps PHYs.
|
- GMII / RGMII / SGMII / 1000BaseX 1Gbps PHYs.
|
||||||
|
|
||||||
|
| - | All | ECP5 | Spartan6 | Trion | Titanium | 7-Series | Ultrascale(+) |
|
||||||
|
|-------|-----|------|----------|-------|----------|----------|---------------|
|
||||||
|
| MII | X | X | X | X | X | X | X |
|
||||||
|
| RMII | X | X | X | X | X | X | X |
|
||||||
|
| GMII | | | X | | | X | X |
|
||||||
|
| RGMII | | X | X | X | X | X | X |
|
||||||
|
| SGMII | | | | | | X | X |
|
||||||
|
|
||||||
|
|
||||||
Core:
|
Core:
|
||||||
- Configurable MAC (HW or SW interface)
|
- Configurable MAC (HW or SW interface)
|
||||||
|
@ -38,6 +47,7 @@ Core:
|
||||||
|
|
||||||
Frontend:
|
Frontend:
|
||||||
- Etherbone (Wishbone over UDP: Slave or Master support)
|
- Etherbone (Wishbone over UDP: Slave or Master support)
|
||||||
|
- UDP Streaming.
|
||||||
|
|
||||||
[> FPGA Proven
|
[> FPGA Proven
|
||||||
---------------
|
---------------
|
||||||
|
|
Loading…
Reference in New Issue