plic-s debug

This commit is contained in:
David Harris 2022-08-03 12:33:09 +00:00
parent cfa3ee4ef4
commit 6ee8036ae7
3 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,7 @@ print:
.PHONY: all wally-sim-files .PHONY: all wally-sim-files
all: wally-sim-files all: wally-sim-files
wally-sim-files: $(MEMFILES) $(ADDRFILES) wally-sim-files: $(MEMFILES) $(ADDRFILES)
echo "$@" echo "$@"
# notes to self on how this works. # notes to self on how this works.

View File

@ -1899,6 +1899,7 @@ string imperas32f[] = '{
string wally32periph[] = '{ string wally32periph[] = '{
`WALLYTEST, `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-gpio-01.S",
"rv32i_m/privilege/src/WALLY-clint-01.S", "rv32i_m/privilege/src/WALLY-clint-01.S",
"rv32i_m/privilege/src/WALLY-uart-01.S", "rv32i_m/privilege/src/WALLY-uart-01.S",

View File

@ -3,6 +3,7 @@
// WALLY-plic-s // WALLY-plic-s
// //
// Author: David_Harris@hmc.edu and Nicholas Lucio <nlucio@hmc.edu> // Author: David_Harris@hmc.edu and Nicholas Lucio <nlucio@hmc.edu>
// Test PLIC supervisor context interrupts and claim/complete
// //
// Created 2022-07-29 // Created 2022-07-29
// //