And yet Another Extreme Example: Fully Associative cache
Fully Associative Cache -- push the set associative idea to its limit!
- Forget about the Cache Index
- Compare the Cache Tags of all cache entries in parallel
- Example: Block Size = 32B blocks, we need N 27-bit comparators
By definition: Conflict Miss = 0 for a fully associative cache