Resize sample HBM3 memspec and address mapping to 8 Gib
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"addressmapping": {
|
||||
"PSEUDOCHANNEL_BIT":[
|
||||
28
|
||||
29
|
||||
],
|
||||
"BANKGROUP_BIT":[
|
||||
26,
|
||||
27
|
||||
27,
|
||||
28
|
||||
],
|
||||
"BANK_BIT": [
|
||||
24,
|
||||
25
|
||||
25,
|
||||
26
|
||||
],
|
||||
"BYTE_BIT": [
|
||||
0,
|
||||
@@ -39,7 +39,8 @@
|
||||
20,
|
||||
21,
|
||||
22,
|
||||
23
|
||||
23,
|
||||
24
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"nbrOfBanks": 16,
|
||||
"nbrOfColumns": 128,
|
||||
"nbrOfPseudoChannels": 2,
|
||||
"nbrOfRows": 32768,
|
||||
"nbrOfRows": 65536,
|
||||
"width": 32,
|
||||
"nbrOfDevices": 1,
|
||||
"nbrOfChannels": 1,
|
||||
|
||||
Reference in New Issue
Block a user