index
:
RAM.git
master
'RAM Acts Magically' a memory simulator supporting configurable cache levels and ways
bd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
inc
/
definitions.h
Age
Commit message (
Expand
)
Author
14 days
Fixed bugs introduced with cache ways, small cleanups
bd
2025-04-27
Replace view function with get_data
bd
2025-04-21
Add licensing info
bd
2025-04-17
Remove useless macro
bd
2025-04-14
Add two-level cache test
bd
2025-04-14
Allow multi-level cache by passing a size into the constructor
bd
2025-04-12
Add C11 test class header as base cache fixture class
bd
2025-04-12
Rewrite utils functions as macros
bd
2025-04-11
First part of storage rework (see description)
bd
2025-03-30
Setting condition code register, overflow guard
bd
2025-03-29
get_instr_fields return mnemonic rather than opcode and type
bd
2025-03-28
add get_instr_fields func to parse instruction fields from raw bits
bd
2025-03-22
Add controller.h, implementation and tests.
bd
2025-03-11
Fix small issue in fetch_resource wih off by one cycle count
bd
2025-03-11
fix lots of bugs
bd
2025-03-11
Clarify size of mem and cache in definitions, CLI print invalid tags
bd
2025-03-11
cli display clock cycle, parse ';' delimited commands
bd
2025-03-10
overload << operator for dram
bd
2025-03-10
before error with catch crashing with global singleton logger
bd
2025-03-10
Update cli method signatures, add some getters to cache and storage
bd
2025-03-09
Improve documentation in definitions.h
bd
2025-03-08
Add get_bit_fields, which parses cache fields from a memory address
bd
2025-03-06
dram write (no delay, no accessor tracking
bd