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
0a62cc69
Commit
0a62cc69
authored
Nov 12, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test/test_targets: update.
parent
46e8a957
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
test/test_targets.py
test/test_targets.py
+13
-0
No files found.
test/test_targets.py
View file @
0a62cc69
...
...
@@ -35,6 +35,7 @@ class TestTargets(unittest.TestCase):
platforms
.
append
(
"minispartan6"
)
platforms
.
append
(
"pipistrello"
)
platforms
.
append
(
"sp605"
)
platforms
.
append
(
"pano_logic_g2"
)
# Xilinx Spartan7
platforms
.
append
(
"arty_s7"
)
...
...
@@ -65,9 +66,11 @@ class TestTargets(unittest.TestCase):
# Xilinx Zynq-7000
platforms
.
append
(
"zedboard"
)
platforms
.
append
(
"zybo_z7"
)
# Xilinx Zynq Ultrascale+
platforms
.
append
(
"zcu104"
)
platforms
.
append
(
"mercury_xu5"
)
# Xilinx Virtex Ultrascale+
platforms
.
append
(
"vcu118"
)
...
...
@@ -94,6 +97,7 @@ class TestTargets(unittest.TestCase):
platforms
.
append
(
"fomu_hacker"
)
platforms
.
append
(
"fomu_pvt"
)
platforms
.
append
(
"tinyfpga_bx"
)
platforms
.
append
(
"icebreaker"
)
# Lattice MachXO2
platforms
.
append
(
"machxo3"
)
...
...
@@ -106,6 +110,15 @@ class TestTargets(unittest.TestCase):
platforms
.
append
(
"ulx3s"
)
platforms
.
append
(
"versa_ecp5"
)
platforms
.
append
(
"colorlight_5a_75b"
)
platforms
.
append
(
"colorlight_5a_75e"
)
platforms
.
append
(
"camlink_4k"
)
# Lattice Crosslink NX
platforms
.
append
(
"crosslink_nx_evn"
)
platforms
.
append
(
"crosslink_nx_vip"
)
# Gowin
platforms
.
append
(
"tec0117"
)
# Microsemi PolarFire
platforms
.
append
(
"avalanche"
)
...
...
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