summaryrefslogtreecommitdiff
path: root/src/storage/dram.cc
AgeCommit message (Expand)Author
2025-04-11Move source files to top-level src directorybd
2025-03-26Add fetch stage implementation, tests, program loading, DTO objectbd
2025-03-22Remove manual clock advancing / resolution from storage devicesbd
2025-03-21add 'process' function to handle boilerplate on every requestbd
2025-03-21Small cleanups to up a lot of inplementation detailsbd
2025-03-20Rewrite all Dram tests to use Fixturebd
2025-03-11Fix issue where fetch_resource did not update cache databd
2025-03-11Call memory wrapping functions properlybd
2025-03-11Merge remote-tracking branch 'origin/master' into bdunahubd
2025-03-11Rename read/write to read_line and write_wordbd
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, cach...Siddarth-Suresh
2025-03-11Write line, dirty cache eviction, cache load word/line (for future multilevel...Siddarth-Suresh
2025-03-11fix namespace issues with match functionbd
2025-03-11cli display clock cycle, parse ';' delimited commandsbd
2025-03-10overload << operator for drambd
2025-03-09Properly set cache metadata when a value is loadedbd
2025-03-09initialize wait_time in dram to resolve undefined behaviorbd
2025-03-09Untested implementation for loading absent data into cachebd
2025-03-09Move do_write to dram.h, is_blocked flagbd
2025-03-09Code review commentsSiddarth-Suresh
2025-03-09Implement dram loadSiddarth-Suresh
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-08enforce single unit per clock cycle, order to serve storage requestsbd
2025-03-08Refactor function return schemebd
2025-03-06Allow sidedoor free access to writing memorybd
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