index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mips
Age
Commit message (
Expand
)
Author
2016-11-08
add mips_extras_embed
Christopher Pulte
2016-11-08
add mips thread start instruction.
Robert Norton
2016-11-07
factor out regfp analysis types into etc/regfp.sail
Christopher Pulte
2016-11-03
split out RI node so that ppcmem model does not implement reserved instructio...
Robert Norton
2016-10-27
add hgen for J branches
Robert Norton
2016-10-22
fixes following interface changes (type of instruction, name of barrier)
Robert Norton
2016-10-20
changes to support get_model for ppcmem.
Robert Norton
2016-10-17
don't forget link register in register bcmp footprint
Robert Norton
2016-10-17
add register footprint for bcmpz
Robert Norton
2016-10-06
move type definitions that both interpreter and shallow embedding use to sail...
Christopher Pulte
2016-09-23
Add register footprint function needed by ppcmem (mips only for now)
Robert Norton
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
Increase size of TLB to 64 entries. In theory this should improve FreeBSD boo...
Robert Norton
2016-07-26
Add support for BERI specific behaviour which permits some unaligned accesses...
Robert Norton
2016-07-26
Add minimal support for emulated Altera JTAG UART.
Robert Norton
2016-07-25
Fix incorrect register number for CP0Cause in mtc0. The only test which write...
Robert Norton
2016-07-13
fix
Christopher
2016-06-28
Munge exception destination PC so we hit the correct address even when kcc.ba...
Robert Norton
2016-06-27
Don't blow up when test suite writes to K0 field of Config0 register.
Robert Norton
2016-06-07
remove workarounds for sail unable to read fields during PC fetch. Should be ...
Robert Norton
2016-06-07
Fix issue in accessing fields and slices of registers during translate address
Kathy Gray
2016-06-06
Add explicit type cast required because of the way sail does slicing (we want...
Robert Norton
2016-06-06
revert accidental functional change introduced when formatting -- simulator h...
Robert Norton
2016-06-03
Improve formatting of latex export of mips spec: wrap lines, remove dollars i...
Robert Norton
2016-06-03
Merge branch 'master' of bitbucket.org:Peter_Sewell/l2
Peter Sewell
2016-06-03
plumbing to make a pdf version of MIPS Sail spec, using LaTeX lstlistings
Peter Sewell
2016-06-03
Mips file: removed some unnecessary parenthesis
Kathy Gray
2016-06-03
Reduce fill width of header to align closing comments nicely.
Robert Norton
2016-06-02
Get widening right now that it matters
Kathy Gray
2016-06-02
Apply headache to mips/cheri model.
Robert Norton
2016-06-01
Tweak wording of mips README.
Robert Norton
2016-05-31
delete obsolete Makefile (src/Makefile currently hanldes mips build).
Robert Norton
2016-05-31
Add README in mips directory describing file breakdown and remove reference t...
Robert Norton
2016-05-25
add support for capability load/store bits in TLB
Robert Norton
2016-05-24
restrict virtual and physical address sizes to 40 and 36 bits respectively --...
Robert Norton
2016-05-19
workaround unable to read fields in PC translation bug.
Robert Norton
2016-05-19
correctly report TLB size and type in config reg.
Robert Norton
2016-05-18
Make TLB address error exception save BadVAddr.
Robert Norton
2016-05-18
Implement 8-entry software-managed TLB.
Robert Norton
2016-05-13
implement config registers.
Robert Norton
2016-05-13
do something a bit more interesting with WAIT.
Robert Norton
2016-05-13
fixes to make counter interrupt work: don't attempt to read register fields d...
Robert Norton
2016-05-13
don't write 33-bit value to hwrena (suprised that this type checked).
Robert Norton
2016-05-12
allow writing hwrena 29 (UserLocal)
Robert Norton
2016-05-12
Implement count/compare registers for timer interrupts and rdhwr instruction.
Robert Norton
2016-05-12
update/add some comments
Robert Norton
2016-05-12
remove redundant wrapper function 'TranslateOrExit' and rename uses.
Robert Norton
2016-05-12
Enforce kernel only access to kernel address space. Doesn't really make any d...
Robert Norton
2016-05-10
Clear LLbit on ERET regardless of ERL value.
Robert Norton
[prev]
[next]