summaryrefslogtreecommitdiff
path: root/inc/cli.h
AgeCommit message (Collapse)Author
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-11cli display clock cycle, parse ';' delimited commandsbd
2025-03-10CLI view, clock, store, program bannerbd
2025-03-10Update cli method signatures, add some getters to cache and storagebd
2025-03-07Separating out CLI into a separate moduleSiddarth-Suresh