Skip to content

Commit

Permalink
kc705: add sdcard_spi IOs.
Browse files Browse the repository at this point in the history
mntng authored and whitequark committed Jul 8, 2017
1 parent 247cbe2 commit ea879b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions migen/build/platforms/kc705.py
Original file line number Diff line number Diff line change
@@ -74,6 +74,13 @@
Subsignal("dat", Pins("AC20 AA23 AA22 AC21")),
IOStandard("LVCMOS25")),

("sdcard_spi", 0,
Subsignal("miso", Pins("AC20")),
Subsignal("clk", Pins("AB23")),
Subsignal("mosi", Pins("AB22")),
Subsignal("cs_n", Pins("AC21")),
IOStandard("LVCMOS25")),

("lcd", 0,
Subsignal("db", Pins("AA13 AA10 AA11 Y10")),
Subsignal("e", Pins("AB10")),

0 comments on commit ea879b2

Please sign in to comment.