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