Cache Identification

Creator
Creator
Seonglae Cho
Created
Created
2021 Apr 22 2:26
Editor
Edited
Edited
2021 Apr 22 2:29
Refs
Refs

Read Identification


Between CPU and Cache, CPU gives Address(word) and take Byte(data)
  1. First change virtual address to Physical address
  1. Use set index bits to select cache set
  1. Find block by block offset
  1. Match tag and check valid bit (if not valid?)
  1. If HIT then find byte by byte offset
 
MME unit given by CPU: word(address) Take unit between CPU and Cache: byte Cache and Memory: block Memory and Disk: page
above units should be smaller than cable bandwidth
 
 
 
 
 

Recommendations