mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-19 03:24:50 -04:00
Undo unnecessary tests/coverage additions
This commit is contained in:
parent
7c5a5c592c
commit
9bc3c7c78c
2 changed files with 0 additions and 13 deletions
|
@ -41,7 +41,6 @@ main:
|
|||
.hword 0x2002 // c.fldsp fs0, 0
|
||||
.hword 0xA002 // c.fsdsp fs0, 0
|
||||
.hword 0x9C41 // line 134 Illegal compressed instruction
|
||||
.hword 0x8002 // c.jr with nonzero rs1/rd
|
||||
|
||||
# Zcb coverage tests
|
||||
mv s0, sp
|
||||
|
|
|
@ -298,18 +298,6 @@ sretdone:
|
|||
|
||||
wfi
|
||||
|
||||
///////////////////
|
||||
// writing user level CSR in u mode
|
||||
///////////////////
|
||||
li a0, 3
|
||||
ecall # enter machine mode
|
||||
# set mstatus.FS to 01 to enable fp
|
||||
li t0,0x4000
|
||||
csrs mstatus, t0
|
||||
li a0, 0
|
||||
ecall # enter user mode
|
||||
li t0, 5
|
||||
csrw frm, t0
|
||||
|
||||
|
||||
# Test uncovered privdec instructions
|
||||
|
|
Loading…
Add table
Reference in a new issue