Merged privileged test

This commit is contained in:
David Harris 2023-03-31 08:37:16 -07:00
parent 03b4f6660c
commit e5653ff351

View File

@ -36,7 +36,6 @@ main:
addi t0, zero, 0
csrr t0, stimecmp
<<<<<<< HEAD
# CSR coverage
csrw scause, zero
csrw stval, zero
@ -63,13 +62,4 @@ main:
=======
# Test write to STVAL, SCAUSE, SEPC, and STIMECMP CSRs
li t0, 0
csrw stval, t0
csrw scause, t0
csrw sepc, t0
csrw stimecmp, t0
>>>>>>> 37d289cf44530c3e3a6f53e54b06e6eda7f0c3c1
j done