summaryrefslogtreecommitdiff
path: root/riscv/platform_main.ml
AgeCommit message (Collapse)Author
2018-06-11Put the riscv model's output on stderr, leaving stdout for the platform ↵Prashanth Mundkur
terminal.
2018-06-04Add the htif exit command, a top-level function to initialize the riscv ↵Prashanth Mundkur
platform, and document the artificial wreg effect due to using registers for device state.
2018-05-21Start platform execution at the reset-vector in the rom.Prashanth Mundkur
2018-05-21Add in the platform files and update the ocaml build. Disable the isabelle ↵Prashanth Mundkur
build until we add suitable platform definitions/stubs. The platform bits are not yet hooked into the model, but only into the build, so are untested.