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
442 B
JSON
16 lines
442 B
JSON
{
|
|
"simulation": {
|
|
"addressmapping": "addressmapping/am_ddr3_8x1Gbx8_dimm_p1KB_rbc.json",
|
|
"mcconfig": "mcconfig/fr_fcfs.json",
|
|
"memspec": "memspec/MICRON_1Gb_DDR3-1600_8bit_G.json",
|
|
"simconfig": "simconfig/example.json",
|
|
"simulationid": "ddr3-example",
|
|
"tracesetup": [
|
|
{
|
|
"clkMhz": 800,
|
|
"name": "traces/example.stl"
|
|
}
|
|
]
|
|
}
|
|
}
|