Previously, the subdirectories in which the sub-json files were searched in were hardcoded. Now, DRAMSys simply searches in the directory of the base config, making this approach more flexible.
20 lines
550 B
JSON
20 lines
550 B
JSON
{
|
|
"simulation": {
|
|
"addressmapping": "addressmapping/am_hbm3_8Gb_pc_brc.json",
|
|
"mcconfig": "mcconfig/fr_fcfs.json",
|
|
"memspec": "memspec/HBM3.json",
|
|
"simconfig": "simconfig/example.json",
|
|
"simulationid": "hbm3-example",
|
|
"tracesetup": [
|
|
{
|
|
"clkMhz": 2000,
|
|
"type": "generator",
|
|
"name": "gen0",
|
|
"numRequests": 2000,
|
|
"rwRatio": 0.5,
|
|
"addressDistribution": "random"
|
|
}
|
|
]
|
|
}
|
|
}
|