Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
litex-boards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Timothy Pearson
litex-boards
Commits
b6df166f
Commit
b6df166f
authored
Jun 10, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
platforms/arty: add spisdcard to _sdcard_pmod_io.
parent
00c8e40d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
litex_boards/platforms/arty.py
litex_boards/platforms/arty.py
+13
-4
No files found.
litex_boards/platforms/arty.py
View file @
b6df166f
...
...
@@ -146,12 +146,21 @@ _io = [
]
_sdcard_pmod_io
=
[
# https://store.digilentinc.com/pmod-microsd-microsd-card-slot/
(
"spisdcard"
,
0
,
Subsignal
(
"clk"
,
Pins
(
"C15"
)),
Subsignal
(
"mosi"
,
Pins
(
"E16"
),
Misc
(
"PULLUP True"
)),
Subsignal
(
"cs_n"
,
Pins
(
"E15"
),
Misc
(
"PULLUP True"
)),
Subsignal
(
"miso"
,
Pins
(
"D15"
),
Misc
(
"PULLUP True"
)),
Misc
(
"SLEW=FAST"
),
IOStandard
(
"LVCMOS33"
),
),
(
"sdcard"
,
0
,
Subsignal
(
"data"
,
Pins
(
"D15 J17 J18 E15"
)),
Subsignal
(
"cmd"
,
Pins
(
"E16"
)),
Subsignal
(
"clk"
,
Pins
(
"C15"
)),
Subsignal
(
"cd"
,
Pins
(
"K15"
)),
IOStandard
(
"LVCMOS33"
),
Misc
(
"SLEW=FAST"
)
Subsignal
(
"cmd"
,
Pins
(
"E16"
)),
Subsignal
(
"clk"
,
Pins
(
"C15"
)),
Subsignal
(
"cd"
,
Pins
(
"K15"
)),
Misc
(
"SLEW=FAST"
),
IOStandard
(
"LVCMOS33"
),
),
]
...
...
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