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
If the buffer is not empty, you can't guarantee that you are reading the last updated data. It prevents the cache line from being replaced with an old line.
Hi SIr
// back-end read channel
assign replace_req_o = (~hit & read_access & ~replace_i) & (buffer_empty & write_ack_i); //write-through policy
It is said write-through doesn't adopt write allocate, why the "replace_req" should depend on (buffer_empty & write_ack_i)?
best regards
adonics
The text was updated successfully, but these errors were encountered: