projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c19d134
)
kc705: add spiflash pins
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Thu, 21 Aug 2014 11:34:30 +0000
(13:34 +0200)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Fri, 22 Aug 2014 02:32:58 +0000
(10:32 +0800)
mibuild/platforms/kc705.py
patch
|
blob
|
history
diff --git
a/mibuild/platforms/kc705.py
b/mibuild/platforms/kc705.py
index 7be5635c641fff4c8fe1f47d21156f550da38bd7..e3e7714e85da4cdb8127422ed6f3d2f0d3d6899b 100644
(file)
--- a/
mibuild/platforms/kc705.py
+++ b/
mibuild/platforms/kc705.py
@@
-49,7
+49,13
@@
_io = [
Subsignal("tx", Pins("K24")),
Subsignal("rx", Pins("M19")),
IOStandard("LVCMOS25")),
-
+
+ ("spiflash", 0, # clock needs to be accessed through STARTUPE2
+ Subsignal("cs_n", Pins("U19")),
+ Subsignal("dq", Pins("P24", "R25", "R20", "R21")),
+ IOStandard("LVCMOS25")
+ ),
+
("mmc", 0,
Subsignal("wp", Pins("Y21")),
Subsignal("det", Pins("AA21")),