test/test_cpu: Move ibex to untested_cpus since seems to be broken since 2022.11.12.

This commit is contained in:
Florent Kermarrec 2022-11-14 09:51:37 +01:00
parent 269525862b
commit ec126f0e4d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,6 @@ class TestCPU(unittest.TestCase):
"cv32e40p", # (riscv / softcore) "cv32e40p", # (riscv / softcore)
"femtorv", # (riscv / softcore) "femtorv", # (riscv / softcore)
"firev", # (riscv / softcore) "firev", # (riscv / softcore)
"ibex", # (riscv / softcore)
"marocchino", # (or1k / softcore) "marocchino", # (or1k / softcore)
"naxriscv", # (riscv / softcore) "naxriscv", # (riscv / softcore)
"serv", # (riscv / softcore) "serv", # (riscv / softcore)
@ -55,6 +54,7 @@ class TestCPU(unittest.TestCase):
"cva6", # (riscv / softcore) -> Needs to be tested. "cva6", # (riscv / softcore) -> Needs to be tested.
"eos_s3", # (arm / hardcore) -> Hardcore. "eos_s3", # (arm / hardcore) -> Hardcore.
"gowin_emcu", # (arm / hardcore) -> Hardcore. "gowin_emcu", # (arm / hardcore) -> Hardcore.
"ibex", # (riscv / softcore) -> Broken since 2022.11.12.
"lm32", # (lm32 / softcore) -> Requires LM32 toolchain. "lm32", # (lm32 / softcore) -> Requires LM32 toolchain.
"microwatt", # (ppc64 / softcore) -> Requires PPC toolchain + VHDL->Verilog (GHDL + Yosys). "microwatt", # (ppc64 / softcore) -> Requires PPC toolchain + VHDL->Verilog (GHDL + Yosys).
"minerva", # (riscv / softcore) -> Broken install? (Amaranth?) "minerva", # (riscv / softcore) -> Broken install? (Amaranth?)