Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 301 Bytes

File metadata and controls

20 lines (15 loc) · 301 Bytes

Computer Architecture: Cache Simulator

Statistics:

  • Misses.
  • Replacements.
  • Demand.
  • Fetches.
  • Copies back to main memory.

Implements:

  • Split or unified cache.
  • Associativity.
  • Write back or Write Through.
  • Write allocate or write no-allocate.

Autors:

Ricardo Figueroa

Saúl Caballero