Skip to content

girijabhagwat/CacheSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

The repository contains python code for cache simulator. The simulator works for both unified and split cache memory. This is designed only for direct mapped and 4-way assocative cache.

To obtain the results run following command -

$ ./python cachesize blocksize associativity cachetype

(associativity can bre '1' or '4' for direct and 4-way associativity cache respectively and cache type can be 'U' or 'S' for unified or split cache respepectively.)

About

Cache Simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages