summaryrefslogtreecommitdiff
path: root/src/sim
AgeCommit message (Collapse)Author
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-28Move get_instr_fields, add all instruction mnemonicsbd
2025-03-27Use an unordered map to record pipe stage history on instructionsbd
2025-03-27Instr, InstrDTO gets/sets, other structures required for decodebd
2025-03-26Fix timing issues in fetch testsbd
2025-03-26Add fetch stage implementation, tests, program loading, DTO objectbd
2025-03-24Add skeleton classes for 5 major pipeline stagesbd
2025-03-22Initialize clock_cyclebd
2025-03-22Add controller.h, implementation and tests.bd