(15 points) Consider a computer with a 32 bit address. For each of the following cache organizations, describe the division of the address into tag, index, and byte offset fields:
(40 points)
Assume you have the following string of memory addresses (these are
byte addresses in a machine with an absurdly small eight bit memory
address space):
0x64, 0x68, 0x6c,
0x70, 0x68, 0xfc,
0x00, 0x68, 0x54,
0x58, 0x5c, 0x60,
0x64, 0x68, 0x6c,
0x70, 0x74, 0x78,
0x7c, 0xf8
For each of the following cache organizations,
The cache organizations are:
Organization Total Size Block Size Associativity a. 64 4 1 b. 64 16 1 c. 64 4 4 d. 64 16 4
Notes: