summaryrefslogtreecommitdiff
path: root/src/cli/cli.cc
AgeCommit message (Collapse)Author
2025-04-11Move source files to top-level src directorybd
2025-03-29get_instr_fields return mnemonic rather than opcode and typebd
2025-03-22Remove manual clock advancing / resolution from storage devicesbd
2025-03-20Rewrite all Dram tests to use Fixturebd
2025-03-11Call memory wrapping functions properlybd
2025-03-11clarify macro names, implement load in CLI, fix many display issuesbd
2025-03-11Merge remote-tracking branch 'origin/master' into bdunahubd
2025-03-11Rename read/write to read_line and write_wordbd
2025-03-11Clarify size of mem and cache in definitions, CLI print invalid tagsbd
2025-03-11fix namespace issues with match functionbd
2025-03-11cli display clock cycle, parse ';' delimited commandsbd
2025-03-10Remove problematic file-local logger in cli.ccbd
2025-03-10overload << operator for drambd
2025-03-10before error with catch crashing with global singleton loggerbd
2025-03-10CLI view, clock, store, program bannerbd
2025-03-10Add starter overloaded << operator for cachebd
2025-03-10Update cli method signatures, add some getters to cache and storagebd
2025-03-07Separating out CLI into a separate moduleSiddarth-Suresh