aboutsummaryrefslogtreecommitdiff
path: root/c_emulator/riscv_platform.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-21csim: Fix C23 compatability warningAlasdair1-1/+1
2024-05-07fixup! fixup! Add Svinval extension.Martin Berger1-1/+0
2024-05-07fixup! Add Svinval extension.Martin Berger1-0/+6
2024-04-15Implement Zcb extensionTim Hutt1-0/+5
2024-02-05Improve PMP supportTim Hutt1-5/+10
2023-10-17RISC-V Vector Extension SupportXinlai Wan1-0/+5
2023-10-11Rename enable-fiom to enable-writable-fiomTim Hutt1-2/+2
2023-10-11Implement menvcfgTim Hutt1-0/+5
2023-06-15Add a clang-format configuration and reformat C code (#261)Alexander Richardson1-27/+68
2023-02-14Revert "added 3 new command line switches (plus functionality): -X/--enable-...Jessica Clarke1-9/+0
2023-02-13added 3 new command line switches (plus functionality): -X/--enable-experime...Bill McSpadden1-0/+9
2021-11-22Implement support for Zfinx (#130)Jessica Clarke1-0/+3
2021-11-17Revert "Initial introduction of zfinx (#75)"Jessica Clarke1-3/+0
2021-11-17Initial introduction of zfinx (#75)Ibrahim Abu Kharmeh1-0/+3
2021-10-18scalar-crypto: Initial commit of 1.0.0-rc2 spec work. (#99)Ben Marshall1-0/+4
2021-02-11Make N extension configurable.Prashanth Mundkur1-0/+3
2019-11-06Add hooks for misa.{F,D} for C and OCaml, and fix 64-bit OCaml build.Prashanth Mundkur1-0/+4
2019-06-24Add PMP checks to physical memory accesses.Prashanth Mundkur1-0/+3
2019-03-29Generalize the previous commit to handle hardwired misa.c.Prashanth Mundkur1-0/+5
2019-03-06Fix RV32 reservation checks in C emulator. Also reduce default ram to 64MB.Prashanth Mundkur1-4/+14
2019-01-25Tweaks to reservation handling.Prashanth Mundkur1-2/+8
2019-01-16Make it clearer that the outer c,ocaml sub-dirs contain supporting files for ...Prashanth Mundkur1-0/+74