test/test_cpu: Diable mor1kx/picorv32 for now due to issue with newer Verilator.
This commit is contained in:
parent
60d0c4ddd4
commit
f898423390
|
@ -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.
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue