aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_pmp_regs.sail
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Update bitfield syntaxJordan Carlin1-3/+3
2024-02-08Shorten copyright notice at the top of each fileTim Hutt1-65/+3
2024-02-05Improve PMP supportTim Hutt1-100/+86
2024-01-31Update bitfield syntaxAlasdair1-8/+8
2023-09-12Remove effectsTim Hutt1-2/+2
2023-08-01Rename EXTZ and EXTSAlasdair1-1/+1
2023-05-29apply_headers: regenerate copyright headersupdate-copyright-headersPhilipp Tomsich1-1/+3
2023-03-06Add wildcard cases to matches to suppress Sail warnings. (#197)Robert Norton1-6/+10
2021-07-29Use headache to apply copyright header at request of Peter Sewell.Robert Norton1-0/+68
2020-04-01Add a clarifying comment.Prashanth Mundkur1-1/+2
2020-04-01Add clarifying comment.Prashanth Mundkur1-1/+1
2020-03-29Mask pmpXcfg bits as required by specScott Johnson1-1/+1
2020-03-29Fix typos that made pmp8cfg and pmp9cfg unwritableScott Johnson1-4/+4
2020-02-06Handle locked TOR entries when writing PMP addresses.Prashanth Mundkur1-5/+11
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