Undo unnecessary tests/coverage additions

This commit is contained in:
Corey Hickson 2025-04-17 08:09:14 -07:00
parent 7c5a5c592c
commit 9bc3c7c78c
2 changed files with 0 additions and 13 deletions

View file

@ -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

View file

@ -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