cva6 icon indicating copy to clipboard operation
cva6 copied to clipboard

Read, Write & Execution on 0x0 address

Open AyoubJalali opened this issue 1 year ago • 2 comments

Is there an existing CVA6 bug for this?

  • [X] I have searched the existing bug issues

Bug Description

Hello, So I notice that the CVA6 has permission to read, wrote & execute on 0x0 address, I think it should raise an exception on lower address. to reproduce the Bug you'll find an .S

bug_test.S

AyoubJalali avatar Sep 08 '23 14:09 AyoubJalali

This seems to be another incarnation of #1625 where CVA6 does not trap on address 0xffff_fff0.

zchamski avatar Dec 12 '23 15:12 zchamski

what I observed is the CVA6 can read/ write and execute from address 0x0 to 0xffff_ffff (virtual address), we need to resolve this, this is not right

AyoubJalali avatar Dec 19 '23 12:12 AyoubJalali