platforms/minispartan6: rename sd to sdcard and regroup data lines
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 9 Jan 2020 10:03:17 +0000 (11:03 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 9 Jan 2020 10:12:37 +0000 (11:12 +0100)
litex/boards/platforms/minispartan6.py

index 13a4cc532c7c959f071444cb953de4fde6c188cd..e390c91b7f674ef20333be1a7838dc06d33b3281 100644 (file)
@@ -73,14 +73,11 @@ _io = [
         IOStandard("LVCMOS33"), Drive(8), Misc("SLEW=FAST")
     ),
 
-    ("sd", 0,
-        Subsignal("sck", Pins("L12")),
-        Subsignal("d3", Pins("K12")),
-        Subsignal("d", Pins("M10")),
-        Subsignal("d1", Pins("L10")),
-        Subsignal("d2", Pins("J11")),
-        Subsignal("cmd", Pins("K11")),
-        IOStandard("LVCMOS33")
+    ("sdcard", 0,
+        Subsignal("data", Pins("M10 L10 J11 K12"), Misc("PULLUP")),
+        Subsignal("cmd", Pins("K11"), Misc("PULLUP")),
+        Subsignal("clk", Pins("L12")),
+        IOStandard("LVCMOS33"), Misc("SLEW=FAST")
     ),
 
     ("dvi_in", 0,