aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_pmp_control.sail
AgeCommit message (Expand)AuthorFilesLines
2024-02-08Shorten copyright notice at the top of each fileTim Hutt1-65/+3
2024-02-05Improve PMP supportTim Hutt1-99/+39
2024-01-31Update bitfield syntaxAlasdair1-5/+5
2023-05-29apply_headers: regenerate copyright headersupdate-copyright-headersPhilipp Tomsich1-1/+3
2023-05-29Changed the pmp initial misconfiguration check so that if the low and high ra...Muhammad Bilal Sakhawat1-1/+1
2021-07-29Use headache to apply copyright header at request of Peter Sewell.Robert Norton1-0/+68
2021-03-19pmp: pmp address match misses some corner casesBicheng Yang1-1/+1
2020-06-05Avoid relying on ext_access_type values in PMP, to be compatible with extensi...Prashanth Mundkur1-8/+8
2020-02-06Handle locked TOR entries when writing PMP addresses.Prashanth Mundkur1-1/+1
2019-09-04Merge remote-tracking branch 'origin/master' into vmem_ext.vmem_extRobert Norton1-5/+5
2019-08-19RISC-V spec, without implicit castsAlasdair Armstrong1-5/+5
2019-07-22Make a custom exception code available for extensions, and remove the E_CHERI...Prashanth Mundkur1-4/+4
2019-07-15Allow extensions to types of memory access, and factor out PTE and PTW defini...Prashanth Mundkur1-12/+12
2019-06-24Add PMP checks to physical memory accesses.Prashanth Mundkur1-3/+25
2019-06-21Checked locked flag on PMP reg writes, and add the special case for the pmpad...Prashanth Mundkur1-2/+6
2019-06-20Hook in csr reads/writes to PMP regs. Locked entries are not yet handled.Prashanth Mundkur1-15/+15
2019-06-20Add PMP address and entry matching, and priority logic.Prashanth Mundkur1-0/+159