index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mips
/
main.sail
Age
Commit message (
Expand
)
Author
2018-09-21
Remove cheri and mips specs -- they now have their own repository.
Robert Norton
2018-06-27
Add a new function cycle_limit_reached that returns bool, allowing for gracef...
Robert Norton
2018-06-26
mips: fix duplication of cycle_count call that arose due to git merge.
Robert Norton
2018-06-26
mips: comment out printing of EXCEPTION on every ISA exception.
Robert Norton
2018-06-25
Use getopt rather than argp for Mac compatibility in C runtime
Alasdair Armstrong
2018-06-22
add support for new cycle_limit feature in mips.
Robert Norton
2018-06-21
Remove loading kernel from mips main
Alasdair Armstrong
2018-06-11
More efficient bitfield implementation
Alasdair Armstrong
2018-06-07
Refactor mips main a little to work around apparent bug in c generation. Gene...
Robert Norton
2018-06-04
cheri: print debug trace info to stderr to keep it separate from uart output.
Robert Norton
2018-05-17
build fixes: add back tag effect skips required for mips. Move UART check in ...
Robert Norton
2018-05-17
changes to for testing FreeBSD boot on MIPS: allowing loading raw file in oca...
Robert Norton
2018-05-17
Refactor main.sail
Thomas Bauereiss
2018-05-09
Add tests for Isabelle->OCaml generation for CHERI and AArch64
Thomas Bauereiss
2018-03-27
print IPS after running cheri model.
Robert Norton
2018-03-22
Fix C compilation for CHERI and MIPS
Alasdair Armstrong
2018-03-08
rename mips_new_tc to mips
Robert Norton