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
eee00ebd
Commit
eee00ebd
authored
Jun 23, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
platforms/genesys2: add sdcard/spisdcard.
parent
6568c8a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
litex_boards/platforms/genesys2.py
litex_boards/platforms/genesys2.py
+17
-0
No files found.
litex_boards/platforms/genesys2.py
View file @
eee00ebd
...
...
@@ -45,6 +45,23 @@ _io = [
IOStandard
(
"LVCMOS33"
)
),
(
"sdcard"
,
0
,
Subsignal
(
"clk"
,
Pins
(
"R28"
)),
Subsignal
(
"cmd"
,
Pins
(
"R29"
),
Misc
(
"PULLUP True"
)),
Subsignal
(
"data"
,
Pins
(
"R26 R30 P29 T30"
),
Misc
(
"PULLUP True"
)),
Misc
(
"SLEW=FAST"
),
IOStandard
(
"LVCMOS33"
)
),
(
"spisdcard"
,
0
,
Subsignal
(
"clk"
,
Pins
(
"R28"
)),
Subsignal
(
"cs_n"
,
Pins
(
"T30"
)),
Subsignal
(
"mosi"
,
Pins
(
"R29"
),
Misc
(
"PULLUP"
)),
Subsignal
(
"miso"
,
Pins
(
"R26"
),
Misc
(
"PULLUP"
)),
Misc
(
"SLEW=FAST"
),
IOStandard
(
"LVCMOS33"
)
),
(
"ddram"
,
0
,
Subsignal
(
"a"
,
Pins
(
"AC12 AE8 AD8 AC10 AD9 AA13 AA10 AA11"
,
...
...
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