Resize sample HBM3 memspec and address mapping to 8 Gib
This commit is contained in:
@@ -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
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user