From f8984233901718fdf04ab49212cf45df0b82aaa5 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 27 Jun 2022 19:54:50 +0200 Subject: [PATCH] test/test_cpu: Diable mor1kx/picorv32 for now due to issue with newer Verilator. --- test/test_cpu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_cpu.py b/test/test_cpu.py index ae0c168e2..2c3c88b2b 100644 --- a/test/test_cpu.py +++ b/test/test_cpu.py @@ -41,9 +41,7 @@ class TestCPU(unittest.TestCase): "firev", # (riscv / softcore) "ibex", # (riscv / softcore) "marocchino", # (or1k / softcore) - "mor1kx", # (or1k / softcore) "naxriscv", # (riscv / softcore) - "picorv32", # (riscv / softcore) "rocket", # (riscv / softcore) "serv", # (riscv / softcore) "vexriscv", # (riscv / softcore) @@ -61,7 +59,9 @@ class TestCPU(unittest.TestCase): "lm32", # (lm32 / softcore) -> Requires LM32 toolchain. "microwatt", # (ppc64 / softcore) -> Requires PPC toolchain + VHDL->Verilog (GHDL + Yosys). "minerva", # (riscv / softcore) -> Broken install? (Amaranth?) + "mor1kx", # (or1k / softcore) -> Verilator compilation issue. "neorv32", # (riscv / softcore) -> Requires VHDL->Verilog (GHDL + Yosys). + "picorv32", # (riscv / softcore) -> Verilator compilation issue. "zynq7000", # (arm / hardcore) -> Hardcore. "zynqmp", # (aarch64 / hardcore) -> Hardcore. ]