mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
test/test_cpu: Disable cv32e40p test (need to update/wait for pythondata to be updated).
This commit is contained in:
parent
c810b89464
commit
8eaa53ae9a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class TestCPU(unittest.TestCase):
|
|||
|
||||
def test_cpu(self):
|
||||
tested_cpus = [
|
||||
"cv32e40p", # (riscv / softcore)
|
||||
#"cv32e40p", # (riscv / softcore)
|
||||
"femtorv", # (riscv / softcore)
|
||||
"firev", # (riscv / softcore)
|
||||
"marocchino", # (or1k / softcore)
|
||||
|
|
Loading…
Reference in a new issue