Skip to content

Commit

Permalink
comment out instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwu928 committed Jun 21, 2024
1 parent 00f9680 commit f0ed052
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ MemBackendConvertor::MemBackendConvertor(ComponentId_t id, Params& params, MemBa
3 - encryption+decryption latencies
********* */
m_aesEncryptOrDecrypt = params.find<uint32_t>("aes_encrypt_or_decrypt", 3);
if (DEBUG_LEVEL > 0) {
std::cout << "memBackendConverter: AES encryption " << (m_secEnabled ? "ENABLED":"DISABLED") <<
", decryption latency: " << m_aesDecryptionLat << " cycles" << "encrypt/decrypt/both: " <<
m_aesEncryptOrDecrypt << ", ACM check latency: " << m_acmCheckComputationLat <<
", ACM row hit: " << m_acmRowHit << std::endl;
}
/*
std::cout << "memBackendConverter: AES encryption " << (m_secEnabled ? "ENABLED":"DISABLED") <<
", decryption latency: " << m_aesDecryptionLat << " cycles" << "encrypt/decrypt/both: " <<
m_aesEncryptOrDecrypt << ", ACM check latency: " << m_acmCheckComputationLat <<
", ACM row hit: " << m_acmRowHit << std::endl;
*/
m_acmDependentReqs.clear();
}

Expand Down

0 comments on commit f0ed052

Please sign in to comment.