Merge pull request #1616 from shenki/reinstate-cpu-tests

test: Reinstate microwatt and neorv32
This commit is contained in:
enjoy-digital 2023-02-28 09:19:01 +01:00 committed by GitHub
commit 6ac8e9ec1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -45,10 +45,10 @@ class TestCPU(unittest.TestCase):
"serv", # (riscv / softcore)
"vexriscv", # (riscv / softcore)
"vexriscv_smp", # (riscv / softcore)
"microwatt", # (ppc64 / softcore)
"neorv32", # (riscv / softcore)
]
untested_cpus = [
"microwatt", # (ppc64 / softcore) -> Broken 2022.01.12 -> https://github.com/enjoy-digital/litex/actions/runs/3900056883/jobs/6662146988
"neorv32", # (riscv / softcore) -> Broken 2022.01.20 -> https://github.com/enjoy-digital/litex/actions/runs/3970180588/jobs/6805602574
"blackparrot", # (riscv / softcore) -> Broken install?
"cortex_m1", # (arm / softcore) -> Proprietary code.
"cortex_m3", # (arm / softcore) -> Proprieraty code.