test/test_cpu: Add cva6 to tested_cpus.

This commit is contained in:
Florent Kermarrec 2022-12-09 13:40:06 +01:00
parent 78fbb64c18
commit 77c0528693
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,7 @@ class TestCPU(unittest.TestCase):
def test_cpu(self):
tested_cpus = [
"cv32e40p", # (riscv / softcore)
"cva6", # (riscv / softcore)
"femtorv", # (riscv / softcore)
"firev", # (riscv / softcore)
"marocchino", # (or1k / softcore)
@ -54,7 +55,6 @@ class TestCPU(unittest.TestCase):
"cortex_m3", # (arm / softcore) -> Proprieraty code.
"cv32e41p", # (riscv / softcore) -> Broken?
"cva5", # (riscv / softcore) -> Needs to be tested.
"cva6", # (riscv / softcore) -> Needs to be tested.
"eos_s3", # (arm / hardcore) -> Hardcore.
"gowin_emcu", # (arm / hardcore) -> Hardcore.
"ibex", # (riscv / softcore) -> Broken since 2022.11.12.