aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_csr_ext.sail
AgeCommit message (Collapse)AuthorFilesLines
2023-05-29apply_headers: regenerate copyright headersupdate-copyright-headersPhilipp Tomsich1-1/+3
2021-07-29Use headache to apply copyright header at request of Peter Sewell.Robert Norton1-0/+67
2020-01-10Re-instate the catch-all csr_name_map clause and workaround the Sail bug ↵Robert Norton1-2/+6
that prevented this from compiling previously. This will stop crashes on invalid CSRs in TestRIG. I have a reduced test case for the Sail bug and will investigate.
2019-09-10Refactor CSR code to use scattered functions / mappings for ease of extension.Robert Norton1-17/+10
2019-05-14Improve the interface to access CSRs in extensions.Prashanth Mundkur1-0/+20