summaryrefslogtreecommitdiff
path: root/src/lem_interp/extract.mllib
AgeCommit message (Collapse)Author
2015-11-10Make first half of sequential interpreter driver compile againKathy Gray
2015-03-15Many changes:Kathy Gray
Split out specification specific memory and external functions Reduce the presence of big_int Reduce the use of inc direction, instead using a default from the spec. Still a few places need to be parameterised over direction Also some bug fixes exposed by above and running ARM second instruction
2014-11-22make interpreter now compilesKathy Gray
Printing functions are not complete and may cause exceptions still on unknown or undef bits. run_interp_model doesn't work and thus make power doesn't work.
2014-10-20Separate out printing facility from model driver into printing_functions ↵Kathy Gray
interface
2014-10-07Put in type for instruction form for models; remove extra information from ↵Kathy Gray
Bytevectors; add place holder for memory size dependency tracking
2014-09-29Add in elf model from Dominic/Stephen. Make run_power build again. Does not ↵Kathy Gray
effectively use elf model yet