mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
test/test_targets: Exclude newae_cw305 from platform tests.
This commit is contained in:
parent
3cef11e04d
commit
30180892fa
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class TestTargets(unittest.TestCase):
|
|||
"jungle_electronics_fireant", # Reason: Require Efinity toolchain.
|
||||
"efinix_t8f81_dev_kit", # Reason: Require Efinity toolchain.
|
||||
"adi_plutosdr", # Reason: No default clock.
|
||||
"newae_cw305", # Reason: No default clock.
|
||||
]
|
||||
excluded_targets = [
|
||||
"simple", # Reason: Generic target.
|
||||
|
|
Loading…
Reference in a new issue