test/test_cpu: Disable Microwatt that seems to be broken.
This commit is contained in:
parent
e4dc68206d
commit
d324c0e150
|
@ -45,7 +45,7 @@ class TestCPU(unittest.TestCase):
|
||||||
"serv", # (riscv / softcore)
|
"serv", # (riscv / softcore)
|
||||||
"vexriscv", # (riscv / softcore)
|
"vexriscv", # (riscv / softcore)
|
||||||
"vexriscv_smp", # (riscv / softcore)
|
"vexriscv_smp", # (riscv / softcore)
|
||||||
"microwatt", # (ppc64 / softcore)
|
#"microwatt", # (ppc64 / softcore)
|
||||||
"neorv32", # (riscv / softcore)
|
"neorv32", # (riscv / softcore)
|
||||||
]
|
]
|
||||||
untested_cpus = [
|
untested_cpus = [
|
||||||
|
|
Loading…
Reference in New Issue