summaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
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
2025-04-16Partial fixes for changes in DRAM/Cache, including uncovered bugbd
2025-04-15Added pipeline to GUISiddarth-Suresh
2025-04-12Delete some more storage-only filesbd
2025-04-11Move storage to a separate git repository.bd
2025-04-02Last fix to demo programbd
2025-04-01Fix bug with decode pushing checked_out when delayed with RAWbd
2025-04-01GUI and controller on separate threadsSiddarth-Suresh
2025-03-29Merge pull request #37 from bdunahu/bdunahuSiddarth Suresh
Instr, InstrDTO gets/sets, other structures required for decode -- tests as we move forward -- base classes -- decode stage implemented
2025-03-29Make UI ResponsiveSiddarth-Suresh
2025-03-29Layout changesSiddarth-Suresh
2025-03-28add get_instr_fields func to parse instruction fields from raw bitsbd
2025-03-24Added gui folder with its own CMake to house GUI+main.ccbd