Given that addresses and words are 32 bits. How much data can a direct-mapped cache hold with 64 blocks and 4-word blocks hold? How many total bits are required to implement this cache?

[tex]ImplementationBits = TotalBlocks * (BlockSize + TagSize + ValidFieldSize)[/tex]



Answer :

Other Questions