Muhammad Hammad Bashir
Muhammad Hammad Bashir
This pull request is linked to the feature enhancement PR#[80](https://github.com/riscv-software-src/riscv-isac/pull/80) created in RISC-V ISAC related to **Support for coverage of Privileged Architecture** In this pull request, I have added: 1....
# mnemonic flag support: The `mnemonic` can be used to write a coverpoint that should target a instruction of interest only. For instance, **lr** or **sc**. Coverpoint can be written...
The purpose of this PR is to add the coverpoints for the PMP, Privileged architecture following the Test Plan available [here](https://docs.google.com/spreadsheets/d/1p13gic7BD6aq7n_dHrqti4QmlGpxY7FkF17RVbG4DC0/edit#gid=0) Please review the the coverage report that is available...
@allenjbaum , @pawks , @neelgala , @UmerShahidengr , @jamesbeyond Consider the following log when we have a load page fault: ``` mem[X,0x80000A34] -> 0xA703 mem[X,0x80000A36] -> 0x0147 [746] [U]: 0x90000A34...
This PR adds the support for new feature `verify` and also PMP schema in the Templates.
## Description This PR adds a new updated schema format for the PMP configuration which will be used for the test selection ### Related Issues > Please list all the...
## Context: Hi, I am writing the test for Pointer Masking in M Mode. I have enabled the pointer Masking by setting up the `mseccfg` and also enabled the virtualization...