summaryrefslogtreecommitdiff
path: root/inc/id.h
AgeCommit message (Collapse)Author
2 daysFurther small simplificationsbd
2 daysCombine read_vec_guard and read_guard using templatesbd
4 daysUse templates rather than two write guard methodsbd
2025-04-27Merge remote-tracking branch 'origin/master' into vector_extbd
2025-04-26Initial vector extension changesSiddarth-Suresh
2025-04-25Pass full DTO to GUIbd
2025-04-22Remove 'type' field out of InstrDTObd
2025-04-22Add definition for size of vector registerbd
2025-04-22Remove the accessor objectbd
2025-04-21Add licensing informationbd
2025-04-17The pipeline says some things and there are numbersbd
2025-04-17Swap the source and destination registers for LOAD, final fixbd
2025-04-17Keep track of checked out in DTO to simplify wb cond logic (bug)bd
2025-04-15Added pipeline to GUISiddarth-Suresh
2025-04-01Finish adding initial tests for full pipelinebd
2025-04-01Lots of fixes and testsbd
2025-03-31MEM WB stageSiddarth-Suresh
2025-03-30Add tests for EXbd
2025-03-30Add mock stage, proper decode testsbd
2025-03-30Minor simplification to API between pipeline componentsbd
2025-03-29Add advance logic for decodebd
2025-03-29Add proper read and write guard methods, clean up id test filebd
2025-03-29Fetch stage properly holds objects until parent is readybd
2025-03-29Add parameter to Stage::advance so status can transfer down the pipebd
2025-03-29get_instr_fields return mnemonic rather than opcode and typebd
2025-03-28Move get_instr_fields, add all instruction mnemonicsbd
2025-03-27Instr, InstrDTO gets/sets, other structures required for decodebd
2025-03-26Add fetch stage implementation, tests, program loading, DTO objectbd
2025-03-24Add skeleton classes for 5 major pipeline stagesbd