index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mips
/
mips_wrappers.sail
Age
Commit message (
Expand
)
Author
2018-09-21
Remove cheri and mips specs -- they now have their own repository.
Robert Norton
2018-07-03
cheri: refine lwl/lwr cap length checks to be exact. They were previously a b...
Robert Norton
2018-05-17
changes to for testing FreeBSD boot on MIPS: allowing loading raw file in oca...
Robert Norton
2018-03-08
rename mips_new_tc to mips
Robert Norton
2018-03-08
Remove files in mips directory prior to copying in files from mips_new_tc. Ho...
Robert Norton
2017-04-27
reverse endianness of data when writing UART. Altera jtag uart is little-endi...
Robert Norton
2017-04-25
Add support for uart terminal. Also add read_bit_reg function for faster and ...
Robert Norton
2017-04-03
Rename TranslateAddress to TranslatePC and remove the accessType argument -- ...
Robert Norton
2017-03-29
change reqiured to work with little endian interpreter.
Robert Norton
2017-02-03
fix headers
Peter Sewell
2016-09-14
Switch mips/cheri over to using memory ea/val for writes. Tag is now first by...
Robert Norton
2016-07-28
Banish exit from the mips/cheri sail except at end of SignalException functio...
Robert Norton
2016-07-26
Add minimal support for emulated Altera JTAG UART.
Robert Norton
2016-06-28
Munge exception destination PC so we hit the correct address even when kcc.ba...
Robert Norton
2016-06-03
Improve formatting of latex export of mips spec: wrap lines, remove dollars i...
Robert Norton
2016-06-03
Reduce fill width of header to align closing comments nicely.
Robert Norton
2016-06-02
Apply headache to mips/cheri model.
Robert Norton
2016-05-13
implement config registers.
Robert Norton
2016-05-12
Implement count/compare registers for timer interrupts and rdhwr instruction.
Robert Norton
2016-05-04
check for PC alignment on instruction fetch.
Robert Norton
2016-05-03
fix cheri and mips sail following change to type of TranslateAddress -- can n...
Robert Norton
2016-04-28
implement (hopefully) correct exception behaviour wrt PCC/EPCC. Required shuf...
Robert Norton
2016-04-27
mips: fix error caused by TranslateAddress having wrong name.
Robert Norton
2016-04-27
cheri: add translation and bounds checking of PC via PCC. Slightly clunky imp...
Robert Norton
2016-04-22
Add address calculation wrapper to constrain and translate standard mips load...
Robert Norton
2016-04-21
Introduce wrapper function around MEMw* so that we can clear tags on non-capa...
Robert Norton