aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_pmp_control.sail
AgeCommit message (Expand)AuthorFilesLines
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