36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"simulation": {
|
|
"addressmapping": "DDR5/addressmapping/am_ddr5_2x8x2Gbx4_dimm_p1KB_rbc.json",
|
|
"memspec": "DDR5/memspec/JEDEC_2x8x2Gbx4_DDR5-3200A.json",
|
|
"mcconfig": "../../configs/mcconfig/fr_fcfs.json",
|
|
"simconfig": "../../configs/simconfig/example.json",
|
|
"simulationid": "ddr5-example",
|
|
"tracesetup": [
|
|
{
|
|
"clkMhz": 2000,
|
|
"dataLength": 64,
|
|
"type": "generator",
|
|
"name": "gen0",
|
|
"numRequests": 2000,
|
|
"rwRatio": 0.85,
|
|
"addressDistribution": "sequential",
|
|
"addressIncrement": 256,
|
|
"maxPendingReadRequests": 8,
|
|
"maxPendingWriteRequests": 8
|
|
},
|
|
{
|
|
"clkMhz": 2000,
|
|
"dataLength": 64,
|
|
"type": "generator",
|
|
"name": "gen1",
|
|
"numRequests": 2000,
|
|
"rwRatio": 0.85,
|
|
"addressDistribution": "random",
|
|
"seed": 123456,
|
|
"maxPendingReadRequests": 8,
|
|
"maxPendingWriteRequests": 8
|
|
}
|
|
]
|
|
}
|
|
}
|