summaryrefslogtreecommitdiff
path: root/tests/id.cc
AgeCommit message (Expand)Author
27 hoursReplaced STOREV with LOADVbd
46 hoursFix 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-22Use a struct for InstrDTObd
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-01Fix a lot of pipeline bugsbd
2025-04-01Ensure all stages only do work if they are not 'OK'bd
2025-03-30Add tests for EXbd
2025-03-30Free everything I allocated :)bd
2025-03-30Add mock stage, proper decode testsbd
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-29get_instr_fields return mnemonic rather than opcode and typebd
2025-03-28Add id tests filebd