Skip to content

Commit

Permalink
kc705: sdcard_spi → mmc_spi
Browse files Browse the repository at this point in the history
whitequark authored Jul 8, 2017
1 parent ea879b2 commit ea55abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migen/build/platforms/kc705.py
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@
Subsignal("dat", Pins("AC20 AA23 AA22 AC21")),
IOStandard("LVCMOS25")),

("sdcard_spi", 0,
("mmc_spi", 0,
Subsignal("miso", Pins("AC20")),
Subsignal("clk", Pins("AB23")),
Subsignal("mosi", Pins("AB22")),

0 comments on commit ea55abc

Please sign in to comment.