summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-09cache store single testbd
2025-03-09initialize wait_time in dram to resolve undefined behaviorbd
2025-03-09Merge remote-tracking branch 'origin' into bdunahubd
2025-03-09Untested implementation for loading absent data into cachebd
2025-03-09Move do_write to dram.h, is_blocked flagbd
2025-03-09finish merge conflictbd
2025-03-09Merge remote-tracking branch 'origin/master' into bdunahubd
2025-03-09Improve documentation in definitions.hbd
2025-03-09Merge pull request #17 from bdunahu/bdunahuSiddarth Suresh
Add get_bit_fields, which parses cache fields from a memory address
2025-03-09Merge pull request #18 from bdunahu/dev-sidSiddarth Suresh
Implement dram load
2025-03-09Code review commentsSiddarth-Suresh
2025-03-09Add bitset field to cache.h for keeping track of write/validitybd
2025-03-09Implement dram loadSiddarth-Suresh
2025-03-08Add get_bit_fields, which parses cache fields from a memory addressbd
2025-03-08Merge pull request #14 from bdunahu/bdunahuerSiddarth Suresh
Storage.view + Dram.store methods, tests
2025-03-08Properly initialize the requesterbd
2025-03-08Remove queue in storage.hbd
2025-03-08Fix bug where wait_time would decrease while idlebd
2025-03-08Merge remote-tracking branch 'origin/master' into bdunahuerbd
2025-03-08enforce single unit per clock cycle, order to serve storage requestsbd
2025-03-08Refactor function return schemebd
2025-03-07Merge pull request #16 from bdunahu/dev-sidbd
Configure main loop to accept commands for memory subsystem
2025-03-07Separating out CLI into a separate moduleSiddarth-Suresh
2025-03-07Configure main loop for commands of memory subsystemSiddarth-Suresh
2025-03-06Merge pull request #13 from bdunahu/bdunahubd
constructors + method declarations for cache, dram, reponse, storage
2025-03-06Allow sidedoor free access to writing memorybd
2025-03-06Fix a memory leakbd
2025-03-06dram implement delay and conflicting request logicbd
2025-03-06dram write (no delay, no accessor trackingbd
2025-03-06Storage.view method, some initial testsbd
2025-03-05whitespacebd
2025-03-05constructors + method declarations for cache, dram, reponse, storagebd
2025-03-04Impartial storage/dram classesbd
2025-03-02Merge pull request #8 from bdunahu/bdunahuSiddarth Suresh
Added logger class, tests, arg parsing and cleanup
2025-03-02Added logger class, tests, arg parsing and cleanupbd
2025-03-01Merge pull request #1 from bdunahu/bdunahuSiddarth Suresh
Updated README, ccls local setup
2025-03-01Merge remote-tracking branch 'origin/dev-sid' into bdunahubd
2025-03-02Merge pull request #7 from bdunahu/dev-sidbd
windows environment fix, catch2 version change changes included
2025-03-01windows environment fix, catch2 version change changes includedSiddarth-Suresh
2025-03-01update README with dependencies and test informationbd
2025-02-27Add .clang-format filebd
2025-02-26ignore ccls language server filesbd
2025-02-24Add catch2 testing framework and integrate with CMakebd
2025-02-24Configure CMakebd
2025-02-24initial commitbd