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

@ -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",

View File

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