From ec9d1c4fd07591d8b6c3da72492d56f853796492 Mon Sep 17 00:00:00 2001 From: enjoy-digital Date: Mon, 27 Jun 2022 22:43:01 +0200 Subject: [PATCH] CI: Disable more CPUs. --- test/test_cpu.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_cpu.py b/test/test_cpu.py index 2c3c88b2b..b28ae4326 100644 --- a/test/test_cpu.py +++ b/test/test_cpu.py @@ -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)