summaryrefslogtreecommitdiff
path: root/inc/definitions.h
AgeCommit message (Collapse)Author
14 daysFixed bugs introduced with cache ways, small cleanupsbd
2025-04-27Replace view function with get_databd
2025-04-21Add licensing infobd
2025-04-17Remove useless macrobd
2025-04-14Add two-level cache testbd
2025-04-14Allow multi-level cache by passing a size into the constructorbd
2025-04-12Add C11 test class header as base cache fixture classbd
2025-04-12Rewrite utils functions as macrosbd
2025-04-11First part of storage rework (see description)bd
- Removed response enum. - Removed messy ostream override, and cli.cc test class - Removed accessor enum, and instead used unique pointer to identify accessor. - Simplified storage by removing is_waiting variables. - Rewrote DRAM and Cache to use Storage constructor.
2025-03-30Setting condition code register, overflow guardbd
2025-03-29get_instr_fields return mnemonic rather than opcode and typebd
2025-03-28add get_instr_fields func to parse instruction fields from raw bitsbd
2025-03-22Add controller.h, implementation and tests.bd
2025-03-11Fix small issue in fetch_resource wih off by one cycle countbd
2025-03-11fix lots of bugsbd
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-10overload << operator for drambd
2025-03-10before error with catch crashing with global singleton loggerbd
2025-03-10Update cli method signatures, add some getters to cache and storagebd
2025-03-09Improve documentation in definitions.hbd
2025-03-08Add get_bit_fields, which parses cache fields from a memory addressbd
2025-03-06dram write (no delay, no accessor trackingbd