summaryrefslogtreecommitdiff
path: root/src/utils/utils.cc
AgeCommit message (Expand)Author
2025-04-11Move source files to top-level src directorybd
2025-03-28Move get_instr_fields, add all instruction mnemonicsbd
2025-03-28add get_instr_fields func to parse instruction fields from raw bitsbd
2025-03-21Small cleanups to up a lot of inplementation detailsbd
2025-03-11fix lots of bugsbd
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-11Tests for write line in Dram, memory address wrapping implementation and testsSiddarth-Suresh
2025-03-11Clarify size of mem and cache in definitions, CLI print invalid tagsbd
2025-03-11cli display clock cycle, parse ';' delimited commandsbd
2025-03-09Improve documentation in definitions.hbd
2025-03-09Add bitset field to cache.h for keeping track of write/validitybd
2025-03-08Add get_bit_fields, which parses cache fields from a memory addressbd