You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In L2 messages to L1, we're currently sending the address from L1's request. We should instead send L1 the address for the cache line - that is, the requested address with the least significant bits equal to zero. The number of bits that are zeroed is equal to log2(cache_line_size) in bytes.
The text was updated successfully, but these errors were encountered:
In L2 messages to L1, we're currently sending the address from L1's request. We should instead send L1 the address for the cache line - that is, the requested address with the least significant bits equal to zero. The number of bits that are zeroed is equal to log2(cache_line_size) in bytes.
The text was updated successfully, but these errors were encountered: