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
Still on the same issue, in the line, REV8 has 2 instr[31:20] value to be valid instrcution, but in fact REV8 is a RV64 instruction if instr.instr[31:20] == 12'b011010111000 & it's a RV32 if instr.instr[31:20] == 12'b011010011000, so it sould add a condition on this to improve CC
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
Nov 9, 2023
Is there an existing CVA6 bug for this?
Bug Description
Still on the same issue, in the line, REV8 has 2 instr[31:20] value to be valid instrcution, but in fact REV8 is a RV64 instruction if instr.instr[31:20] == 12'b011010111000 & it's a RV32 if instr.instr[31:20] == 12'b011010011000, so it sould add a condition on this to improve CC
The text was updated successfully, but these errors were encountered: