This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Test generation for CSR testing. #28
Labels
enhancement
New feature or request
LFX Mentorship Fall-2022
Issues targeted to be completed as a part of LFX Mentorship Fall-2022
Summary
The csr coverpoints (
csr_comb
node defined here) in the CGF correspond to the values present in the CSR. These kinds of tests would try to set the CSR to a particular value either by writing to them or by executing code which causes the CSR to change due to a side effect, interrupts and exceptions. The tests will have to propagate the CSR values to the signature. CTG does not support generating tests for these coverpoints in its current state. Each csr(or csr type) will have to be handled independently.Changes required
Basic example
A coverpoint corresponding to the
C
bit inmisa
register:Assembly Test
The text was updated successfully, but these errors were encountered: