mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Added WALLY minfo test for rv32
This commit is contained in:
parent
b8a17afd5d
commit
88745f9265
@ -6,4 +6,7 @@
|
||||
00000011 # confirm read-only permissions of mimpid
|
||||
00000002 # write to read-only CSR failed with illegal instruction
|
||||
00000011 # confirm read-only permissions of mhartid
|
||||
00000002 # write to read-only CSR failed with illegal instruction
|
||||
00000011 # confirm read-only permissions of mconfigptr
|
||||
0000000b # ecall from terminating tests in M mode
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "WALLY-TEST-LIB-32.h"
|
||||
|
||||
RVTEST_ISA("RV32I_Zicsr")
|
||||
RVTEST_CASE(0,"//check ISA:=regex(.*32.*);check ISA:=regex(.*I.*); def Drvtest_mtrap_routine=True;def TEST_CASE_1=True;",minfo)
|
||||
RVTEST_CASE(0,"//check ISA:=regex(.*32.*);check ISA:=regex(.*I.*); def Drvtest_mtrap_routine=True;def TEST_CASE_1=True; def NO_SAIL=True;",minfo)
|
||||
|
||||
INIT_TESTS
|
||||
|
||||
@ -35,7 +35,7 @@ CSR_R_ACCESS mvendorid
|
||||
CSR_R_ACCESS marchid
|
||||
CSR_R_ACCESS mimpid
|
||||
CSR_R_ACCESS mhartid
|
||||
# CSR_R_ACCESS mconfigptr # Unimplemented in spike as of 31 Jan 22
|
||||
CSR_R_ACCESS mconfigptr
|
||||
|
||||
END_TESTS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user