Skip to content

The aim of this program is to compute the number of hits & misses if the list of hexadecimal addresses defined in "instructions.txt" is applied to caches with various organisations.

Notifications You must be signed in to change notification settings

martinpdd8/Cache-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Cache-Simulator

The aim of this project is to compute the number of hits & misses if the list of hexadecimal addresses defined in "instructions.txt" is applied to caches with the following organisations:

(i) 128 byte 1-way cache with 16 bytes per line (direct mapped) (ii) 128 byte 2-way set associative cache with 16 bytes per line (iii) 128 byte 4-way set associative cache with 16 bytes per line (iv) 128 byte 8-way associative cache with 16 bytes per line (fully associative)

About

The aim of this program is to compute the number of hits & misses if the list of hexadecimal addresses defined in "instructions.txt" is applied to caches with various organisations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages