summaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Expand)Author
2025-03-24Added gui folder with its own CMake to house GUI+main.ccbd
2025-03-23Remove Python, combine main filesbd
2025-03-20Make memory simulator an optional command, experiment with fixturesbd
2025-03-11fix namespace issues with match functionbd
2025-03-11cli display clock cycle, parse ';' delimited commandsbd
2025-03-10overload << operator for drambd
2025-03-10before error with catch crashing with global singleton loggerbd
2025-03-10Make logger a global singleton classbd
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
2025-03-07Configure main loop for commands of memory subsystemSiddarth-Suresh
2025-03-02Added logger class, tests, arg parsing and cleanupbd