Solved

How Many Total SRAM Bits Will Be Required to Implement

Question 2

Essay

How many total SRAM bits will be required to implement a 256KB four-way set associative cache. The cache is physically-indexed cache, and has 64-byte blocks. Assume that there are 4 extra bits per entry: 1 valid bit, 1 dirty bit, and 2 LRU bits for the replacement policy. Assume that the physical address is 50 bits wide.

Correct Answer:

verifed

Verified

Related Questions