From 6ee8036ae7c34e15242d36e0144215cb56286242 Mon Sep 17 00:00:00 2001 From: David Harris Date: Wed, 3 Aug 2022 12:33:09 +0000 Subject: [PATCH] plic-s debug --- pipelined/regression/makefile-memfile | 2 +- pipelined/testbench/tests.vh | 1 + .../riscv-test-suite/rv32i_m/privilege/src/WALLY-plic-s-01.S | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pipelined/regression/makefile-memfile b/pipelined/regression/makefile-memfile index c4196386..d41af90c 100644 --- a/pipelined/regression/makefile-memfile +++ b/pipelined/regression/makefile-memfile @@ -19,7 +19,7 @@ print: .PHONY: all wally-sim-files all: wally-sim-files -wally-sim-files: $(MEMFILES) $(ADDRFILES) +wally-sim-files: $(MEMFILES) $(ADDRFILES) echo "$@" # notes to self on how this works. diff --git a/pipelined/testbench/tests.vh b/pipelined/testbench/tests.vh index fe3bd62f..f484c4b6 100644 --- a/pipelined/testbench/tests.vh +++ b/pipelined/testbench/tests.vh @@ -1899,6 +1899,7 @@ string imperas32f[] = '{ string wally32periph[] = '{ `WALLYTEST, + "rv32i_m/privilege/src/WALLY-plic-s-01.S", // ***duplicated during test "rv32i_m/privilege/src/WALLY-gpio-01.S", "rv32i_m/privilege/src/WALLY-clint-01.S", "rv32i_m/privilege/src/WALLY-uart-01.S", diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-plic-s-01.S b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-plic-s-01.S index 29d81d76..bc473684 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-plic-s-01.S +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-plic-s-01.S @@ -3,6 +3,7 @@ // WALLY-plic-s // // Author: David_Harris@hmc.edu and Nicholas Lucio +// Test PLIC supervisor context interrupts and claim/complete // // Created 2022-07-29 //