From a piece of paper that fell out of my closet today:
"Loading a block into the cache
After data is [sic] read from main memory, putting a copy of that data into the cache is straightforward.
- The lowest k bits of the address specify a cache block.
- The upper (m-k) address bits are stored in the block's tag field
(
Read more... )