platforms/minispartan6: rename sd to sdcard and regroup data lines

This commit is contained in:
Florent Kermarrec 2020-01-09 11:03:17 +01:00
parent e99740e814
commit 2cf95e9f93
1 changed files with 5 additions and 8 deletions

View File

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