cva6
cva6 copied to clipboard
The CORE-V CVA6 is an Application class 6-stage RISC-V CPU capable of booting Linux
### Is there an existing CVA6 bug for this? - [X] I have searched the existing bug issues ### Bug Description Refer to #1498
### Is there an existing CVA6 task for this? - [X] I have searched the existing task issues ### Task Description Recently the paper: _Cascade: CPU Fuzzing via Intricate Program...
### Is there an existing CVA6 task for this? - [x] I have searched the existing task issues ### Task Description Add CSR spec for embedded configuration ### Required Changes...
### Is there an existing CVA6 task for this? - [x] I have searched the existing task issues ### Task Description Add a comprehensive set of self-checking assembly tests to...
### Is there an existing CVA6 task for this? - [x] I have searched the existing task issues ### Task Description Condition RTL with RVFI parameter to remove the related...
### Is there an existing CVA6 task for this? - [x] I have searched the existing task issues ### Task Description Support only cva6.py commands to simulate cva6. Today two...
The Makefile at `core-v-verif/cva6/sim/Makefile` "hardwires" the random seed: ``` ALL_SIMV_UVM_FLAGS = -licwait 20 -l +ntb_random_seed=1 \ ``` I see that `core-v-verif/cva6/sim/cva6-simulator.yaml` _appears_ to offer the ability to override this: ```...
HI, Please find the below list of CSRs which has discrepancies between CVA6 and spike Sl no | Name | Address Offset | Width | Access Type |...
**Background** CSR state information (either full state or change sets) is necessary to verify the RTL behavior against the Reference Model (the Spike ISS). In mainline Spike the CSR state...
### Is there an existing CVA6 task for this? - [X] I have searched the existing task issues ### Task Description https://github.com/openhwgroup/cva6/pull/1535 reduced the number of jobs run for each...