Skip to content

hegdeprajwal/Cache_Perfomance_Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cache Perfomance Model

This tool provides a statistics on cache perfomance for L1 and L2 Cache configurations.

Getting Started

Dependencies

Python3 pip install matplotlib

Executing program

make all 
python3 run_script.py

Configurations

By default the script runs the different configurations of cache blocks, cache size, cache associativity for both L1 and L2 caches and returns the result of the cache hits, misses and miss rate.

To run individual workload :

./run <block_size> <L1_cache_size> <L1_cache_assoc> <filename> <L2_cache_size> <L2_cache_assoc>

Note : L2 configurations are optional.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published