Revert "The trace player will call payload.release() only after receiving the END_RESP message."
This reverts commit 2aeb2351c2.
This commit is contained in:
@@ -159,10 +159,10 @@ void TracePlayer<BUSWIDTH>::peqCallback(tlm_generic_payload &payload, const tlm_
|
||||
// }
|
||||
|
||||
sendToTarget(payload, END_RESP, SC_ZERO_TIME);
|
||||
payload.release();
|
||||
}
|
||||
else if (phase == END_RESP)
|
||||
{
|
||||
payload.release();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user