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
0b11aba8
Commit
0b11aba8
authored
May 29, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
platforms/nexys_video: add spisdcard pins.
parent
76df4e39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
litex_boards/platforms/nexys_video.py
litex_boards/platforms/nexys_video.py
+10
-0
No files found.
litex_boards/platforms/nexys_video.py
View file @
0b11aba8
...
...
@@ -69,6 +69,16 @@ _io = [
IOStandard
(
"LVCMOS33"
),
),
(
"spisdcard"
,
0
,
Subsignal
(
"rst"
,
Pins
(
"V20"
)),
Subsignal
(
"clk"
,
Pins
(
"W19"
)),
Subsignal
(
"mosi"
,
Pins
(
"W20"
),
Misc
(
"PULLUP True"
)),
Subsignal
(
"cs_n"
,
Pins
(
"U18"
),
Misc
(
"PULLUP True"
)),
Subsignal
(
"miso"
,
Pins
(
"V19"
),
Misc
(
"PULLUP True"
)),
Misc
(
"SLEW=FAST"
),
IOStandard
(
"LVCMOS33"
),
),
(
"sdcard"
,
0
,
Subsignal
(
"rst"
,
Pins
(
"V20"
),
Misc
(
"PULLUP True"
)),
Subsignal
(
"data"
,
Pins
(
"V19 T21 T20 U18"
),
Misc
(
"PULLUP True"
)),
...
...
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