Adapt GeneralInfo to new pseudoChannelsPerChannel parameter
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user