Commit 19767e1a authored by Florent Kermarrec's avatar Florent Kermarrec

platforms/fpc_iii: avoid using dummy pin on odt.

Now possible with https://github.com/enjoy-digital/litedram/commit/2f5784432d2bd42686c91ea148fcb7849317cf5d.
parent 3deeb695
......@@ -101,7 +101,7 @@ _io = [
Misc("DIFFRESISTOR=100")),
Subsignal("clk_p" , Pins("K16"), IOStandard("SSTL15D_I")),
Subsignal("cke", Pins("D19"), IOStandard("SSTL15_I")),
Subsignal("odt", Pins("H4")), # FIXME not connected
#Subsignal("odt", Pins("")), Not connected.
Subsignal("reset_n", Pins("L20"), IOStandard("SSTL15_I")),
# Pseudo-VCCIO pads: SSTL15_II for 10 mA drive strength, see FPGA-TN-02035, section 6.7.
Subsignal( "vccio", Pins( "C20 E16 J18 K18 L18 L19 N17 N18 T16" ),
......
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