Resize sample HBM3 memspec and address mapping to 8 Gib

This commit is contained in:
2023-04-21 11:14:41 +02:00
parent 44a4d71635
commit 156c558e32
2 changed files with 8 additions and 7 deletions

View File

@@ -1,15 +1,15 @@
{ {
"addressmapping": { "addressmapping": {
"PSEUDOCHANNEL_BIT":[ "PSEUDOCHANNEL_BIT":[
28 29
], ],
"BANKGROUP_BIT":[ "BANKGROUP_BIT":[
26, 27,
27 28
], ],
"BANK_BIT": [ "BANK_BIT": [
24, 25,
25 26
], ],
"BYTE_BIT": [ "BYTE_BIT": [
0, 0,
@@ -39,7 +39,8 @@
20, 20,
21, 21,
22, 22,
23 23,
24
] ]
} }
} }

View File

@@ -7,7 +7,7 @@
"nbrOfBanks": 16, "nbrOfBanks": 16,
"nbrOfColumns": 128, "nbrOfColumns": 128,
"nbrOfPseudoChannels": 2, "nbrOfPseudoChannels": 2,
"nbrOfRows": 32768, "nbrOfRows": 65536,
"width": 32, "width": 32,
"nbrOfDevices": 1, "nbrOfDevices": 1,
"nbrOfChannels": 1, "nbrOfChannels": 1,