0
52kviews
What are elements of cache design? Explain in details.
1 Answer
written 8.7 years ago by | • modified 8.7 years ago |
There are a few basic design elements that serve to classify and differentiate cache architectures. They are listed down:
Cache Addresses
Cache Size
Mapping Function
Replacement Algorithm
Write Policy
Line Size
Number of caches
1. Cache Addresses
When virtual addresses are used, the cache can be placed between the processor …