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
Timothy Pearson
litex-boards
Commits
00c8e40d
Commit
00c8e40d
authored
4 years ago
by
Florent Kermarrec
Browse files
Options
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"
),
...
...
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