Adapt GeneralInfo to new pseudoChannelsPerChannel parameter

This commit is contained in:
2022-04-01 18:06:15 +02:00
parent 2d310789f1
commit fac18ed81b

View File

@@ -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;