cva6 icon indicating copy to clipboard operation
cva6 copied to clipboard

The CORE-V CVA6 is an Application class 6-stage RISC-V CPU capable of booting Linux

Results 448 cva6 issues
Sort by recently updated
recently updated
newest added

### Is there an existing CVA6 bug for this? - [X] I have searched the existing bug issues ### Bug Description While verifying Access mode for SSTATUS CSR test is...

Type:Bug
CV32A60AX
CV64A6
Component:Doc:UserManual
Component:SpikeTandem
PARAM:SMODE
notCV32A65X

### Is there an existing CVA6 bug for this? - [X] I have searched the existing bug issues ### Bug Description Hello, I notice that in the cvxif.pkg, the **X_NUM_RS**...

Component:RTL
Type:Bug
Status:In Progress

### To reproduce This failure happens when running one of the riscv-isa tests: `rv64ui-v-bltu`. ```c make verilate DROMAJO=1 make run-dromajo-verilator BIN=$(RISCV)/riscv64-unknown-elf/share/riscv-tests/isa/rv64ui-v-bltu ``` ### Details According to ISA spec (from what...

Component:RTL
Type:Bug
Status:In Progress
PARAM:SMODE
notCV32A65X

Hi, As per RISCV privileged specification ASID field in SATP CSR is dependent on RTL implementation, could anyone please let me know what will be the RTL implemented value for...

Component:Doc
CV32A60AX
CV64A6
PARAM:SMODE
notCV32A65X

Hello, We find a corner case associated with std_dcache and AMO/ld instruction, which makes Linux crash. It is caused by the interface signal miss_req between cache_ctrl and miss_handler in std_nbdcache....

Component:RTL
Type:Bug
Status:In Progress
PARAM:AMO
notCV32A65X

Hi All, In CVA6 riscv-arch-test suite fmul tests are failing due to incorrect calculation as shown in below attached screenshot. ![image](https://user-images.githubusercontent.com/103561542/184125369-a6c587f6-85cd-4b44-b358-f510ad399535.png) As shown in above in line 157 and 182...

PARAM:FPU
notCV32A65X

Hello, We find a corner case associated with BranchPrediction/std_icache/PTW when we try to boot the Linux OS with std_cache_subsystem. An error address translation result is returned by PTW,which makes the...

Component:RTL
Type:Bug
Status:In Progress
PARAM:MMU
notCV32A65X

In mmu.sv, line 247, there's a mixture of vaddr and PLEN, which causes a misalignment in `tval` ```icache_areq_o.fetch_exception = {riscv::INSTR_ACCESS_FAULT, {{riscv::XLEN-riscv::PLEN{1'b0}}, icache_areq_i.fetch_vaddr}, 1'b1};``` Same for line 258 ```else icache_areq_o.fetch_exception =...

Component:RTL
Type:Bug
Status:New
PARAM:MMU
notCV32A65X

### Is there an existing CVA6 bug for this? - [X] I have searched the existing bug issues ### Bug Description In case of an AXI atomic transaction, the CVA6...

Type:Bug
PARAM:AMO
notCV32A65X

### Is there an existing CVA6 bug for this? - [X] I have searched the existing bug issues ### Bug Description There are four different cases of `sfence.vma` that are...

Type:Bug
PARAM:MMU
notCV32A65X