Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Timothy Pearson
litex-boards
Commits
83c48946
Commit
83c48946
authored
4 years ago
by
Florent Kermarrec
Browse files
Options
Download
Email Patches
Plain Diff
test/test_targets: make sure all platforms are tested.
parent
c3d8c746
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
+16
-7
test/test_targets.py
test/test_targets.py
+16
-7
No files found.
test/test_targets.py
View file @
83c48946
...
...
@@ -31,20 +31,26 @@ class TestTargets(unittest.TestCase):
platforms
=
[]
# Xilinx Spartan6
platforms
.
append
(
"linsn_rv901t"
)
platforms
.
append
(
"minispartan6"
)
platforms
.
append
(
"pipistrello"
)
platforms
.
append
(
"sp605"
)
# Xilinx Artix7
platforms
.
append
(
"ac701"
)
platforms
.
append
(
"aller"
)
platforms
.
append
(
"arty"
)
platforms
.
append
(
"mimas_a7"
)
platforms
.
append
(
"netv2"
)
platforms
.
append
(
"nexys4ddr"
)
platforms
.
append
(
"nexys_video"
)
platforms
.
append
(
"netv2"
)
platforms
.
append
(
"ac701"
)
platforms
.
append
(
"tagus"
)
# Xilinx Kintex7
platforms
.
append
(
"kc705"
)
platforms
.
append
(
"genesys2"
)
platforms
.
append
(
"kc705"
)
platforms
.
append
(
"kx2"
)
platforms
.
append
(
"nereid"
)
# Xilinx Kintex Ultrascale
platforms
.
append
(
"kcu105"
)
...
...
@@ -55,15 +61,16 @@ class TestTargets(unittest.TestCase):
# Intel Cyclone5
platforms
.
append
(
"de1soc"
)
platforms
.
append
(
"de10nano"
)
# Intel Max10
platforms
.
append
(
"de10lite"
)
# Lattice iCE40
platforms
.
append
(
"tinyfpga_bx"
)
platforms
.
append
(
"fomu_evt"
)
platforms
.
append
(
"fomu_hacker"
)
platforms
.
append
(
"fomu_pvt"
)
platforms
.
append
(
"tinyfpga_bx"
)
# Lattice MachXO2
platforms
.
append
(
"machxo3"
)
...
...
@@ -72,10 +79,12 @@ class TestTargets(unittest.TestCase):
platforms
.
append
(
"versa_ecp3"
)
# Lattice ECP5
platforms
.
append
(
"versa_ecp5"
)
platforms
.
append
(
"ulx3s"
)
platforms
.
append
(
"trellisboard"
)
platforms
.
append
(
"ecp5_evn"
)
platforms
.
append
(
"hadbadge"
)
platforms
.
append
(
"orangecrab"
)
platforms
.
append
(
"trellisboard"
)
platforms
.
append
(
"ulx3s"
)
platforms
.
append
(
"versa_ecp5"
)
# Microsemi PolarFire
platforms
.
append
(
"avalanche"
)
...
...
This diff is collapsed.
Click to expand it.
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