0
35kviews
Explain different mapping techniques of Cache memory.
1 Answer
| written 9.4 years ago by | • modified 9.4 years ago |
As there are fewer cache lines than main memory blocks, an algorithm is needed for mapping main memory blocks into cache lines.
Further, a means is needed for determining which main memory block currently occupies a cache line. The choice of the mapping function dictates how the cache is organized. …