Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
ea879b2f
Commit
ea879b2f
authored
7 years ago
by
mntng
Committed by
whitequark
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
kc705: add sdcard_spi IOs.
parent
247cbe2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
migen/build/platforms/kc705.py
migen/build/platforms/kc705.py
+7
-0
No files found.
migen/build/platforms/kc705.py
View file @
ea879b2f
...
@@ -74,6 +74,13 @@ _io = [
...
@@ -74,6 +74,13 @@ _io = [
Subsignal
(
"dat"
,
Pins
(
"AC20 AA23 AA22 AC21"
)),
Subsignal
(
"dat"
,
Pins
(
"AC20 AA23 AA22 AC21"
)),
IOStandard
(
"LVCMOS25"
)),
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
,
(
"lcd"
,
0
,
Subsignal
(
"db"
,
Pins
(
"AA13 AA10 AA11 Y10"
)),
Subsignal
(
"db"
,
Pins
(
"AA13 AA10 AA11 Y10"
)),
Subsignal
(
"e"
,
Pins
(
"AB10"
)),
Subsignal
(
"e"
,
Pins
(
"AB10"
)),
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment