diff --git a/DRAMSys/library/src/common/TlmRecorder.cpp b/DRAMSys/library/src/common/TlmRecorder.cpp index eccdc527..0299fb58 100644 --- a/DRAMSys/library/src/common/TlmRecorder.cpp +++ b/DRAMSys/library/src/common/TlmRecorder.cpp @@ -379,7 +379,7 @@ void TlmRecorder::insertGeneralInfo() if (memoryType != MemSpec::MemoryType::HBM2) return false; - if (memSpec->numberOfRanks != 1) + if (memSpec->pseudoChannelsPerChannel != 1) return true; else return false;