Skip to content

auxa/Cache-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

LRU and PLRU Cache Simulations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages