mirror of
https://github.com/saymrwulf/litex-boards.git
synced 2026-07-20 19:08:51 +00:00
test/test_targets: Exclude efinix_t8f81_dev_kit.
This commit is contained in:
parent
13e5062793
commit
e705e4e053
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ class TestTargets(unittest.TestCase):
|
|||
"efinix_xyloni_dev_kit", # Reason: Require Efinity toolchain.
|
||||
"sipeed_tang_primer", # Reason: Require Anlogic toolchain.
|
||||
"jungle_electronics_fireant", # Reason: Require Efinity toolchain.
|
||||
"efinix_t8f81_dev_kit", # Reason: Require Efinity toolchain.
|
||||
]
|
||||
excluded_targets = [
|
||||
"simple", # Reason: Generic target.
|
||||
|
|
@ -35,6 +36,7 @@ class TestTargets(unittest.TestCase):
|
|||
"efinix_xyloni_dev_kit", # Reason: Require Efinity toolchain.
|
||||
"sipeed_tang_primer", # Reason: Require Anlogic toolchain.
|
||||
"jungle_electronics_fireant", # Reason: Require Efinity toolchain.
|
||||
"efinix_t8f81_dev_kit", # Reason: Require Efinity toolchain.
|
||||
]
|
||||
|
||||
# Build simple design for all platforms.
|
||||
|
|
|
|||
Loading…
Reference in a new issue