Skip to content

Write Through, FIFO, Way Prediction cache of 512B with associativity 2

Notifications You must be signed in to change notification settings

abhimohta/Cache-Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CacheDesign

Write Through, FIFO, Way Prediction cache of 512B with associativity 2 Total Cache Size - 512 B (Data Arrays)
Size of prediction circuit - 2B (MRU Arrays)
Valid array - 4B
Tag Array - 96B (3 Bytes for each tag * 32 tags)
FIFO Array - 2B

Number of cache hits - 8
Number of cache misses - 9

Cache Details -
Cache Size - 512B
Cache Line Size - 16B
Associativity - 2
Write Policy - Write Through
Replacement Policy - FIFO
Cache Type - Way Prediction

About

Write Through, FIFO, Way Prediction cache of 512B with associativity 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published