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
204d22c6
Unverified
Commit
204d22c6
authored
Oct 12, 2020
by
enjoy-digital
Committed by
GitHub
Oct 12, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #115 from BryanJacobs/master
platforms/ulx3s: Update ULX3S SD pins for revision 2.0
parents
c2500e66
3b11e60f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
litex_boards/platforms/ulx3s.py
litex_boards/platforms/ulx3s.py
+9
-7
No files found.
litex_boards/platforms/ulx3s.py
View file @
204d22c6
...
...
@@ -29,18 +29,20 @@ _io = [
),
(
"spisdcard"
,
0
,
Subsignal
(
"clk"
,
Pins
(
"
J1
"
)),
Subsignal
(
"mosi"
,
Pins
(
"J
3
"
),
Misc
(
"PULLMODE=UP"
)),
Subsignal
(
"cs_n"
,
Pins
(
"
H1
"
),
Misc
(
"PULLMODE=UP"
)),
Subsignal
(
"miso"
,
Pins
(
"
K2
"
),
Misc
(
"PULLMODE=UP"
)),
Subsignal
(
"clk"
,
Pins
(
"
H2
"
)),
Subsignal
(
"mosi"
,
Pins
(
"J
1
"
),
Misc
(
"PULLMODE=UP"
)),
Subsignal
(
"cs_n"
,
Pins
(
"
K2
"
),
Misc
(
"PULLMODE=UP"
)),
Subsignal
(
"miso"
,
Pins
(
"
J3
"
),
Misc
(
"PULLMODE=UP"
)),
Misc
(
"SLEWRATE=FAST"
),
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"
)),
Subsignal
(
"clk"
,
Pins
(
"H2"
)),
Subsignal
(
"cmd"
,
Pins
(
"J1"
),
Misc
(
"PULLMODE=UP"
)),
Subsignal
(
"data"
,
Pins
(
"J3 H1 K1 K2"
),
Misc
(
"PULLMODE=UP"
)),
Subsignal
(
"cd"
,
Pins
(
"N5"
)),
Subsignal
(
"wp"
,
Pins
(
"P5"
)),
Misc
(
"SLEWRATE=FAST"
),
IOStandard
(
"LVCMOS33"
),
),
...
...
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