mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Add illegal instruction to cover corner case in decoder (#2307)
This commit is contained in:
parent
3874c41320
commit
9ebe42f033
1 changed files with 3 additions and 1 deletions
|
@ -24,8 +24,10 @@ main:
|
|||
|
||||
#Cover Illegal funct7 corner case
|
||||
.4byte 0x5ad8f33
|
||||
#Cover zext.h with instr[24:20] != 0 in RV32 corner case
|
||||
#Cover illegal instruction similar to zext.h bitmanip instruction instr[24:20] != 0 in RV32 corner case
|
||||
.4byte 0x08824ab3
|
||||
#Cover illegal instruction similar to ctz bitmanip instruction with instr[24:20] != 1 in RV32 corner case
|
||||
.4byte 0x60971C13
|
||||
#End of test
|
||||
j test_pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue