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
f70655d1
Commit
f70655d1
authored
4 years ago
by
Kamil Rakoczy
Browse files
Options
Download
Email Patches
Plain Diff
Change sdcard Pmod from JB to JD
Signed-off-by:
Kamil Rakoczy
<
krakoczy@antmicro.com
>
parent
04f6d446
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
litex_boards/platforms/arty.py
litex_boards/platforms/arty.py
+7
-4
No files found.
litex_boards/platforms/arty.py
View file @
f70655d1
...
...
@@ -154,11 +154,14 @@ _sdcard_pmod_io = [ # https://store.digilentinc.com/pmod-microsd-microsd-card-sl
Misc
(
"SLEW=FAST"
),
IOStandard
(
"LVCMOS33"
),
),
# Pmod JD:
# https://github.com/antmicro/arty-expansion-board
# https://store.digilentinc.com/pmod-microsd-microsd-card-slot/
(
"sdcard"
,
0
,
Subsignal
(
"data"
,
Pins
(
"
D15 J17 J18 E15
"
)),
Subsignal
(
"cmd"
,
Pins
(
"
E16
"
)),
Subsignal
(
"clk"
,
Pins
(
"
C15
"
)),
Subsignal
(
"cd"
,
Pins
(
"
K15
"
)),
Subsignal
(
"data"
,
Pins
(
"
F4 E2 D2 D4
"
)),
Subsignal
(
"cmd"
,
Pins
(
"
D3
"
)),
Subsignal
(
"clk"
,
Pins
(
"
F3
"
)),
Subsignal
(
"cd"
,
Pins
(
"
H2
"
)),
Misc
(
"SLEW=FAST"
),
IOStandard
(
"LVCMOS33"
),
),
...
...
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