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
00c8e40d
Commit
00c8e40d
authored
Jun 10, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
platforms/ulx3s: add sdcard pins.
parent
aa35cd2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
litex_boards/platforms/ulx3s.py
litex_boards/platforms/ulx3s.py
+7
-0
No files found.
litex_boards/platforms/ulx3s.py
View file @
00c8e40d
...
...
@@ -34,6 +34,13 @@ _io = [
IOStandard
(
"LVCMOS33"
),
),
(
"sdcard"
,
0
,
Subsignal
(
"clk"
,
Pins
(
"J1"
)),
Subsignal
(
"cmd"
,
Pins
(
"J3"
),
Misc
(
"PULLMODE=UP"
)),
Subsignal
(
"data"
,
Pins
(
"K2 K1 H2 H1"
),
Misc
(
"PULLMODE=UP"
)),
IOStandard
(
"LVCMOS33"
),
Misc
(
"SLEW=FAST"
)
),
(
"sdram_clock"
,
0
,
Pins
(
"F19"
),
Misc
(
"PULLMODE=NONE"
),
Misc
(
"DRIVE=4"
),
...
...
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