summaryrefslogtreecommitdiff
path: root/tests/dram.cc
AgeCommit message (Collapse)Author
2025-03-11Rename read/write to read_line and write_wordbd
2025-03-11Tests for write line in Dram, memory address wrapping implementation and testsSiddarth-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-09Cache object issues with uninitialized fields, another cache testbd
2025-03-09Code review commentsSiddarth-Suresh
2025-03-09Implement dram loadSiddarth-Suresh
2025-03-08Remove queue in storage.hbd
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-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