From 0dd8c719add10a40751d4f475f901b5f4d5f9173 Mon Sep 17 00:00:00 2001 From: David Harris Date: Sat, 5 Feb 2022 05:35:51 +0000 Subject: [PATCH] Modified regression to use proper rv32e test name, but rv32e_wally32e still isn't passing due to loop exceeding iteration limit --- pipelined/config/rv32e/wally-config.vh | 5 +++-- pipelined/regression/regression-wally | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pipelined/config/rv32e/wally-config.vh b/pipelined/config/rv32e/wally-config.vh index b550407db..45d0948a9 100644 --- a/pipelined/config/rv32e/wally-config.vh +++ b/pipelined/config/rv32e/wally-config.vh @@ -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 diff --git a/pipelined/regression/regression-wally b/pipelined/regression/regression-wally index 262367b73..13ceeef3b 100755 --- a/pipelined/regression/regression-wally +++ b/pipelined/regression/regression-wally @@ -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,