test/test_cpu: Disable cv32e40p test (need to update/wait for pythondata to be updated).
This commit is contained in:
parent
c810b89464
commit
8eaa53ae9a
|
@ -37,7 +37,7 @@ class TestCPU(unittest.TestCase):
|
||||||
|
|
||||||
def test_cpu(self):
|
def test_cpu(self):
|
||||||
tested_cpus = [
|
tested_cpus = [
|
||||||
"cv32e40p", # (riscv / softcore)
|
#"cv32e40p", # (riscv / softcore)
|
||||||
"femtorv", # (riscv / softcore)
|
"femtorv", # (riscv / softcore)
|
||||||
"firev", # (riscv / softcore)
|
"firev", # (riscv / softcore)
|
||||||
"marocchino", # (or1k / softcore)
|
"marocchino", # (or1k / softcore)
|
||||||
|
|
Loading…
Reference in New Issue