Assume a system’s memory has 128M words. Blocks are 64 words in length and the cache
consists of 32K blocks. Show the format for a main memory address assuming a 2-way set
associative cache mapping scheme. Be sure to include the fields as well as their sizes.
*************Each address has 27 bits, and there are 7 in the tag field, 14 in the set field and 6 in the
word field.