test/test_cpu: Diable mor1kx/picorv32 for now due to issue with newer Verilator.

This commit is contained in:
Florent Kermarrec 2022-06-27 19:54:50 +02:00
parent 60d0c4ddd4
commit f898423390
1 changed files with 2 additions and 2 deletions

View File

@ -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.
]