summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-27Bug fixesSiddarth-Suresh
2025-04-27Basic register displaybd
2025-04-27Merge remote-tracking branch 'origin/bdunahu' into vector_extbd
2025-04-27Add files for new RegisterView classbd
2025-04-27Merge remote-tracking branch 'origin/master' into vector_extbd
2025-04-27Adjust storage display sizebd
2025-04-27WB and MEM changes for vectorsSiddarth-Suresh
2025-04-27Make the storage display biggerbd
2025-04-27Make spinbox arrows invert colors when pressedbd
2025-04-27Make spinbox arrows visiblebd
2025-04-27Fix stylesbd
2025-04-27Use spinboxes to select cache levelsbd
2025-04-27Report status correctly when steps have finished runningbd
2025-04-27Merge pull request #68 from bdunahu/bdunahuSiddarth Suresh
[WIP] Pipeline cleanup and revisited GUI storage display
2025-04-27Add a slider value for 100 million cyclesbd
2025-04-27Add two new high-value step options in the step sliderbd
2025-04-27EX changes for LOADV and STOREVSiddarth-Suresh
2025-04-27Adjust cache size generation algorithmbd
2025-04-27LOADV ChangesSiddarth-Suresh
2025-04-26Ensure each tab is linked to correct cache objectbd
2025-04-26Fix for load and store vectorSiddarth-Suresh
2025-04-26Fix bug which caused a very large allocationbd
2025-04-26Initial vector extension changesSiddarth-Suresh
2025-04-26Fix some issues in GUI looking for memory leakbd
2025-04-26Move digit formatter to util.hbd
2025-04-26Decide to zero pad all hexadecimal numbersbd
2025-04-26Basic hex formatting on row headers for storage tablesbd
2025-04-26right-align colum headers on table objectsbd
2025-04-26Use two's complement in number displaybd
2025-04-26Add a digit delegate to toggle table base displaybd
2025-04-26Partial cache size generation, full cache displaybd
2025-04-26Add proper tables display for storage devicesbd
2025-04-25Add DigitLabelHelper, which centralizes integer display formattingbd
2025-04-25Remove onWorkerFinishedbd
2025-04-25Separate update method for worker into its own methodbd
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-22Cleanup some importsbd
2025-04-22Remove 'type' field out of InstrDTObd
2025-04-22Use a struct for InstrDTObd
2025-04-22Add definition for size of vector registerbd
2025-04-22Remove subfoldersbd
2025-04-22Remove the accessor objectbd
2025-04-22Fix bug where checking for multiplication overflow resulted in FPEbd
2025-04-22Merge pull request #67 from bdunahu/bdunahuSiddarth Suresh
add RET instruction, JAL ob1 error (full subroutine support), condition codes for everything but shifts
2025-04-22Properly set condition codes for all operations sub SHIFTsbd
2025-04-21add RET instructionbd