summaryrefslogtreecommitdiff
path: root/inc/dram.h
AgeCommit message (Expand)Author
2025-04-11Move storage to a separate git repository.bd
2025-03-26Add fetch stage implementation, tests, program loading, DTO objectbd
2025-03-23Initial GUI CommitSiddarth-Suresh
2025-03-22Add controller.h, implementation and tests.bd
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-11Rename read/write to read_line and write_wordbd
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-10overload << operator for drambd
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-08Refactor function return schemebd
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