Content deleted Content added
m Replace asterisks with {{math}} tags. |
I believe that the number of sets for fully-associative cache is 1. Tag: Reverted |
||
Line 70:
Consider a main memory of 16 kilobytes, which is organized as 4-byte blocks, and a fully associative cache of 256 bytes and a block size of 4 bytes. Because the main memory is 16kB, we need a minimum of 14 bits to uniquely represent a memory address.
The incoming address to the cache is divided into bits for offset and tag.
|