summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Collapse)Author
2025-04-12Delete some more storage-only filesbd
2025-03-29Add implementation functions for checking out a register.bd
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-27Instr, InstrDTO gets/sets, other structures required for decodebd
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-10CLI view, clock, store, program bannerbd
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