index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lem_interp
/
run_interp_model.ml
Age
Commit message (
Expand
)
Author
2016-07-28
Banish exit from the mips/cheri sail except at end of SignalException functio...
Robert Norton
2016-06-07
Fix issue in accessing fields and slices of registers during translate address
Kathy Gray
2016-06-03
Fix bug exposed/introduced by properly handling vector starts in the type che...
Kathy Gray
2016-04-25
Make interpreter able to read registers during translate address and decode.
Kathy Gray
2016-03-08
missing file from last commit
Kathy Gray
2016-03-08
Start task of setting up tagged memory in sequential interpreter
Kathy Gray
2016-01-28
Support exit and assert better in sequential interpreter and general interpre...
Kathy Gray
2016-01-27
Make mips build again
Kathy Gray
2016-01-26
Fix some bugs in writing registers with slices in the sequential interpreter
Kathy Gray
2016-01-26
Fix problem in run_with_model where we forgot that ppcmem2 treats everything ...
Kathy Gray
2016-01-20
see writes to registers in the register file for sequential interpreter
Kathy Gray
2016-01-20
Assorted bug fixes that gets one mips instruction running (then fails for exp...
Kathy Gray
2015-11-17
Very nearly there sequential interpreter, just need to hook in the spec files...
Kathy Gray
2015-11-12
Incorporating elf into sequential interpreter
Kathy Gray
2015-11-10
Make first half of sequential interpreter driver compile again
Kathy Gray
2015-04-22
Fix some interpreter bugs preventing ARM instructions from making progress
Kathy Gray
2014-11-17
Use red printing for the value in the hole from Printing_functions instead of...
Kathy Gray
2014-11-06
Refactor printing to display the contents the [_] and to better format bit ve...
Kathy Gray
2014-11-04
Fix setting of initial position in a vector after a slice
Kathy Gray
2014-10-30
Add parameter to interp_exhaust with type maybe (list (reg_name,value)) for r...
Kathy Gray
2014-10-27
Correct externally visible endianness bugs
Kathy Gray
2014-10-20
Separate out printing facility from model driver into printing_functions int...
Kathy Gray
2014-10-14
Iron out bugs in running new executable with branching; add new executable as...
Kathy Gray
2014-10-07
kathy,peter: making decode integration with ppcmem2 typecheck
Peter Sewell
2014-10-07
Put in type for instruction form for models; remove extra information from By...
Kathy Gray
2014-09-30
Corrected writing to register bug. Now interpreter produces same result as gd...
Kathy Gray
2014-08-27
Changes to get another (slightly larger) executable running;
Kathy Gray
2014-08-21
Improve printing of function calls in stepper mode
Kathy Gray
2014-08-21
Allow command line interface to exhaustively evaluate the next step, printing...
Kathy Gray
2014-08-20
Add ability to track register dependencies in interactive stepper; thus testi...
Kathy Gray
2014-08-19
make test_power_interactive working again; now using interp_interface instead...
Kathy Gray
2014-08-19
Add file that actually drives command line interpreter
Kathy Gray