index
:
sail-riscv.git
billmcspadden-riscv
c2_emu
cheri
cheri-merge
cheri_lite
cookbook_br
csr_ext
debugmod
epc_legalization
ext_check_phys_mem
ext_check_phys_mem_alt
ext_misa
fdext
fence_issue29
fence_noops
fix-signature-granularity
fix_next_csrs
gdb
haveSmepmp_billmcspadden
hpm_events
hpm_events_billmcspadden
hpm_events_billmcspadden__sail_error_message_is_terse
initial-contributing-guide
inst_extensions
master
master-cleanup
match_warnings
mem_meta
mem_meta_merge
monads
new_test_2
new_test_3
no_boot_rom
no_casts
optimize
priv_1_13
rmem_interpreter
rmn30
rsnikhil
rv_config
sail-coverage-linking
update-copyright-headers
vector-dev
vmem_ext
x_regs
xret_ext
zfa
zfinx
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
model
/
riscv_insts_zicsr.sail
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-17
RISC-V Vector Extension Support
vector-dev
Xinlai Wan
1
-0
/
+18
2023-10-11
Implement menvcfg
Tim Hutt
1
-0
/
+7
2023-08-01
Rename EXTZ and EXTS
Alasdair
1
-9
/
+9
2023-05-29
apply_headers: regenerate copyright headers
update-copyright-headers
Philipp Tomsich
1
-1
/
+3
2023-05-29
Fix minstret off-by-one when mcountinhibit is set
Tim Hutt
1
-2
/
+2
2023-03-14
Use not() instead of ~() for boolean negation (#210)
Alexander Richardson
1
-2
/
+2
2021-10-18
scalar-crypto: Initial commit of 1.0.0-rc2 spec work. (#99)
Ben Marshall
1
-0
/
+6
2021-07-29
Use headache to apply copyright header at request of Peter Sewell.
Robert Norton
1
-0
/
+68
2020-09-03
Add the mstatush CSR for RV32, and hardwire the MBE and SBE fields to 0.
Prashanth Mundkur
1
-0
/
+2
2020-04-27
Add the mcountinhibit register.
Prashanth Mundkur
1
-0
/
+3
2020-03-29
Read pmpcfg* value back out when reporting its value
Scott Johnson
1
-4
/
+4
2020-02-25
Change operand order for csr instructions assembly to match spec. Fixes #34.
Robert Norton
1
-2
/
+2
2020-02-25
Revert "Further workaround for Sail mapping bug."
Robert Norton
1
-2
/
+2
2020-02-06
Handle locked TOR entries when writing PMP addresses.
Prashanth Mundkur
1
-16
/
+16
2020-01-13
Further workaround for Sail mapping bug.
Robert Norton
1
-2
/
+2
2019-11-05
Add extension point for checking CSR access.
csr_ext
Robert Norton
1
-0
/
+2
2019-09-10
Refactor CSR code to use scattered functions / mappings for ease of extension.
Robert Norton
1
-6
/
+2
2019-07-09
Add some missed logging guards.
Prashanth Mundkur
1
-2
/
+4
2019-06-28
Avoid implicit casts to string
Alasdair
1
-2
/
+2
2019-06-27
Fix the lem target.
Prashanth Mundkur
1
-20
/
+8
2019-06-21
Checked locked flag on PMP reg writes, and add the special case for the pmpad...
Prashanth Mundkur
1
-16
/
+16
2019-06-20
Hook in csr reads/writes to PMP regs. Locked entries are not yet handled.
Prashanth Mundkur
1
-3
/
+54
2019-05-14
Improve the interface to access CSRs in extensions.
Prashanth Mundkur
1
-2
/
+2
2019-05-10
Rename regbits to regidx, to clarify the type is an index and not the content...
Prashanth Mundkur
1
-1
/
+1
2019-05-10
Use an explicit enum to indicate the retire status as opposed to a boolean to...
Prashanth Mundkur
1
-2
/
+2
2019-05-07
Allow overrides for mtvec/stvec accessors.
Prashanth Mundkur
1
-4
/
+4
2019-04-24
Add extended model from cheri-merge.
Prashanth Mundkur
1
-4
/
+4
2019-02-19
Use sizeof xlen instead of the value definitions of xlen.
Prashanth Mundkur
1
-9
/
+9
2019-02-15
Define counter CSRs, and guard accesses from RV32.
Prashanth Mundkur
1
-85
/
+95
2019-02-12
Start extracting bits of vmem that should be common to RV32, and add some def...
Prashanth Mundkur
1
-4
/
+1
2019-02-11
Fix mvendorid width.
Prashanth Mundkur
1
-1
/
+1
2019-01-29
Add CSRs for the 'N' extension arch state and expose to CSR read/write.
Prashanth Mundkur
1
-3
/
+11
2019-01-25
Factor out each extension into separate files, do some minor cleanup.
Prashanth Mundkur
1
-0
/
+159