summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2 daysFix issue where decode would overwrite raw bits while in usebd
2 daysCombine read_vec_guard and read_guard using templatesbd
2 daysFix tests to use correct register indexes with vector additionbd
2025-04-23Rename Response.WAIT to READY, delete BLOCKEDbd
2025-04-23Move dum class to tests folderbd
2025-04-22Use a struct for InstrDTObd
2025-04-22Properly set condition codes for all operations sub SHIFTsbd
2025-04-17Add option to turn off pipelinebd
2025-04-17Fix the tests which could be fixed, delete othersbd
2025-04-17Keep track of checked out in DTO to simplify wb cond logic (bug)bd
2025-04-16Fix a bug related to parsing immediates in decodebd
2025-04-16Partial fixes for changes in DRAM/Cache, including uncovered bugbd
2025-04-12Delete some more storage-only filesbd
2025-04-11Move storage to a separate git repository.bd
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-30Sanity check for pipeline up to exebd
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-30Free everything I allocated :)bd
2025-03-30Add mock stage, proper decode testsbd
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-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 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-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-26Fix timing issues in fetch testsbd
2025-03-26Partial timing fixbd
2025-03-26Add fetch stage implementation, tests, program loading, DTO objectbd
2025-03-23Merge pull request #30 from bdunahu/bdunahubd
2025-03-22Remove manual clock advancing / resolution from storage devicesbd
2025-03-22Add controller.h, implementation and tests.bd
2025-03-21remove unused importbd
2025-03-21Rewrite current cache.cc tests, add test-helper function to drambd
2025-03-20Rewrite all Dram tests to use Fixturebd
2025-03-20Make memory simulator an optional command, experiment with fixturesbd
2025-03-11fix lots of bugsbd
2025-03-11clarify macro names, implement load in CLI, fix many display issuesbd