retagged by
386 views
2 votes
2 votes

A 2-way set associative write back cache with true LRU replacement requires 15 * 29 bits to implement its tag store per set (including bits for valid, dirty and LRU). The cache is virtually indexed, physically tagged. The virtual address space is 1 MB, page size is 2 KB, cache block size is 8 bytes and is byte-addressable.
What is the maximum size of the data store of the cache in bytes?

retagged by

Please log in or register to answer this question.

Related questions