• The entire cache block is read on any miss. • It takes one memory access to read (or write) a block from memory. • Wri
Posted: Fri Jul 01, 2022 5:41 am
• The entire cache block is read on any miss. • It takes one memory access to read (or write) a block from memory. • Write-allocate is used. • Write-through is used. Use the following table to show the number of memory access for each condition (row) mentioned: Cache hit? Yes Yes Assume the following properties about a cache system: Yes Yes No No No No Access Type Block dirty? Total number of memory accesses Read Read Write Write Read Read Write Write Y N Y N N Y N Y Note: "Block dirty?" is in reference to the "old" block to be replaced with the new block that the cache is attempting to access.