Rename config params from rank to pseudo channel.

This commit is contained in:
Lukas Steiner
2022-03-04 10:50:33 +01:00
parent 6d4ad11204
commit cfbac6f56e
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"CONGEN": {
"RANK_BIT":[
"PSEUDOCHANNEL_BIT":[
29
],
"BANKGROUP_BIT":[
@@ -43,4 +43,4 @@
24
]
}
}
}

View File

@@ -6,7 +6,7 @@
"nbrOfBankGroups": 4,
"nbrOfBanks": 16,
"nbrOfColumns": 128,
"nbrOfRanks": 2,
"nbrOfPseudoChannels": 2,
"nbrOfRows": 32768,
"width": 64,
"nbrOfDevices": 1,

View File

@@ -6,7 +6,7 @@
"nbrOfBankGroups": 4,
"nbrOfBanks": 16,
"nbrOfColumns": 128,
"nbrOfRanks": 1,
"nbrOfPseudoChannels": 1,
"nbrOfChannels": 2,
"nbrOfDevices": 1,
"nbrOfRows": 32768,