Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-11 | First 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-29 | Add implementation functions for checking out a register. | bd | |
2025-03-10 | CLI view, clock, store, program banner | bd | |
2025-03-08 | Refactor function return scheme | bd | |
2025-03-05 | whitespace | bd | |
2025-03-05 | constructors + method declarations for cache, dram, reponse, storage | bd | |