summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-02Last fix to demo programbd
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-01Finish adding initial tests for full pipelinebd
2025-04-01Merge pull request #47 from bdunahu/dev-sidSiddarth Suresh
GUI and controller on separate threads
2025-04-01GUI and controller on separate threadsSiddarth-Suresh
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-04-01Merge pull request #45 from bdunahu/dev-sidbd
MEM WB stage
2025-03-31CR CommentsSiddarth-Suresh
2025-03-31MEM WB stageSiddarth-Suresh
2025-03-30Merge pull request #43 from bdunahu/bdunahuSiddarth Suresh
Sanity check for pipeline up to exe
2025-03-30Sanity check for pipeline up to exebd
2025-03-30Merge pull request #42 from bdunahu/bdunahuSiddarth Suresh
Add tests for EX, rest of (non-vector) instructions
2025-03-30Ensure type-I instruction could use S3 as displacementbd
2025-03-30Implementation and tests for J typesbd
2025-03-30All I-type instructionsbd
2025-03-30Add tests for EXbd
2025-03-30Merge pull request #41 from bdunahu/bdunahuSiddarth Suresh
Add mock stage, proper decode tests changes look good
2025-03-30Free everything I allocated :)bd
2025-03-30Add mock stage, proper decode testsbd
2025-03-30Merge pull request #40 from bdunahu/bdunahuSiddarth Suresh
Minor simplification to API between pipeline components -- Fixed memory leaks
2025-03-30untested ALU type R operationsbd
2025-03-30Setting condition code register, overflow guardbd
2025-03-30Minor simplification to API between pipeline componentsbd
2025-03-29Fix issue with uninitialized DRAM in ID.cc testsbd
2025-03-29Quick fix to fix compile-errorbd
2025-03-29Merge pull request #37 from bdunahu/bdunahuSiddarth Suresh
Instr, InstrDTO gets/sets, other structures required for decode -- tests as we move forward -- base classes -- decode stage implemented
2025-03-29Fix typo which allowed FETCH output to go to EXECUTEbd
2025-03-29Add advance logic for decodebd
2025-03-29Add tests for read/write guardsbd
2025-03-29Add proper read and write guard methods, clean up id test filebd
2025-03-29Merge pull request #38 from bdunahu/dev-sidbd
Layout changes
2025-03-29Fetch stage properly holds objects until parent is readybd
2025-03-29Make UI ResponsiveSiddarth-Suresh
2025-03-29Layout changesSiddarth-Suresh
2025-03-29Add parameter to Stage::advance so status can transfer down the pipebd
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-28Add id tests filebd
2025-03-28Move get_instr_fields, add all instruction mnemonicsbd
2025-03-28add get_instr_fields func to parse instruction fields from raw bitsbd
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-26Merge pull request #36 from bdunahu/bdunahuSiddarth Suresh
Add fetch stage implementation, tests, program loading, DTO object Base classes plus base tests for Instruction Fetch stage with a default program
2025-03-26Fix timing issues in fetch testsbd
2025-03-26Partial timing fixbd