Neel Gala
Neel Gala
I believe its legal for an implementation to have support for both : E and I base extensions. But section 28.2 in the spec says : ``` RISC-V ISA strings...
This PR upgrades the github actions script to create a new release each time the master is updated. The release name is based on calendar-versioning : `YYYY-MM-DD.MINOR`. Eg. `2022-02-28.1`. I...
This change will fix the issues pointed out in #159 and #158. The test no longer assumes the reset "type" of mcontrol to be 2 and thus explicitly defines it...
The current method for checking pmp granularity is to write all ones to the pmpaddr0 and then checking the number of trailing zeros on a read of the same csr....
1. - [ ] The current html report must be named: `-.html` . Where `` is in YYYY-MM-DD format using GMT as the time zone. `` can be a concatenation...
According to the Spec mtval is a WARL field. However, a platform has a luxury to completely specify which exceptions must set mtval informatively and which may unconditionally set it...
I am trying to modify spike so that misa.U can be disabled by software. My first attempt was add a relevant entry [here](https://github.com/riscv-software-src/riscv-isa-sim/blob/3427b459f88d2334368a1abbdf5a3000957f08e8/riscv/csrs.cc#L634-L643) this throws an assertion saying ``` spike:...
I was trying to test the MXL feature on forvis. I think I found a few issues in that: 1. When running forvis with the --RV64 flag, if I change...
library path for "src" is missing in INCLUDE variable library path "src/types" should be src/Types in INCLUDE variable $INCLUDES at multiple places should be $INCLUDE Creating a gitignore file to...