Suppose a computer has 16 Gigabytes of memory and a cache of 1024 blocks where each block can store 32 words. The word size is 64 bits and memory is word addressable. What is the format of memory addresses if the cache is direct-mapped? What is the format of memory addresses if the cache is 2-way set associative? What is the format of memory addresses if the cache is 8-way set associative?
OR
OR