Skip to content

mzwsw-wjm/Cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Cache

two-way set associate cache

Cache Parameters

Parameter Value Unit
Size of Cache 4 KB
Associativity 2-way -
num of sets 128 -
Blocks/Cache line 4 words
Address width 32 bits
Data width 32 bits
TAG width 23 bits
index width 7 bits
word width 2 bits
valid width 1 bit
dirty width 1 bit
LRU width 1 bit

About

two-way set associate cache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published