From 052e80b716271801864dd677f35191c908313203 Mon Sep 17 00:00:00 2001 From: Derek Christ Date: Tue, 10 May 2022 08:44:32 +0200 Subject: [PATCH] Fix HBM3 Memspec and AM --- .../configs/amconfigs/am_hbm3_8Gb_pc_brc.json | 23 +++++++++---------- .../resources/configs/memspecs/HBM3.json | 2 +- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/DRAMSys/library/resources/configs/amconfigs/am_hbm3_8Gb_pc_brc.json b/DRAMSys/library/resources/configs/amconfigs/am_hbm3_8Gb_pc_brc.json index 687e35d7..7b7c076f 100644 --- a/DRAMSys/library/resources/configs/amconfigs/am_hbm3_8Gb_pc_brc.json +++ b/DRAMSys/library/resources/configs/amconfigs/am_hbm3_8Gb_pc_brc.json @@ -1,31 +1,31 @@ { "CONGEN": { "PSEUDOCHANNEL_BIT":[ - 29 - ], - "BANKGROUP_BIT":[ - 27, 28 ], + "BANKGROUP_BIT":[ + 26, + 27 + ], "BANK_BIT": [ - 25, - 26 + 24, + 25 ], "BYTE_BIT": [ 0, - 1, - 2 + 1 ], "COLUMN_BIT": [ + 2, 3, 4, 5, 6, 7, - 8, - 9 + 8 ], "ROW_BIT": [ + 9, 10, 11, 12, @@ -39,8 +39,7 @@ 20, 21, 22, - 23, - 24 + 23 ] } } diff --git a/DRAMSys/library/resources/configs/memspecs/HBM3.json b/DRAMSys/library/resources/configs/memspecs/HBM3.json index e805b450..17cf58e7 100644 --- a/DRAMSys/library/resources/configs/memspecs/HBM3.json +++ b/DRAMSys/library/resources/configs/memspecs/HBM3.json @@ -8,7 +8,7 @@ "nbrOfColumns": 128, "nbrOfPseudoChannels": 2, "nbrOfRows": 32768, - "width": 64, + "width": 32, "nbrOfDevices": 1, "nbrOfChannels": 1 },