summaryrefslogtreecommitdiff
path: root/inc/dram.h
AgeCommit message (Collapse)Author
2025-04-21Add licensing infobd
2025-04-16Wrap all addresses immediatelybd
2025-04-14Add preprocess method to storage, removing nearly all duplicationbd
2025-04-14Initial refactor of is_access_clearedbd
2025-04-14Allow multi-level cache by passing a size into the constructorbd
2025-04-12Rewrite utils functions as macrosbd
2025-04-11First part of storage rework (see description)bd
- Removed response enum. - Removed messy ostream override, and cli.cc test class - Removed accessor enum, and instead used unique pointer to identify accessor. - Simplified storage by removing is_waiting variables. - Rewrote DRAM and Cache to use Storage constructor.
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, ↵Siddarth-Suresh
cache load
2025-03-11Write line, dirty cache eviction, cache load word/line (for future ↵Siddarth-Suresh
multilevel cache implementation)
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