cva6 icon indicating copy to clipboard operation
cva6 copied to clipboard

MIP CSR is failing while verifying access mode

Open spidugu444 opened this issue 2 years ago • 3 comments

Is there an existing CVA6 bug for this?

  • [X] I have searched the existing bug issues

Bug Description

While verifying Access mode for MIP(Machine Interrupt Pending) CSR on CVA6 core, test got failed on RTL end due to the default reset value as it is reading as 0x00000080. As per riscv priviliged specification default reset value for MIP CSR is 0x00000000.

For quick reference please find attached log files. riscv_vcs_mip_csr_test_0.log riscv_spike_mip_csr_test_0.log

Note: on spike end test is working fine.

spidugu444 avatar Apr 03 '23 09:04 spidugu444

Hi @frikhaAziz, can you have a look at this one?

MikeOpenHWGroup avatar Aug 23 '23 21:08 MikeOpenHWGroup

Hi @ASintzoff. @JeanRochCoulon let me know that @frikhaAziz has completed his internship, so I am assigning this one to you.

MikeOpenHWGroup avatar Aug 23 '23 22:08 MikeOpenHWGroup

CSR mip: 0x00000080 => bit 7 (mip.MTIP) is set

ASintzoff avatar Nov 13 '23 13:11 ASintzoff