summaryrefslogtreecommitdiff
path: root/riscv/main.sail
AgeCommit message (Expand)Author
2018-04-09Update riscv to use the new system definitions, remove duplicates.Prashanth Mundkur
2018-03-19Fixes to C backend for RISCV-compilationAlasdair Armstrong
2018-03-07Make union types consistent in the ASTAlasdair Armstrong
2018-02-06Add a system initialization function. For now, it merely initializes support...Prashanth Mundkur
2018-02-01badaddr is a misleading name, since it could contain what the PC points to fo...Prashanth Mundkur
2018-02-01Initial top-level support for compression instructions.Prashanth Mundkur
2018-01-29Add some initial exception handling to the riscv execution loop.Prashanth Mundkur
2018-01-29riscv: remove break from main loop and place val spec in prelude.Robert Norton
2018-01-25Extend RISCV main loop with support for tohost interface used by test suite f...Robert Norton
2018-01-25work in progress riscv CSR implementation.Robert Norton