Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rkx7-litex-boards
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reform
rkx7-litex-boards
Commits
e225cbd2
Commit
e225cbd2
authored
4 years ago
by
Michael Betz
Browse files
Options
Downloads
Patches
Plain Diff
add zedboard platform to CI
parent
8ee20a3f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
litex_boards/platforms/zedboard.py
+7
-0
7 additions, 0 deletions
litex_boards/platforms/zedboard.py
test/test_targets.py
+3
-0
3 additions, 0 deletions
test/test_targets.py
with
10 additions
and
0 deletions
litex_boards/platforms/zedboard.py
+
7
−
0
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
(
"
-
"
))
)
]
...
...
This diff is collapsed.
Click to expand it.
test/test_targets.py
+
3
−
0
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
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment