Marno van der Maas
Marno van der Maas
At the moment RISCV-DV generates addresses randomly including when the PMP encoding is set to NAPOT. Since the NAPOT range is encoded in the address, it means that it is...
I'm seeing a divergence between Spike and Ibex when in MML mode and setting region 0 to read only. Spike throws a trap and Ibex zeroes out a destination register....
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...
In the PMP full random test, I would like to exercise the random PMP configuration with multiple stores and load. However, the current RISCV-DV exception handler simply exits the test...
At the moment, when I change the arguments to the make command in `/dv/uvm/core_ibex` after the metadata is already generated then it ignores those arguments and runs with the old...
## Observed Behavior When running `make prettify` I get the following error: ``` column: invalid option -- 'o' usage: column [-txne] [-c columns] [-s sep] [file ...] ``` ## Expected...