Adapt GeneralInfo to new pseudoChannelsPerChannel parameter
This commit is contained in:
@@ -379,7 +379,7 @@ void TlmRecorder::insertGeneralInfo()
|
|||||||
if (memoryType != MemSpec::MemoryType::HBM2)
|
if (memoryType != MemSpec::MemoryType::HBM2)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (memSpec->numberOfRanks != 1)
|
if (memSpec->pseudoChannelsPerChannel != 1)
|
||||||
return true;
|
return true;
|
||||||
else
|
else
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user