summaryrefslogtreecommitdiff
path: root/src/sim/controller.cc
AgeCommit message (Collapse)Author
2025-04-17Add option to turn off pipelinebd
2025-04-17HALT instruction... but it voids future stages' instructionsbd
2025-04-17The pipeline says some things and there are numbersbd
2025-04-01Fix bug with decode pushing checked_out when delayed with RAWbd
2025-04-01Merge remote-tracking branch 'origin/master' into bdunahubd
2025-04-01GUI and controller on separate threadsSiddarth-Suresh
2025-04-01Lots of fixes and testsbd
2025-04-01Ensure all stages only do work if they are not 'OK'bd
2025-03-31MEM WB stageSiddarth-Suresh
2025-03-30Add mock stage, proper decode testsbd
2025-03-30Minor simplification to API between pipeline componentsbd
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-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