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
441 B
JSON
16 lines
441 B
JSON
{
|
|
"simulation": {
|
|
"addressmapping": "addressmapping/am_ddr4_8x4Gbx8_dimm_p1KB_brc.json",
|
|
"mcconfig": "mcconfig/fr_fcfs.json",
|
|
"memspec": "memspec/JEDEC_4Gb_DDR4-1866_8bit_A.json",
|
|
"simconfig": "simconfig/example.json",
|
|
"simulationid": "ddr4-example",
|
|
"tracesetup": [
|
|
{
|
|
"clkMhz": 200,
|
|
"name": "traces/example.stl"
|
|
}
|
|
]
|
|
}
|
|
}
|