summaryrefslogtreecommitdiff
path: root/riscv/riscv_mem.sail
AgeCommit message (Expand)Author
2018-10-13Adapt checked_mem_read to have acquire/release/reserve arguments soChristopher Pulte
2018-09-06Coq: fill in a few more RISC-V axiomsBrian Campbell
2018-09-04C: Tweaks to RISC-V to get compiling to CAlasdair Armstrong
2018-08-13More RISC-V built-in type constraintsBrian Campbell
2018-08-13Basic Coq support for RISC-VBrian Campbell
2018-07-20Add assorted comments, consistency fixes and cleanup.Prashanth Mundkur
2018-07-11RISC-V model fixes for RMEMJon French
2018-07-10Support riscv atomic accesses to mmio regions, used by linux to access device...Prashanth Mundkur
2018-07-10RISCV load-acquire in Lem (-> rmem)Jon French
2018-07-07An initial fix to riscv lr/sc, needs a review.Prashanth Mundkur
2018-07-05restore missing RISC-V fence types in sail2; ignore io bits in fences more cl...Jon French
2018-06-23Fix a missing check for interrupt dispatch when riscv clint registers are wri...Prashanth Mundkur
2018-06-08Add mem and mmio access tracing.Prashanth Mundkur
2018-06-07Slight refactor to keep platform handling localized to the _platform file.Prashanth Mundkur
2018-06-07Fix width guards on htif accesses.Prashanth Mundkur
2018-06-07Update physical memory and address translation for MMIO.Prashanth Mundkur
2018-05-21Move mem-op-result to _sys to be usable from _platform.Prashanth Mundkur
2018-04-26Fix bug introduced in alignment check.Prashanth Mundkur
2018-04-26Initial support for faults of writes to physical addresses.Prashanth Mundkur
2018-04-26Initial support for faults of reads to physical addresses.Prashanth Mundkur
2018-04-13Move riscv memory definitions into a separate file.Prashanth Mundkur