Please enable JavaScript.
Coggle requires JavaScript to display documents.
Cache Memory (Memory Systems (Location (Can be internal or external to the…
Cache Memory
-
Replacement Algorithms
-
For direct mapping no algorithm is needed because there is only one line for each block so the block can be replaced easily.
For associative and set associative mappings an algorithm must be implemented in hardware to achieve high speed replacements.
-
Cache Adresses
-
Mapping Function
-
Associative
Each main memory block can be loaded into any line of the cache. Cache interprets a memory address as a tag and a world field.
-