mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Minor improvements to scause test
This commit is contained in:
parent
f18acc1476
commit
750d276feb
@ -346,7 +346,7 @@ module testbench();
|
||||
|
||||
string tests64p[] = '{
|
||||
"rv64p/WALLY-MCAUSE", "4000",
|
||||
"rv64p/WALLY-SCAUSE", "2000",
|
||||
"rv64p/WALLY-SCAUSE", "3000",
|
||||
"rv64p/WALLY-MEPC", "5000",
|
||||
"rv64p/WALLY-SEPC", "4000",
|
||||
"rv64p/WALLY-MTVAL", "6000",
|
||||
@ -361,7 +361,7 @@ module testbench();
|
||||
|
||||
string tests32p[] = '{
|
||||
"rv32p/WALLY-MCAUSE", "4000",
|
||||
"rv32p/WALLY-SCAUSE", "2000",
|
||||
"rv32p/WALLY-SCAUSE", "3000",
|
||||
"rv32p/WALLY-MEPC", "5000",
|
||||
"rv32p/WALLY-SEPC", "4000",
|
||||
"rv32p/WALLY-MTVAL", "5000",
|
||||
|
Loading…
Reference in New Issue
Block a user