Revert "Don't finalize transactions with END_RESP when no BEGIN_RESP was sent"
This reverts commit cb58796cda.
This commit is contained in:
@@ -239,11 +239,7 @@ void TlmRecorder::terminateRemainingTransactions()
|
||||
removeTransactionFromSystem(*transaction->first);
|
||||
}
|
||||
else
|
||||
{
|
||||
std::string beginPhase = transaction->second.recordedPhases.front().name;
|
||||
if (beginPhase == "RESP")
|
||||
recordPhase(*(transaction->first), END_RESP, sc_time_stamp());
|
||||
}
|
||||
recordPhase(*(transaction->first), END_RESP, sc_time_stamp());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user