Cache organization -- direct-mapped
Most restricted mapping
- Direct-mapped cache. A given memory location (block) can only be mapped in a single place in the cache. Generally this place given by:
(block address) mod (number of blocks in cache)
In all caches for current microprocessors:
number of blocks in the cache = set associativity *power of two