index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-05-27
Fix parsing of sizeof and some printing issues with let
Kathy Gray
2016-05-27
small change to comment printing
Kathy Gray
2016-05-27
Also add to ott
Kathy Gray
2016-05-27
Add sizeof to sail. Documentation to follow
Kathy Gray
2016-05-26
add makery for mips/cheir LOC count.
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-20
Add missing CP0BadVaddr in run_with_elfs.
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-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-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
rename ephemeral/non_ephemeral to global/local in accordance with current usage.
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-11
Fix XXX missing register accessible check in ClearRegs, also only do CP2Usabl...
Robert Norton
2016-05-10
Initialise CP0Status BEV bit.
Robert Norton
2016-05-10
Clear LLbit on ERET regardless of ERL value.
Robert Norton
2016-05-10
Implement mfc0/mtc0 ErrorEPC.
Robert Norton
2016-05-10
calculate signed modulus using quot as ocaml and mips disagree about what the...
Robert Norton
2016-05-09
explicitly give result value for slti to workaround probable sail bug produci...
Robert Norton
2016-05-09
fix mips build by copying across run_with_elf_cheri.ml and removing cheri parts.
Robert Norton
2016-05-09
work around problem with <_s using signed
Robert Norton
2016-05-09
Reverse the list of events to respect their order
Kathy Gray
2016-05-09
commit test which fails due to not writing C31.offset in TranslateAddress.
Robert Norton
2016-05-09
Add more debugging information for vector concatenation
Kathy Gray
2016-05-06
rewrite fde_loop to make it easier to understand and fix some tests. still re...
Robert Norton
2016-05-05
Factor out get_opcode
Robert Norton
2016-05-04
Correct register field/slice reading for decreasing reads for decode/translat...
Kathy Gray
2016-05-04
fix incorrect exception code used on clc alignment check.
Robert Norton
2016-05-04
check for PC alignment on instruction fetch.
Robert Norton
2016-05-03
List registers required to handle exception during instruction fetch. Attempt...
Robert Norton
2016-05-03
actually read next_pc twice when handling a translate_address exception
Kathy Gray
2016-05-03
write all or part of fields out of translate_address (instead of just all)
Kathy Gray
2016-05-03
cheri: check value of co-processor enable bit before all cheri instructions.
Robert Norton
2016-05-03
fix cheri and mips sail following change to type of TranslateAddress -- can n...
Robert Norton
2016-05-03
Change decode and translate_address to support writing register events (altho...
Kathy Gray
2016-05-03
immediate offset of load/store via capability is scaled by word size (ISA cha...
Robert Norton
2016-04-29
implement cgetpccsetoffset (new instruction)
Robert Norton
2016-04-29
new encoding for cgetpcc (ISA change).
Robert Norton
2016-04-29
implement 'big immediates' for CSC and CLC (ISA change).
Robert Norton
2016-04-29
use the correct exception vector for ccall/creturn.
Robert Norton
[next]