mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
wrote testcase to write into FSCR
This commit is contained in:
parent
15dbbef9ad
commit
2c2c117201
@ -90,6 +90,9 @@ sretdone:
|
||||
li a0, 3
|
||||
ecall # machine mode again
|
||||
|
||||
# writes to FCSR
|
||||
li t0, 1
|
||||
csrw fcsr, t0
|
||||
|
||||
# switch to supervisor mode
|
||||
li a0, 1
|
||||
|
Loading…
Reference in New Issue
Block a user