diff --git a/DRAMSys/library/src/common/TlmRecorder.cpp b/DRAMSys/library/src/common/TlmRecorder.cpp index fa9d0fe3..47a8bac4 100644 --- a/DRAMSys/library/src/common/TlmRecorder.cpp +++ b/DRAMSys/library/src/common/TlmRecorder.cpp @@ -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()); } }