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
e225cbd2
Commit
e225cbd2
authored
Oct 06, 2020
by
Michael Betz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add zedboard platform to CI
parent
8ee20a3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
litex_boards/platforms/zedboard.py
litex_boards/platforms/zedboard.py
+7
-0
test/test_targets.py
test/test_targets.py
+3
-0
No files found.
litex_boards/platforms/zedboard.py
View file @
e225cbd2
...
...
@@ -77,6 +77,13 @@ _io = [
Subsignal
(
"vrn"
,
Pins
(
"M7"
)),
Subsignal
(
"vrp"
,
Pins
(
"N7"
)),
Subsignal
(
"we_n"
,
Pins
(
"R4"
))
),
# serial (just to make CI pass)
# unfortunately the only USB UART is hard-wired to the ARM CPU
(
"serial"
,
0
,
Subsignal
(
"tx"
,
Pins
(
"-"
)),
Subsignal
(
"rx"
,
Pins
(
"-"
))
)
]
...
...
test/test_targets.py
View file @
e225cbd2
...
...
@@ -63,6 +63,9 @@ class TestTargets(unittest.TestCase):
# Xilinx Kintex Ultrascale
platforms
.
append
(
"kcu105"
)
# Xilinx Zynq-7000
platforms
.
append
(
"zedboard"
)
# Xilinx Zynq Ultrascale+
platforms
.
append
(
"zcu104"
)
...
...
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