mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
Fixed priv.S to initialize stimecmp and agree with ImperasDV
This commit is contained in:
parent
9394389fec
commit
bf9db11a57
@ -33,7 +33,8 @@ main:
|
|||||||
ecall
|
ecall
|
||||||
|
|
||||||
# Test read to stimecmp fails when MCOUNTEREN_TM is not set
|
# Test read to stimecmp fails when MCOUNTEREN_TM is not set
|
||||||
addi t0, zero, 0
|
li t1, -3
|
||||||
|
csrw stimecmp, t1
|
||||||
csrr t0, stimecmp
|
csrr t0, stimecmp
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user