Next: A 4-Way Set Associative Cache
Up: Ch03-Caches
Previous: Cache Design Issues
Block Placement
- Direct-mapped: block is limited to one
location: only one comparator per cache
- Set-associative: block can be stored in any of nlocations: n comparators required
- Fully-associative: block can be stored in any location