Commit 7525b877 authored by Florent Kermarrec's avatar Florent Kermarrec

platforms/fpc_iii: avoid dummy pin on ethernet.rst_n.

rst_n is optional in LiteEth's PHYs.
parent 19767e1a
......@@ -123,7 +123,7 @@ _io = [
Subsignal("mdio", Pins("J5")),
Subsignal("rx_er", Pins("K5")),
Subsignal("int_n", Pins("M4")),
Subsignal("rst_n", Pins("C9")), # FIXME not connected
#Subsignal("rst_n", Pins("")), # Not connected
IOStandard("LVCMOS33")
),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment