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.
16 lines
409 B
JSON
16 lines
409 B
JSON
{
|
|
"simulation": {
|
|
"addressmapping": "addressmapping/am_hbm2_8Gb_pc_brc.json",
|
|
"mcconfig": "mcconfig/fr_fcfs.json",
|
|
"memspec": "memspec/HBM2.json",
|
|
"simconfig": "simconfig/example.json",
|
|
"simulationid": "hbm2-example",
|
|
"tracesetup": [
|
|
{
|
|
"clkMhz": 1000,
|
|
"name": "traces/example.stl"
|
|
}
|
|
]
|
|
}
|
|
}
|