You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I try inject some RV64 instruction with RV32, just to be sure that CVA6 raise an exception on RV64 instruction because the STEP1 configuration is a RV32, so I notice that CVA6 is decoding LWU as RV32 instruction.
to reproduce the BUG you just need to inject a LWU (in binary format) for example try to add in your test.S -> ### .4byte 0x6f9a6f83
The text was updated successfully, but these errors were encountered:
AyoubJalali
added
the
Type:Bug
For bugs in the RTL, Documentation, Verification environment or Tool and Build system
label
Aug 23, 2023
Is there an existing CVA6 bug for this?
Bug Description
Hello,
I try inject some RV64 instruction with RV32, just to be sure that CVA6 raise an exception on RV64 instruction because the STEP1 configuration is a RV32, so I notice that CVA6 is decoding LWU as RV32 instruction.
to reproduce the BUG you just need to inject a LWU (in binary format) for example try to add in your test.S -> ### .4byte 0x6f9a6f83
The text was updated successfully, but these errors were encountered: