forked from Github_Repos/cvw
plic-s debug
This commit is contained in:
parent
cfa3ee4ef4
commit
6ee8036ae7
@ -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.
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user