aboutsummaryrefslogtreecommitdiff
path: root/platform_main.ml
AgeCommit message (Expand)AuthorFilesLines
2019-01-14Reorganize directory structure.Prashanth Mundkur1-131/+0
2018-11-21RISC-V: allow platform ram size to be configurable.Prashanth Mundkur1-0/+3
2018-10-23RISC-V: Add a platform knob to control mtval contents on illegal instruction ...Prashanth Mundkur1-0/+3
2018-07-10Add an option to specify the dtc to use for the riscv platform.Prashanth Mundkur1-1/+4
2018-07-09Log some timing info at the end of riscv execution.Prashanth Mundkur1-5/+20
2018-06-25Add a riscv platform parameter to control trapping to M-mode on misaligned ac...Prashanth Mundkur1-1/+4
2018-06-22Make riscv pte dirty-bit update handling configurable via a platform cli option.Prashanth Mundkur1-3/+7
2018-06-22Add cli options to riscv simulator to dump platform device-tree info.Prashanth Mundkur1-1/+13
2018-06-22More trace log tweaks.Prashanth Mundkur1-2/+2
2018-06-11Put the riscv model's output on stderr, leaving stdout for the platform termi...Prashanth Mundkur1-1/+1
2018-06-04Add the htif exit command, a top-level function to initialize the riscv platf...Prashanth Mundkur1-1/+2
2018-05-21Start platform execution at the reset-vector in the rom.Prashanth Mundkur1-17/+13
2018-05-21Add in the platform files and update the ocaml build. Disable the isabelle b...Prashanth Mundkur1-0/+91