Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 307 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 307 Bytes

Cache Simulation

Two Caches are simulated with replacement policies:

  1. Least Recently Used Replacement Policy
  2. Pseudo Least Recently Used Replacement Policy

Each Cache implements the following organisation:

  1. 1-way Cache
  2. 2-way Cache
  3. 4-way Cache
  4. 8-way Cache

Cache Size is 128 bytes