summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-21Updates all over the place (mostly devices)HEADmasterTobias Klauser9-328/+447
2010-12-21Correct size scaling functionsTobias Klauser1-4/+6
2010-12-02Also read ELF data sectionsTobias Klauser1-5/+79
2010-12-02Add OFF_TO_REG macroTobias Klauser1-0/+1
2010-11-24Change exception handling, more instructions implementedTobias Klauser5-59/+214
2010-11-24Fix shadowed definition, use correct argument to strtoulTobias Klauser1-3/+5
2010-11-22Use generic load/store functions in instructionsTobias Klauser5-52/+91
2010-11-19Hook up simulatorTobias Klauser2-42/+49
2010-11-19Implement memory load/store operationsTobias Klauser6-13/+173
2010-11-19Remove unused stuff from original nios2simTobias Klauser7-1744/+0
2010-11-19Simulator updatesTobias Klauser3-38/+221
2010-11-19Fix I-type instruction format, needs explicit bitfield lengthTobias Klauser2-5/+5
2010-11-18Implement nextpc, callr, srai, sra instructionsTobias Klauser1-7/+51
2010-11-18Fix R-type decoding, seems to work now with images/zImageTobias Klauser2-8/+5
2010-11-18Add memory handling moduleTobias Klauser2-0/+62
2010-11-18Instruction updatesTobias Klauser2-19/+49
2010-11-18Follow API changes...Tobias Klauser2-7/+9
2010-11-18Implement loading .text section from ELF binaryTobias Klauser1-10/+26
2010-11-18Generic device handling updatesTobias Klauser2-2/+101
2010-11-18Add bit set/clear functions, differentiate bit mask macrosTobias Klauser1-1/+25
2010-11-17Add utilsTobias Klauser3-1/+97
2010-11-17Reorganize instruction table handling, use return value for exceptionsTobias Klauser2-204/+329
2010-11-16Add basic device handling infrastructureTobias Klauser7-40/+202
2010-11-12Rename usage functionTobias Klauser1-4/+5
2010-11-12Implement more instructionsTobias Klauser10-78/+590
2010-11-11Implement basic instruction handlingTobias Klauser8-50/+317
2010-11-11Add .gitignoreTobias Klauser1-0/+3
2010-11-11Baisc instruction handlingTobias Klauser3-67/+175
2010-11-11Add instruction word formats to instruction.h, readjust opcodesTobias Klauser1-110/+178
2010-11-10Add verbose modeTobias Klauser2-5/+16
2010-11-10Consider offset when writing memoryTobias Klauser2-6/+6
2010-11-10First bunch of rework, stil work in progressTobias Klauser8-99/+652
2010-11-10Initial import of nios2sim (http://nios2sim.googlecode.com/svn/trunk/ r16)Tobias Klauser24-0/+4360