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
444 B
JSON
16 lines
444 B
JSON
{
|
|
"simulation": {
|
|
"addressmapping": "addressmapping/am_ddr5_2x8x2Gbx4_dimm_p1KB_rbc.json",
|
|
"mcconfig": "mcconfig/fr_fcfs.json",
|
|
"memspec": "memspec/JEDEC_2x8x2Gbx4_DDR5-3200A.json",
|
|
"simconfig": "simconfig/example.json",
|
|
"simulationid": "ddr5-example",
|
|
"tracesetup": [
|
|
{
|
|
"clkMhz": 2000,
|
|
"name": "traces/example.stl"
|
|
}
|
|
]
|
|
}
|
|
}
|