Skip to content

Write through LRU 4 Way Set Associative Cache simulation. The objective is to measure the miss rate of this kind of cache.

Notifications You must be signed in to change notification settings

Jeremias-V/Cache-Architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Modify RAM-Data.txt contents as desired, the number of lines in that file must be 2048, you can also run python3 FillRam.py to modify the contents with random values.
  2. Compile with gcc -o cache ./src/* or run ./compile.sh while on parent directory.
  3. Run the compiled binary with ./cache.

About

Write through LRU 4 Way Set Associative Cache simulation. The objective is to measure the miss rate of this kind of cache.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published