aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Collapse)AuthorFilesLines
2016-01-24Get rid of redundant 'Cache' in namesDavid Li1-3/+3
2016-01-24Provide API to react to cache eventsDavid Li1-3/+9
2016-01-15Allow stalls that do not retry instructionDavid Li1-0/+2
2016-01-14Fix testsDavid Li1-52/+56
2016-01-14Convert ISA types to newtype structsDavid Li1-2/+2
2016-01-09Remove old elfloader testDavid Li1-80/+0
2016-01-07Implement halfword accessDavid Li1-0/+22
2016-01-07Let API user handle syscallsDavid Li1-19/+51
2016-01-06Bump version to 0.2.50.2.5David Li1-1/+0
2016-01-06Get rid of Box in memory refsDavid Li1-7/+4
2016-01-05Rename elfloader crateDavid Li1-1/+1
2016-01-05Re-export elfloaderDavid Li1-1/+4
2016-01-05Update copyrightDavid Li1-1/+1
2016-01-04Enable loading with address translationDavid Li1-9/+21
2016-01-04Get rid of unused codeDavid Li1-1/+1
2016-01-04Make memory construction from segments a method insteadDavid Li1-4/+3
2016-01-04Fix cache sharing bugDavid Li1-2/+4
2016-01-04Load ELF directlyDavid Li1-32/+23
2016-01-04Implement initializing memory from text/data segmentsDavid Li1-1/+32
2016-01-03Add MMU to coreDavid Li1-2/+3
2016-01-03Test writing with cache missDavid Li1-4/+21
2016-01-03Test reading and writing cache and memoryDavid Li1-0/+35
2016-01-03Fix write_byte, add basic testsDavid Li1-1/+22
2016-01-01Test use of cache in simulationDavid Li1-2/+3
2015-12-30Convert simulator to using cacheDavid Li1-1/+6
2015-12-29Don't give cache ownership of memoryDavid Li1-3/+8
2015-12-29Update test for new cacheDavid Li1-7/+4
2015-12-27Add GPLv3 licenseDavid Li1-0/+16
2015-12-27Move tests to test moduleDavid Li1-11/+16
2015-12-27Fix and test cache address parsingDavid Li1-0/+14
2015-12-25Add trait for memory interfaceDavid Li1-0/+1
2015-12-20Introduce type aliases for ISA thingsDavid Li1-1/+0
2015-12-19Implement RV32I integer-immediate instructionsDavid Li1-1/+0
2015-12-18Implement RV32I integer-register instructionsDavid Li1-6/+5
2015-12-16Load and recognize a minimal set of instructionsDavid Li1-1/+4
2015-12-15Load hexdump of ELFDavid Li1-0/+7
2015-12-15Outline the simulatorDavid Li1-0/+9