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_sys_control.sail
Age
Commit message (
Expand
)
Author
Files
Lines
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
-1
/
+1
2023-03-14
Use not() instead of ~() for boolean negation (#210)
Alexander Richardson
1
-9
/
+9
2023-03-06
Add wildcard cases to matches to suppress Sail warnings. (#197)
Robert Norton
1
-2
/
+2
2021-11-22
Implement support for Zfinx (#130)
Jessica Clarke
1
-0
/
+3
2021-11-17
Revert "Initial introduction of zfinx (#75)"
Jessica Clarke
1
-3
/
+3
2021-11-17
Initial introduction of zfinx (#75)
Ibrahim Abu Kharmeh
1
-3
/
+3
2021-10-22
Support D extension on RV32 (#108)
Jessica Clarke
1
-4
/
+2
2021-10-18
scalar-crypto: Initial commit of 1.0.0-rc2 spec work. (#99)
Ben Marshall
1
-0
/
+24
2021-07-29
Use headache to apply copyright header at request of Peter Sewell.
Robert Norton
1
-0
/
+68
2021-03-16
Initial implementation of new RVFI_DII socket format
Alex Richardson
1
-1
/
+2
2020-09-03
Add the mstatush CSR for RV32, and hardwire the MBE and SBE fields to 0.
Prashanth Mundkur
1
-0
/
+7
2020-08-25
Allow CSR read/write to mcountinhibit
Scott Johnson
1
-0
/
+1
2020-08-20
Fix conditions CSR definedness. Fixes #65.
Prashanth Mundkur
1
-11
/
+11
2020-04-27
Clear mstatus.mprv on mret and sret, and hardwire it to 0 when user-mode is n...
Prashanth Mundkur
1
-1
/
+4
2020-04-01
Set mtval to 0 on ebreak. Fixes #44.
Prashanth Mundkur
1
-0
/
+7
2020-01-07
Merge branch 'master' into rsnikhil.
Prashanth Mundkur
1
-0
/
+12
2019-11-27
Fix whitespace.
Prashanth Mundkur
1
-1
/
+1
2019-11-26
Fix RV32 build for F/D extensions.
Prashanth Mundkur
1
-3
/
+7
2019-11-06
Add hooks for misa.{F,D} for C and OCaml, and fix 64-bit OCaml build.
Prashanth Mundkur
1
-0
/
+4
2019-10-09
Read/write memory values and metadata together atomically
Thomas Bauereiss
1
-0
/
+12
2019-08-20
Whitespace fixes to nuke tabs.
no_casts
Prashanth Mundkur
1
-3
/
+3
2019-08-19
RISC-V spec, without implicit casts
Alasdair Armstrong
1
-45
/
+45
2019-07-09
Add some missed logging guards.
Prashanth Mundkur
1
-16
/
+28
2019-06-28
Avoid implicit casts to string
Alasdair
1
-6
/
+8
2019-06-25
Add PMP regs to the is-defined predicate.
Prashanth Mundkur
1
-1
/
+20
2019-06-24
Add PMP checks to physical memory accesses.
Prashanth Mundkur
1
-0
/
+2
2019-05-24
Make xret hooks differentiate between just reading xret target values and get...
Prashanth Mundkur
1
-3
/
+3
2019-05-14
Improve the interface to access CSRs in extensions.
Prashanth Mundkur
1
-2
/
+2
2019-05-06
Factor out sync_exception to fix dependencies in cheri, and similarly split o...
Prashanth Mundkur
1
-7
/
+1
2019-05-03
Enable some asserts.
Prashanth Mundkur
1
-4
/
+4
2019-05-03
Fix inconsistency in accessing PC/nextPC, which also clarifies which handlers...
Prashanth Mundkur
1
-7
/
+7
2019-04-24
Add extended model from cheri-merge.
Prashanth Mundkur
1
-31
/
+30
2019-04-12
Merge branch 'master' into rmem_interpreter
rmem_interpreter
Jon French
1
-6
/
+7
2019-03-29
Generalize the previous commit to handle hardwired misa.c.
Prashanth Mundkur
1
-6
/
+7
2019-03-14
Merge branch 'master' into rmem_interpreter
Jon French
1
-11
/
+25
2019-03-12
riscv_platform.sail: use externs for platform values even in interpreter
Jon French
1
-6
/
+4
2019-03-06
Fix U-mode checks in check_Counteren()
Xi Wang
1
-3
/
+3
2019-03-04
Enable pmpaddr0.
Prashanth Mundkur
1
-2
/
+1
2019-02-20
Some changes for arch-specific initialization.
Prashanth Mundkur
1
-2
/
+1
2019-02-19
Use sizeof xlen instead of the value definitions of xlen.
Prashanth Mundkur
1
-5
/
+5
2019-02-15
Define counter CSRs, and guard accesses from RV32.
Prashanth Mundkur
1
-2
/
+18
2019-02-11
Handle SXL/UXL not being present in mstatus in RV32 by using explicit getters...
Prashanth Mundkur
1
-2
/
+2
2019-01-30
Comment out asserts.
Prashanth Mundkur
1
-5
/
+5
2019-01-30
Add some missed checks for 'N' to delegation logic.
Prashanth Mundkur
1
-7
/
+13
2019-01-29
Update docs, and fix file names.
Prashanth Mundkur
1
-0
/
+444