From 77c052869301bedeb603463b69a9253c3ce83541 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 9 Dec 2022 13:40:06 +0100 Subject: [PATCH] test/test_cpu: Add cva6 to tested_cpus. --- test/test_cpu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_cpu.py b/test/test_cpu.py index 37f5760a9..5523bd7d3 100644 --- a/test/test_cpu.py +++ b/test/test_cpu.py @@ -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.