-
Notifications
You must be signed in to change notification settings - Fork 103
mdio writes in udp config #156
Copy link
Copy link
Open
Description
Is there a way to do mdio writes when the core is configured in udp mode?
Here's my core config:
# PHY ----------------------------------------------------------------------
phy: LiteEthPHYRMII
vendor: xilinx
toolchain: vivado
# Core ---------------------------------------------------------------------
clk_freq: 50e6
core: udp
data_width: 32
endianness: big
udp_ports: {
"udp0": {
"data_width": 32,
"tx_fifo_depth": 1024,
"rx_fifo_depth": 1024,
},
"udp1": {
"data_width": 32,
"tx_fifo_depth": 1024,
"rx_fifo_depth": 1024,
},
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels