-
Notifications
You must be signed in to change notification settings - Fork 129
MDIO Engine
nf10_mdio
v1.00a
pcore (HW) + driver (SW)
netfpga-10g/lib/hw/std/pcores/nf10_mdio_v1_00_a/
netfpga-10g/lib/sw/std/drivers/nf10_mdio_v1_00_a/
MDIO, AXI4-Lite
S_AXI: Slave AXI4-Lite
None
See Xilinx AXI Ethernet Lite. Note that only MDIO related registers have effect since all other logics are trimmed.
Reuse is good. To program AEL2005 with MDIO, we reuse the MDIO engine that is already shipped with Xilinx AXI Ethernet Lite IP core. This core is a derived work of the original Xilinx IP, minus ALL the MAC functionality, such as ping-pong buffer, client side AXI stream, and the MAC itself. We reuse the MDIO engine hardware (HDL) and the software (emaclite driver).
As one modification we have add to Xilinx AXI Ethernet Lite is IEEE 802.3 Clause 45 capability (i.e. 10 Gigabit Ethernet MDIO) in addition to Clause 22. You may find the embedded software in projects loopback_test and loopback_test_1g useful in terms of demonstrating reading/writing AEL2005 MDIO registers.