CI: Disable more CPUs.

This commit is contained in:
enjoy-digital 2022-06-27 22:43:01 +02:00 committed by GitHub
parent f898423390
commit ec9d1c4fd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -36,13 +36,13 @@ class TestCPU(unittest.TestCase):
def test_cpu(self):
tested_cpus = [
"cv32e40p", # (riscv / softcore)
#"cv32e40p", # (riscv / softcore)
"femtorv", # (riscv / softcore)
"firev", # (riscv / softcore)
"ibex", # (riscv / softcore)
"marocchino", # (or1k / softcore)
#"marocchino", # (or1k / softcore)
"naxriscv", # (riscv / softcore)
"rocket", # (riscv / softcore)
#"rocket", # (riscv / softcore)
"serv", # (riscv / softcore)
"vexriscv", # (riscv / softcore)
"vexriscv_smp", # (riscv / softcore)