Saad Khalid

Results 3 issues of Saad Khalid

When TEST=all, only riscv-dv random tests are running. @hcallahan-lowrisc is this okay to run all tests (random and directed) with TEST=all? It would be useful for collecting overall coverage.

Changes: - Added a Makefile to run directed tests using verilator simple system (with useful targets) - Modified Ibex specific macros when SIMPLE_SYSTEM is defined (without editing the test environment...

This issue caught by a random test failing in [CI run](https://github.com/lowRISC/ibex/runs/11493437857). [misa](https://github.com/lowRISC/ibex/blob/master/rtl/ibex_cs_registers.sv#L147) CSR value is different for various Ibex configs. So, the override should not hardcode all the bits. I...