cva6 icon indicating copy to clipboard operation
cva6 copied to clipboard

64 bit addresses must have bits 63-39 cleared

Open zarubaf opened this issue 5 years ago • 3 comments

If this is not the case a page fault should be generated. Right now we generate an instruction access fault.

https://github.com/pulp-platform/ariane/blob/ad70ce1f30dad539e5a365ffe71a02aaf20b397e/src/load_store_unit.sv#L339

zarubaf avatar Feb 03 '20 09:02 zarubaf

Hey @JeanRochCoulon, this would be a good first issue for a new member of the CVA6 team!

MikeOpenHWGroup avatar Feb 18 '23 02:02 MikeOpenHWGroup

Hello,

Is this issue fixed?

  • https://github.com/openhwgroup/cva6/blob/master/core/load_store_unit.sv#L186C10-L186C19
  • https://github.com/openhwgroup/cva6/blob/master/core/load_store_unit.sv#L610

cathales avatar Jul 25 '24 09:07 cathales

Thsi does not apply for CV32A65X. I remove the dedicated label.

JeanRochCoulon avatar Jan 16 '25 10:01 JeanRochCoulon