Skip to content

rishidewan33/Cache-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Java program simulates a Level-1 CPU Cache.

The program usage is: java cache_sim -cX -bY -aZ

-c <capacity> with <capacity> in KB: 4, 8, 16, 32, or 64.
-b <blocksize> with <blocksize> in bytes: 4, 8, 16, 32, 64, 128, 256, or 512.
-a <associativity> where <associativity> is integer size of set: 1, 2, 4, 8, 16. 

About

Java Simulation of an L1 Cache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages