aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_pmp_regs.sail
AgeCommit message (Expand)AuthorFilesLines
2019-08-19RISC-V spec, without implicit castsAlasdair Armstrong1-5/+5
2019-06-27Fix the lem target.Prashanth Mundkur1-64/+60
2019-06-24Add PMP checks to physical memory accesses.Prashanth Mundkur1-0/+10
2019-06-21Checked locked flag on PMP reg writes, and add the special case for the pmpad...Prashanth Mundkur1-44/+42
2019-06-20Hook in csr reads/writes to PMP regs. Locked entries are not yet handled.Prashanth Mundkur1-67/+60
2019-06-20Handle pmpcfg packing and unpacking for csr accesses.Prashanth Mundkur1-22/+76
2019-06-20Add PMP address and entry matching, and priority logic.Prashanth Mundkur1-31/+59
2019-06-19Define PMP permission checking.Prashanth Mundkur1-4/+43
2019-06-17Add basic PMP definitions.Prashanth Mundkur1-0/+25