Restore brc HBM3 mapping

This commit is contained in:
2025-01-16 15:39:04 +01:00
parent 7a8633d36e
commit a68a0c9ded

View File

@@ -1,18 +1,18 @@
{ {
"addressmapping": { "addressmapping": {
"PSEUDOCHANNEL_BIT":[
5
],
"STACK_BIT":[ "STACK_BIT":[
6 30
],
"PSEUDOCHANNEL_BIT":[
29
], ],
"BANKGROUP_BIT":[ "BANKGROUP_BIT":[
7, 27,
8 28
], ],
"BANK_BIT": [ "BANK_BIT": [
9, 25,
10 26
], ],
"BYTE_BIT": [ "BYTE_BIT": [
0, 0,
@@ -22,12 +22,18 @@
2, 2,
3, 3,
4, 4,
5,
6,
7,
8
],
"ROW_BIT": [
9,
10,
11, 11,
12, 12,
13, 13,
14 14,
],
"ROW_BIT": [
15, 15,
16, 16,
17, 17,
@@ -37,13 +43,7 @@
21, 21,
22, 22,
23, 23,
24, 24
25,
26,
27,
28,
29,
30
] ]
} }
} }