Skip to content

To deduce Cache Block size and Assosiativity of the Cache

Notifications You must be signed in to change notification settings

sarank21/Cache-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code_associativity.c : Contains the code that was used for finding the associativity of the cache.
code_blocksize.c : Contains the code that was used for finding the block size of the cache.
data_associativity.txt : Contains the output obtained by compiling and running the code_associativity.c file.
Report.pdf : Contains the final report for the assignment.

To compile the files we used gcc <file_name>.c and then ./a.out commands in linux terminal to get the output. The required header files to execute the functions used are already included in the files.

About

To deduce Cache Block size and Assosiativity of the Cache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages