riscv-tests icon indicating copy to clipboard operation
riscv-tests copied to clipboard

rv64mi-p-access.S removed and unexpected behavior when running on OpenPiton Ariane

Open Haijai opened this issue 4 months ago • 1 comments

Hi,

I noticed that the rv64mi-p-access.S test has been removed from the current RISC-V tests repository. I’m currently running this test on the OpenPiton + Ariane environment, and it continuously loops during execution.

After making some modifications, the fetch exception is now raised correctly. However, the load fault exception is not triggered, and for all the illegal addresses I provide, the test still executes and fails instead of trapping as expected.

I’d like to understand whether this behavior is due to an issue in the test itself or a possible processor bug.

Thanks, Arun Kumar

Haijai avatar Oct 29 '25 12:10 Haijai