This document summarizes a lecture on computer organization and assembly language. It discusses fully associative mapping which allows placement anywhere in memory but has expensive sequential searching. It also covers set associative mapping where memory belongs to certain sets and can be searched associatively. The document outlines different cache replacement techniques like random selection, first in first out, and least recently used. It concludes with a chapter review of cache memory fundamentals.
2. FULLY ASSOCIATIVE MAPING
Placement is done on any where
Sequential Searching Expensive
Associate (Content Address) Memory
Searching Parallel (Associatively)
Validity Bit
2
5. SET ASSOCIATIVE MAPING
Placement is done on any where
Each Memory Belong to certain Set
Associate (Content Address) Memory
Searching Parallel (Associatively)
5