mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
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:
parent
f7d6939d9b
commit
0dd8c719ad
@ -48,8 +48,9 @@
|
|||||||
`define UARCH_PIPELINED 1
|
`define UARCH_PIPELINED 1
|
||||||
`define UARCH_SUPERSCALR 0
|
`define UARCH_SUPERSCALR 0
|
||||||
`define UARCH_SINGLECYCLE 0
|
`define UARCH_SINGLECYCLE 0
|
||||||
`define DMEM `MEM_TIM
|
// *** replace with MEM_BUS
|
||||||
`define IMEM `MEM_TIM
|
`define DMEM `MEM_CACHE
|
||||||
|
`define IMEM `MEM_CACHE
|
||||||
`define VIRTMEM_SUPPORTED 0
|
`define VIRTMEM_SUPPORTED 0
|
||||||
`define VECTORED_INTERRUPTS_SUPPORTED 0
|
`define VECTORED_INTERRUPTS_SUPPORTED 0
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ for test in tests32ic:
|
|||||||
grepstr="All tests ran without failures")
|
grepstr="All tests ran without failures")
|
||||||
configs.append(tc)
|
configs.append(tc)
|
||||||
|
|
||||||
tests32e = ["arch32e"]
|
tests32e = ["wally32e"]
|
||||||
for test in tests32e:
|
for test in tests32e:
|
||||||
tc = TestCase(
|
tc = TestCase(
|
||||||
name=test,
|
name=test,
|
||||||
|
Loading…
Reference in New Issue
Block a user