summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
13 daysMerge pull request #9 from bdunahu/bdunahuHEADmasterSiddarth Suresh
13 daysFixed bugs introduced with cache ways, small cleanupsbd
2025-04-27Merge pull request #8 from bdunahu/bdunahuSiddarth Suresh
2025-04-27Replace view function with get_databd
2025-04-23Remove extra library include from CMakeListsbd
2025-04-23Merge remote-tracking branch 'origin/master' into bdunahubd
2025-04-23fix typobd
2025-04-23Merge pull request #7 from bdunahu/bdunahubd
2025-04-23Add include guards to C11 testbd
2025-04-21Merge remote-tracking branch 'origin/master' into bdunahubd
2025-04-21Merge remote-tracking branch 'origin/master' into bdunahubd
2025-04-21Add licensing infobd
2025-04-18Merge pull request #5 from bdunahu/dev-sidbd
2025-04-18initialization from GUISiddarth-Suresh
2025-04-18Merge pull request #4 from bdunahu/bdunahuSiddarth Suresh
2025-04-17Remove useless macrobd
2025-04-16Wrap all addresses immediatelybd
2025-04-16Merge pull request #3 from bdunahu/bdunahuSiddarth Suresh
2025-04-16Update READMEbd
2025-04-16Use signed integers for cache evictionbd
2025-04-16Add untested support for configurable waysbd
2025-04-16Merge pull request #2 from bdunahu/bdunahuSiddarth Suresh
2025-04-16Update GET_FIELDS to account for number of ways, constructorsbd
2025-04-14Add preprocess method to storage, removing nearly all duplicationbd
2025-04-14Simplify cache/dram process functionsbd
2025-04-14Initial refactor of is_access_clearedbd
2025-04-14Add two-level cache testbd
2025-04-14Allow multi-level cache by passing a size into the constructorbd
2025-04-12Add C11 test class header as base cache fixture classbd
2025-04-12Rewrite utils functions as macrosbd
2025-04-12Merge pull request #1 from bdunahu/bdunahubd
2025-04-11First part of storage rework (see description)bd
2025-04-11Move source files to top-level src directorybd
2025-04-11Update namebd
2025-04-11Modify README and CMakeLists from repository splitbd
2025-04-10Update README.mdSiddarth Suresh
2025-03-30Merge pull request #41 from bdunahu/bdunahuSiddarth Suresh
2025-03-30Add mock stage, proper decode testsbd
2025-03-30Setting condition code register, overflow guardbd
2025-03-29Merge pull request #37 from bdunahu/bdunahuSiddarth Suresh
2025-03-29Add implementation functions for checking out a register.bd
2025-03-29get_instr_fields return mnemonic rather than opcode and typebd
2025-03-28Move get_instr_fields, add all instruction mnemonicsbd
2025-03-28add get_instr_fields func to parse instruction fields from raw bitsbd
2025-03-27Instr, InstrDTO gets/sets, other structures required for decodebd
2025-03-26Merge pull request #36 from bdunahu/bdunahuSiddarth Suresh
2025-03-26Add fetch stage implementation, tests, program loading, DTO objectbd
2025-03-25Merge pull request #33 from bdunahu/dev-sidSiddarth Suresh
2025-03-24Added gui folder with its own CMake to house GUI+main.ccbd
2025-03-23Remove Python, combine main filesbd