Age | Commit message (Expand) | Author |
---|---|---|
2025-03-24 | Added gui folder with its own CMake to house GUI+main.cc | bd |
2025-03-23 | Remove Python, combine main files | bd |
2025-03-20 | Make memory simulator an optional command, experiment with fixtures | bd |
2025-03-11 | fix namespace issues with match function | bd |
2025-03-11 | cli display clock cycle, parse ';' delimited commands | bd |
2025-03-10 | overload << operator for dram | bd |
2025-03-10 | before error with catch crashing with global singleton logger | bd |
2025-03-10 | Make logger a global singleton class | 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-07 | Separating out CLI into a separate module | Siddarth-Suresh |
2025-03-07 | Configure main loop for commands of memory subsystem | Siddarth-Suresh |
2025-03-02 | Added logger class, tests, arg parsing and cleanup | bd |