summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
14 hoursAdd ROTV instructionbd
14 hoursFix bug where vector registers were not cleared when length was 0bd
17 hoursStride load, stride storebd
23 hoursAdd I_VECT field type for SRDL, SRDS, with two vector reg 1 generalbd
24 hoursRemove I_VECT field typesbd
24 hoursReplaced STOREV with LOADVbd
38 hoursFix bug where too many vector elements were written backbd
39 hoursFix off-by-one in CEV equalbd
39 hoursFix overflow/underflow conditions in vector opsbd
40 hoursSeparate ex advance into methods handling different field typesbd
42 hoursRename load/store vector to i_vectorbd
42 hoursAdd type field to InstrDTO, required for next refactorbd
43 hoursFix issue where decode would overwrite raw bits while in usebd
45 hoursFurther small simplificationsbd
45 hoursCombine read_vec_guard and read_guard using templatesbd
45 hoursFix other instances of the same bugbd
45 hoursFix 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