ibex
ibex copied to clipboard
[dv,riscvdv] Stack and signature entries breaking MML and MMWP tests
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
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
There's a PR for this now: https://github.com/google/riscv-dv/pull/903