Modified regression to use proper rv32e test name, but rv32e_wally32e still isn't passing due to loop exceeding iteration limit

This commit is contained in:
David Harris 2022-02-05 05:35:51 +00:00
parent f7d6939d9b
commit 0dd8c719ad
2 changed files with 4 additions and 3 deletions

View File

@ -48,8 +48,9 @@
`define UARCH_PIPELINED 1
`define UARCH_SUPERSCALR 0
`define UARCH_SINGLECYCLE 0
`define DMEM `MEM_TIM
`define IMEM `MEM_TIM
// *** replace with MEM_BUS
`define DMEM `MEM_CACHE
`define IMEM `MEM_CACHE
`define VIRTMEM_SUPPORTED 0
`define VECTORED_INTERRUPTS_SUPPORTED 0

View File

@ -88,7 +88,7 @@ for test in tests32ic:
grepstr="All tests ran without failures")
configs.append(tc)
tests32e = ["arch32e"]
tests32e = ["wally32e"]
for test in tests32e:
tc = TestCase(
name=test,