Cache Memory Report Updated
Cache Memory Report Updated
Replacement Policies
• • Any block from main memory can be placed in any cache location.
• • Address breakdown: (Tag, Offset).
• • No conflict misses but requires complex hardware.
Set-Associative Mapping
• • Replaces the block that hasn't been used for the longest time.
• • Efficient but requires tracking usage history.
First-In-First-Out (FIFO)