Age | Commit message (Expand) | Author |
---|---|---|
2025-04-11 | Move source files to top-level src directory | bd |
2025-03-22 | Remove manual clock advancing / resolution from storage devices | bd |
2025-03-10 | CLI view, clock, store, program banner | bd |
2025-03-10 | Add starter overloaded << operator for cache | bd |
2025-03-10 | Update cli method signatures, add some getters to cache and storage | bd |
2025-03-09 | Untested implementation for loading absent data into cache | bd |
2025-03-09 | Move do_write to dram.h, is_blocked flag | bd |
2025-03-08 | Remove queue in storage.h | bd |
2025-03-08 | Fix bug where wait_time would decrease while idle | bd |
2025-03-08 | enforce single unit per clock cycle, order to serve storage requests | bd |
2025-03-06 | Allow sidedoor free access to writing memory | bd |
2025-03-06 | dram write (no delay, no accessor tracking | bd |
2025-03-06 | Storage.view method, some initial tests | bd |