Fix HBM3 Memspec and AM

This commit is contained in:
2022-05-10 08:44:32 +02:00
parent a048cba98c
commit 052e80b716
2 changed files with 12 additions and 13 deletions

View File

@@ -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
]
}
}

View File

@@ -8,7 +8,7 @@
"nbrOfColumns": 128,
"nbrOfPseudoChannels": 2,
"nbrOfRows": 32768,
"width": 64,
"width": 32,
"nbrOfDevices": 1,
"nbrOfChannels": 1
},