Age | Commit message (Expand) | Author |
2025-03-11 | Rename read/write to read_line and write_word | bd |
2025-03-10 | CLI view, clock, store, program banner | bd |
2025-03-10 | Update cli method signatures, add some getters to cache and storage | bd |
2025-03-10 | Specify memory addresses in cache tests in binary as intended | bd |
2025-03-09 | More cache store tests | bd |
2025-03-09 | Properly set cache metadata when a value is loaded | bd |
2025-03-09 | Cache object issues with uninitialized fields, another cache test | bd |
2025-03-09 | cache store single test | bd |
2025-03-06 | dram write (no delay, no accessor tracking | bd |
2025-03-06 | Storage.view method, some initial tests | bd |
2025-03-05 | whitespace | bd |
2025-03-05 | constructors + method declarations for cache, dram, reponse, storage | bd |