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
1
Merge Requests
1
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
Kestrel Collaboration
Kestrel LiteX
litex-boards
Commits
7efa1c37
Commit
7efa1c37
authored
Jul 21, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
platforms/arty: add missing pullups on sdcard.
parent
2ce24df7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
litex_boards/platforms/arty.py
litex_boards/platforms/arty.py
+3
-3
No files found.
litex_boards/platforms/arty.py
View file @
7efa1c37
...
...
@@ -177,8 +177,8 @@ _sdcard_pmod_io = [
IOStandard
(
"LVCMOS33"
),
),
(
"sdcard"
,
0
,
Subsignal
(
"data"
,
Pins
(
"F4 E2 D2 D4"
)),
Subsignal
(
"cmd"
,
Pins
(
"D3"
)),
Subsignal
(
"data"
,
Pins
(
"F4 E2 D2 D4"
)
,
Misc
(
"PULLUP True"
)
),
Subsignal
(
"cmd"
,
Pins
(
"D3"
)
,
Misc
(
"PULLUP True"
)
),
Subsignal
(
"clk"
,
Pins
(
"F3"
)),
Subsignal
(
"cd"
,
Pins
(
"H2"
)),
Misc
(
"SLEW=FAST"
),
...
...
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