summaryrefslogtreecommitdiff
path: root/src/dram.cc
AgeCommit message (Collapse)Author
2025-04-21Add licensing infobd
2025-04-16Update GET_FIELDS to account for number of ways, constructorsbd
2025-04-14Add preprocess method to storage, removing nearly all duplicationbd
2025-04-14Simplify cache/dram process functionsbd
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-04-11Move source files to top-level src directorybd