index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cheri
Age
Commit message (
Expand
)
Author
2017-02-10
Don't update EPCC if EXL is already set.
Robert Norton
2017-02-08
Implement fast representable bounds check as used on FPGA (cincoffset only so...
Robert Norton
2017-02-08
Simplify unsigned vector comparison using <_u operator.
Robert Norton
2017-02-03
fix header dates in new file.
Robert Norton
2017-02-03
replace bit vector return types in getCapX functions with equivalent integer ...
Robert Norton
2017-02-03
fix headers
Peter Sewell
2017-01-31
Round up to multiple of 4 when computing E (CHERI does this to improve freque...
Robert Norton
2017-01-27
further attempt to work around matching bug -- seems to work.
Robert Norton
2017-01-26
fix incorrect constant in calculation of representable boundary (should be B ...
Robert Norton
2017-01-26
remove dead code in getBase/getTop
Robert Norton
2017-01-26
attempted work around for apparent sail bug with matching result of comparison
Robert Norton
2017-01-26
don't forget to use absolute PC as offset in epcc in case where epcc is not r...
Robert Norton
2017-01-26
c128: xor E with 48 when storing in memory so that null cap is all zeros but ...
Robert Norton
2017-01-26
when using cursor instead of offset for bounds check we must remember to chec...
Robert Norton
2017-01-25
fix error introduced in revised version of TranslateAddress -- absPC should b...
Robert Norton
2017-01-25
fix typo in c256 capRegToCapStruct
Robert Norton
2017-01-25
merge cheri 256 and 128 together factoring out differing parts into separate ...
Robert Norton
2017-01-25
set offset of pcc on exception.
Robert Norton
2017-01-24
force unsigned comparison in cgetlen overflow check.
Robert Norton
2017-01-24
first pass at cheri128 sail.
Robert Norton
2016-09-14
Switch mips/cheri over to using memory ea/val for writes. Tag is now first by...
Robert Norton
2016-09-14
Use cap_size to check for address alignment in csc/clc instead of hardcoded 3...
Robert Norton
2016-08-01
Remove raise_c2_exception_v function which is not needed after permissions me...
Robert Norton
2016-08-01
Complete transition to merged perms. We need to take care to keep around the ...
Robert Norton
2016-07-28
Banish exit from the mips/cheri sail except at end of SignalException functio...
Robert Norton
2016-07-28
Complete another if statement with an empty else.
Robert Norton
2016-07-28
Use recently introduced 'not' function instead of ~ for boolean negation. Mor...
Robert Norton
2016-07-27
Fix misspelt marker comment.
Robert Norton
2016-07-27
Add final 'else' to CCheckPerms because Peter pointed out that it is better t...
Robert Norton
2016-07-27
CCall comment out of extracted psuedocode region.
Robert Norton
2016-07-27
Normalise whitespace in cheri_insts.sail for cleaner extraction of instructio...
Robert Norton
2016-07-26
Add minimal support for emulated Altera JTAG UART.
Robert Norton
2016-07-26
Add Makefile and marker comments in cheri sail file for extracting individual...
Robert Norton
2016-06-28
Munge exception destination PC so we hit the correct address even when kcc.ba...
Robert Norton
2016-06-10
Make in-memory format of capabilities conform with that of CHERI which stores...
Robert Norton
2016-06-07
remove workarounds for sail unable to read fields during PC fetch. Should be ...
Robert Norton
2016-06-07
Merge register access violation exception codes. ISA is evolving and is a lit...
Robert Norton
2016-06-07
Preserve padding in capability registers when converting to struct form -- th...
Robert Norton
2016-06-07
cheri: implement the csub instruciton (new instruction)
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-06-01
Remove outdated XXX
Robert Norton
2016-05-25
add support for capability load/store bits in TLB
Robert Norton
2016-05-16
Implement the simulator dump cap registers instruction as a NOP since we dump...
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-12
rename ephemeral/non_ephemeral to global/local in accordance with current usage.
Robert Norton
2016-05-12
remove redundant wrapper function 'TranslateOrExit' and rename uses.
Robert Norton
2016-05-11
Fix XXX missing register accessible check in ClearRegs, also only do CP2Usabl...
Robert Norton
2016-05-04
fix incorrect exception code used on clc alignment check.
Robert Norton
[next]