summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
30 hoursReplaced STOREV with LOADVbd
44 hoursFix bug where too many vector elements were written backbd
45 hoursFix off-by-one in CEV equalbd
45 hoursFix overflow/underflow conditions in vector opsbd
46 hoursSeparate ex advance into methods handling different field typesbd
48 hoursRename load/store vector to i_vectorbd
48 hoursAdd type field to InstrDTO, required for next refactorbd
2 daysFix issue where decode would overwrite raw bits while in usebd
2 daysFurther small simplificationsbd
2 daysCombine read_vec_guard and read_guard using templatesbd
2 daysFix other instances of the same bugbd
2 daysFix new bug where s3 was not assigned with r typebd
4 daysUse templates rather than two write guard methodsbd
4 daysMove is_logical_type and is_vector_type to instr.hbd
14 daysFix bug with pipeline blockage, swap DRAM delay to 100bd
2025-04-27Fix UI display to not be ridgedbd
2025-04-27Fix push/pop instructionbd
2025-04-27Bug fixesSiddarth-Suresh
2025-04-27Basic register displaybd
2025-04-27Add files for new RegisterView classbd
2025-04-27Merge remote-tracking branch 'origin/master' into vector_extbd
2025-04-27WB and MEM changes for vectorsSiddarth-Suresh
2025-04-27EX changes for LOADV and STOREVSiddarth-Suresh
2025-04-27LOADV ChangesSiddarth-Suresh
2025-04-26Fix for load and store vectorSiddarth-Suresh
2025-04-26Initial vector extension changesSiddarth-Suresh
2025-04-25Pass full DTO to GUIbd
2025-04-24Fix presumed bug with illegal typesbd
2025-04-24Template files for vectors to override arithmetic operationsSiddarth-Suresh
2025-04-23Rename Response.WAIT to READY, delete BLOCKEDbd
2025-04-23Move dum class to tests folderbd
2025-04-22Remove 'type' field out of InstrDTObd
2025-04-22Use a struct for InstrDTObd
2025-04-22Remove subfoldersbd
2025-04-22Remove the accessor objectbd
2025-04-22Properly set condition codes for all operations sub SHIFTsbd
2025-04-21add RET instructionbd
2025-04-21Merge remote-tracking branch 'origin/master' into gui-nextbd
2025-04-21Add licensing informationbd
2025-04-18Display squashed, swap text entry to labels in stage viewbd
2025-04-18Keep track of squashed instructions in DTO objectbd
2025-04-17Add option to turn off pipelinebd
2025-04-17Fix the tests which could be fixed, delete othersbd
2025-04-17HALT instruction... but it voids future stages' instructionsbd
2025-04-17Functioning PUSH/POPbd
2025-04-17The pipeline says some things and there are numbersbd
2025-04-17Swap the source and destination registers for LOAD, final fixbd
2025-04-17Swap the source and destination registers for LOAD, final fixbd
2025-04-17Keep track of checked out in DTO to simplify wb cond logic (bug)bd
2025-04-16Fix instruction opcode numbering issue, use assembler's outputbd