summaryrefslogtreecommitdiff
path: root/src/sim/stage.cc
AgeCommit message (Collapse)Author
2025-04-22Remove subfoldersbd
2025-04-22Remove the accessor objectbd
2025-04-21Merge remote-tracking branch 'origin/master' into gui-nextbd
2025-04-21Add licensing informationbd
2025-04-18Display squashed, swap text entry to labels in stage viewbd
2025-04-18Keep track of squashed instructions in DTO objectbd
2025-04-17Add option to turn off pipelinebd
2025-04-17Keep track of checked out in DTO to simplify wb cond logic (bug)bd
2025-04-16Partial fixes for changes in DRAM/Cache, including uncovered bugbd
2025-04-15Added pipeline to GUISiddarth-Suresh
2025-04-01Fix bug with decode pushing checked_out when delayed with RAWbd
2025-04-01Finish adding initial tests for full pipelinebd
2025-04-01Lots of fixes and testsbd
2025-04-01Fix a lot of pipeline bugsbd
2025-04-01Ensure all stages only do work if they are not 'OK'bd
2025-03-31Merge remote-tracking branch 'origin/dev-sid' into bdunahubd
2025-03-31Partial commit before mergebd
2025-03-31CR CommentsSiddarth-Suresh
2025-03-31MEM WB stageSiddarth-Suresh
2025-03-30Sanity check for pipeline up to exebd
2025-03-30Implementation and tests for J typesbd
2025-03-30Add tests for EXbd
2025-03-30Add mock stage, proper decode testsbd
2025-03-30Setting condition code register, overflow guardbd
2025-03-29Add tests for read/write guardsbd
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 implementation functions for checking out a register.bd
2025-03-29get_instr_fields return mnemonic rather than opcode and typebd
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
2025-03-22Add controller.h, implementation and tests.bd