ibex icon indicating copy to clipboard operation
ibex copied to clipboard

[dv,riscvdv] Stack and signature entries breaking MML and MMWP tests

Open marnovandermaas opened this issue 3 years ago • 1 comments

Because of the changes introduced by: https://github.com/google/riscv-dv/pull/885 The tests specified in riscv_epmp_mml_test, riscv_epmp_mml_execute_only_test and riscv_epmp_mmwp_test were failing due to timeouts because the instructions in the main section were not set to executable.

estimate 4 remaining 2022-09-02 1

marnovandermaas avatar Sep 02 '22 16:09 marnovandermaas

I have a fix for this, but will integrate this in a PR to fix: https://github.com/lowRISC/ibex/issues/1789

I have put the temporary fix here: https://github.com/marnovandermaas/ibex/commits/catch-dv-double-faults

spent 3

marnovandermaas avatar Sep 02 '22 17:09 marnovandermaas

There's a PR for this now: https://github.com/google/riscv-dv/pull/903

marnovandermaas avatar Oct 13 '22 16:10 marnovandermaas