We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247cbe2 commit ea879b2Copy full SHA for ea879b2
migen/build/platforms/kc705.py
@@ -74,6 +74,13 @@
74
Subsignal("dat", Pins("AC20 AA23 AA22 AC21")),
75
IOStandard("LVCMOS25")),
76
77
+ ("sdcard_spi", 0,
78
+ Subsignal("miso", Pins("AC20")),
79
+ Subsignal("clk", Pins("AB23")),
80
+ Subsignal("mosi", Pins("AB22")),
81
+ Subsignal("cs_n", Pins("AC21")),
82
+ IOStandard("LVCMOS25")),
83
+
84
("lcd", 0,
85
Subsignal("db", Pins("AA13 AA10 AA11 Y10")),
86
Subsignal("e", Pins("AB10")),
0 commit comments