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
d0d047df
Commit
d0d047df
authored
4 years ago
by
Florent Kermarrec
Browse files
Options
Download
Email Patches
Plain Diff
platforms/ulx3s: add spisdcard pins.
parent
6ab13a06
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
litex_boards/platforms/ulx3s.py
litex_boards/platforms/ulx3s.py
+8
-0
No files found.
litex_boards/platforms/ulx3s.py
View file @
d0d047df
...
@@ -24,6 +24,14 @@ _io = [
...
@@ -24,6 +24,14 @@ _io = [
Subsignal
(
"rx"
,
Pins
(
"M1"
),
IOStandard
(
"LVCMOS33"
))
Subsignal
(
"rx"
,
Pins
(
"M1"
),
IOStandard
(
"LVCMOS33"
))
),
),
(
"spisdcard"
,
0
,
Subsignal
(
"clk"
,
Pins
(
"J1"
)),
Subsignal
(
"mosi"
,
Pins
(
"J3"
),
Misc
(
"PULLMODE=UP"
)),
Subsignal
(
"cs_n"
,
Pins
(
"H1"
),
Misc
(
"PULLMODE=UP"
)),
Subsignal
(
"miso"
,
Pins
(
"K2"
),
Misc
(
"PULLMODE=UP"
)),
IOStandard
(
"LVCMOS33"
),
Misc
(
"SLEW=FAST"
)
),
(
"sdram_clock"
,
0
,
Pins
(
"F19"
),
IOStandard
(
"LVCMOS33"
)),
(
"sdram_clock"
,
0
,
Pins
(
"F19"
),
IOStandard
(
"LVCMOS33"
)),
(
"sdram"
,
0
,
(
"sdram"
,
0
,
Subsignal
(
"a"
,
Pins
(
"M20 M19 L20 L19 K20 K19 K18 J20 J19 H20 N19 G20 G19"
)),
Subsignal
(
"a"
,
Pins
(
"M20 M19 L20 L19 K20 K19 K18 J20 J19 H20 N19 G20 G19"
)),
...
...
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