Merge branch 'feat/hbm3_sid' into 'develop'

Feat/hbm3 sid

See merge request ems/astdm/modeling.dram/dram.sys.5!96
This commit is contained in:
Lukas Steiner
2025-01-28 09:04:16 +00:00
17 changed files with 154 additions and 11 deletions

View File

@@ -1,5 +1,8 @@
{
"addressmapping": {
"STACK_BIT":[
30
],
"PSEUDOCHANNEL_BIT":[
29
],

View File

@@ -7,8 +7,12 @@
"simulationid": "hbm3-example",
"tracesetup": [
{
"clkMhz": 1000,
"name": "example.stl"
"clkMhz": 2000,
"type": "generator",
"name": "gen0",
"numRequests": 2000,
"rwRatio": 0.5,
"addressDistribution": "random"
}
]
}

View File

@@ -7,6 +7,7 @@
"nbrOfBanks": 16,
"nbrOfColumns": 128,
"nbrOfPseudoChannels": 2,
"nbrOfStacks": 2,
"nbrOfRows": 65536,
"width": 32,
"nbrOfDevices": 1,
@@ -20,6 +21,7 @@
"memtimingspec": {
"CCDL": 4,
"CCDS": 2,
"CCDR": 3,
"CKE": 8,
"DQSCK": 1,
"FAW": 16,