Cache Simulator v1.0.0
A direct-mapped cache simulator with real-time visualization - watch cache and memory states update as you execute instructions.
Why This Exists
Built to actually see how caches work, not just read about them. Perfect for learning computer architecture or debugging memory access patterns.
Quick Start
- Download executable below
- Run it, configure the cache and timing parameters
- Open
cache.txtanddataMemory.txt - Type
READ [MEMORY ADDRESS]andWRITE [MEMORY ADDRESS]
Full docs: README