- The Entire Cache Block Is Read On Any Miss It Takes One Memory Access To Read Or Write A Block From Memory Wri 1 (27.89 KiB) Viewed 32 times
• The entire cache block is read on any miss. • It takes one memory access to read (or write) a block from memory. • Wri
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
• The entire cache block is read on any miss. • It takes one memory access to read (or write) a block from memory. • Wri
• 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.