summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-11Merge remote-tracking branch 'origin/master' into bdunahubd
2025-03-11Merge pull request #25 from bdunahu/dev-sidbd
support for read word, write line in all levels of storage, cache load, dirty cache eviction, memory address wrapping
2025-03-11Rename read/write to read_line and write_wordbd
2025-03-11remove operation.h and branch determined by read/write in cache loadbd
2025-03-11read has to wait until cache has the right line from memory after eviction, ↵Siddarth-Suresh
write only has to wait until eviction and does not care about line replacement in cache from memory
2025-03-11Tests for write line in Dram, memory address wrapping implementation and testsSiddarth-Suresh
2025-03-11Pad memory address output with trailing zerosbd
2025-03-11Clarify size of mem and cache in definitions, CLI print invalid tagsbd
2025-03-11Resolving conflictsSiddarth-Suresh
2025-03-11support for reading word, writing line to storage, dirty cache eviction, ↵Siddarth-Suresh
cache load
2025-03-11Write line, dirty cache eviction, cache load word/line (for future ↵Siddarth-Suresh
multilevel cache implementation)
2025-03-11Merge pull request #23 from bdunahu/bdunahuSiddarth Suresh
Memory simulator CLI function implementation
2025-03-11Remove header with unimplemented functionsbd
2025-03-11fix namespace issues with match functionbd
2025-03-11cli display clock cycle, parse ';' delimited commandsbd
2025-03-10Remove problematic file-local logger in cli.ccbd
2025-03-10overload << operator for drambd
2025-03-10before error with catch crashing with global singleton loggerbd
2025-03-10Make logger a global singleton classbd
2025-03-10CLI view, clock, store, program bannerbd
2025-03-10Add starter overloaded << operator for cachebd
2025-03-10Update cli method signatures, add some getters to cache and storagebd
2025-03-10Merge pull request #19 from bdunahu/bdunahuSiddarth Suresh
cache store, handle load requests to memory, write allocate policy -- changes look good
2025-03-10Specify memory addresses in cache tests in binary as intendedbd
2025-03-09More cache store testsbd
2025-03-09Properly set cache metadata when a value is loadedbd
2025-03-09Cache object issues with uninitialized fields, another cache testbd
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