summaryrefslogtreecommitdiff
path: root/src/lem_interp/printing_functions.ml
AgeCommit message (Expand)Author
2014-11-22Printing functions compiles againKathy Gray
2014-11-22Add size of register to register for making appropriate unknown register_valuesKathy Gray
2014-11-22make interpreter now compilesKathy Gray
2014-11-22Changing interface in step with Peter and ppcmem changesKathy Gray
2014-11-21Print out default values for underspecified vectors instead of leaving them a...Kathy Gray
2014-11-19print sparse vectorsKathy Gray
2014-11-18wibKathy Gray
2014-11-18Add missing cases to printing_functions printing of interp_valuesKathy Gray
2014-11-17Use red printing for the value in the hole from Printing_functions instead of...Kathy Gray
2014-11-17wibPeter Sewell
2014-11-16Add overflow checking arithmetic operations. Fix various bugs that this exposedKathy Gray
2014-11-12; -> ,Peter Sewell
2014-11-12Add a function to print local variables and values, local_variables_to_stringKathy Gray
2014-11-11remove [ and ] from values in the holeKathy Gray
2014-11-08make pp of Bitvector values of widths 1,2,4, or 8 bytes be in hex (but includ...Peter Sewell
2014-11-06Refactor printing to display the contents the [_] and to better format bit ve...Kathy Gray
2014-11-04K,P better instruction ppPeter Sewell
2014-11-03pp of initial index of bitvectorPeter Sewell
2014-10-30more compact pp of binary values (following verilog literal syntax)Peter Sewell
2014-10-29tweak value pp (remove byte count)Peter Sewell
2014-10-27Add printing for instruction formKathy Gray
2014-10-22Update printing for testing, fix some bugs found along the wayKathy Gray
2014-10-20Update the printing interface for ppcmem as opposed to run_model functionalityKathy Gray
2014-10-20Separate out printing facility from model driver into printing_functions int...Kathy Gray