mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 21:08:08 -04:00
plic-s debug
This commit is contained in:
parent
1039b13da6
commit
7e5b78f240
3 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue