mem-ruby: Populate missing txnId field to CompDBID_Stale response
Change-Id: I6861d27063b13cd710e09c153d15062640c887fe Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
This commit is contained in:
@@ -2644,6 +2644,7 @@ action(Send_CompDBIDResp_Stale, desc="") {
|
||||
out_msg.type := CHIResponseType:CompDBIDResp;
|
||||
out_msg.responder := machineID;
|
||||
out_msg.Destination.add(tbe.requestor);
|
||||
out_msg.txnId := tbe.txnId;
|
||||
out_msg.dbid := tbe.txnId;
|
||||
// We don't know if this is a stale writeback or a bug, so flag the
|
||||
// reponse so the requestor can make further checks
|
||||
|
||||
Reference in New Issue
Block a user