Assume the following properties about a cache system:
The entire cache block is read on any miss.
It takes one memory access to read (or write) a block frommemory.
Write-allocate is used.
Write-through is used.
Use the following table to show the number of memory access foreach condition (row) mentioned:
Cache hit?
Access Type
Block dirty?
Total number of memory accesses
Yes
Read
Y
Yes
Read
N
Yes
Write
Y
Yes
Write
N
No
Read
N
No
Read
Y
No
Write
N
No
Write
Y
Assume the following properties about a cache system: The entire cache block is read on any miss. It takes one memory ac
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am