Next: ...
Up: Block Placement
Previous: A 4-Way Set Associative Cache
- Fully-associative: block can be stored in any location: each
block needs a comparator
- Direct-mapped: block is limited to one
location: only one comparator per cache
- Slower than direct-mapped (why?)
- Omitted valid bits and replacement stuff