Hits and Misses
If there’s a miss, then the data item has to be retrieved from memory and put into the cache.
- adjust the program counter to point to the original instruction: PC = PC-4
- instruct main memory to do a read, and wait for this to complete.
- write the result into the cache, broken up according to the cache table.
- do the original instruction.