Fix wrong standard display.

This commit is contained in:
Lukas Steiner
2021-02-09 15:08:27 +01:00
parent 2143f7cbff
commit 28b2fee54c
3 changed files with 3 additions and 3 deletions

View File

@@ -155,7 +155,7 @@ uint64_t MemSpecLPDDR4::getSimMemSizeInBytes() const
std::cout << headline << std::endl;
std::cout << "Per Channel Configuration:" << std::endl << std::endl;
std::cout << " Memory type: " << "GDDR5" << std::endl;
std::cout << " Memory type: " << "LPDDR4" << std::endl;
std::cout << " Memory size in bytes: " << memorySizeBytes << std::endl;
std::cout << " Ranks: " << numberOfRanks << std::endl;
std::cout << " Banks per rank: " << banksPerRank << std::endl;

View File

@@ -147,7 +147,7 @@ uint64_t MemSpecWideIO::getSimMemSizeInBytes() const
std::cout << headline << std::endl;
std::cout << "Per Channel Configuration:" << std::endl << std::endl;
std::cout << " Memory type: " << "GDDR5" << std::endl;
std::cout << " Memory type: " << "Wide I/O" << std::endl;
std::cout << " Memory size in bytes: " << memorySizeBytes << std::endl;
std::cout << " Ranks: " << numberOfRanks << std::endl;
std::cout << " Banks per rank: " << banksPerRank << std::endl;

View File

@@ -138,7 +138,7 @@ uint64_t MemSpecWideIO2::getSimMemSizeInBytes() const
std::cout << headline << std::endl;
std::cout << "Per Channel Configuration:" << std::endl << std::endl;
std::cout << " Memory type: " << "GDDR5" << std::endl;
std::cout << " Memory type: " << "Wide I/O 2" << std::endl;
std::cout << " Memory size in bytes: " << memorySizeBytes << std::endl;
std::cout << " Ranks: " << numberOfRanks << std::endl;
std::cout << " Banks per rank: " << banksPerRank << std::endl;