Skip to content

Releases: TJOjo2027/Cache_Simulator_Project

Cache Simulator v1.0.0 - Initial Release

Choose a tag to compare

@TJOjo2027 TJOjo2027 released this 11 Jan 04:04

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

  1. Download executable below
  2. Run it, configure the cache and timing parameters
  3. Open cache.txt and dataMemory.txt
  4. Type READ [MEMORY ADDRESS] and WRITE [MEMORY ADDRESS]

Full docs: README