-
Notifications
You must be signed in to change notification settings - Fork 1
rishidewan33/Cache-Simulator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published