Skip to content

avijeets/CacheSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

#CacheSim

This project was a simulator of an L1 Cache, using the FIFO replacement algorithm to catch hits, misses, memory reads, and memory writes.

🔍 💻 🔍

All bits get calculated based on input and eventually help in the creation of the cache's properties (size, amount of sets, line/set). From there, the program takes in trace files populated with data to create a corresponding cache, which are if the operation is a memory read or write, and an address which is decomposed to fill in in bit amounts with a nifty algorithm.

About

Cache simulator using the FIFO page replacement algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published