cva6
cva6 copied to clipboard
The CORE-V CVA6 is an Application class 6-stage RISC-V CPU capable of booting Linux
Hello! When you are on `master` and you go back in the git history, you have to build the old spike version. When you go back to `master`, you have...
When the core is stalling due to a `wfi`, the execution is resumed if a supervisor external interrupt is raised, regardless of the respective enable bit in `MIE`. PR https://github.com/openhwgroup/cva6/pull/765...
### Is there an existing CVA6 bug for this? - [X] I have searched the existing bug issues ### Bug Description According to the RISC-V ISA, **delegated interrupts** should result...
### Is there an existing CVA6 bug for this? - [X] I have searched the existing bug issues ### Bug Description The RTL code of CSR read process (https://github.com/openhwgroup/cva6/blob/master/core/csr_regfile.sv#L851C1-L857C71) incorrectly...
The `cv64a6_imacfdc_sv39_openpiton_config_pkg.sv` configuration of the CVA6 (also known as the OpenPiton configuration) cannot boot Linux. The specific behaviour is that the core hangs on the user mode boundary while booting...
### Is there an existing CVA6 bug for this? - [X] I have searched the existing bug issues ### Bug Description Hi all. Found a [case](https://github.com/openhwgroup/cva6/blob/4b9cbf922354956f6e888231dff29286aafefe43/common/local/util/instr_trace_item.svh#L531) with labels which use...
### Is there an existing CVA6 bug for this? - [X] I have searched the existing bug issues ### Bug Description Hello, In CVA6 core, plenty of ifndef VERILATOR conditions...
[BUG] SBE/UBE/MBE Bit in `mstatus` Register Does Not Affect Endianness of Explicit Memory Accesses
### Is there an existing CVA6 bug for this? - [X] I have searched the existing bug issues ### Bug Description According to the RISC-V ISA specification, the MBE, SBE,...
### Is there an existing CVA6 bug for this? - [X] I have searched the existing bug issues ### Bug Description In **HS-mode**, when **mstatus.TVM** flag is activated executing the...
### Is there an existing CVA6 bug for this? - [X] I have searched the existing bug issues ### Bug Description Since the CV32A65X specification has been updated to make...