Deleted Added
sdiff udiff text old ( 11731:c473ca7cc650 ) new ( 12137:d877205ec1bc )
full compact
1{
2 "name": null,
3 "sim_quantum": 0,
4 "system": {
5 "kernel": "",
6 "mmap_using_noreserve": false,
7 "kernel_addr_check": true,
8 "membus": {

--- 297 unchanged lines hidden (view full) ---

306 "commitToFetchDelay": 1,
307 "needsTSO": false,
308 "smtIQThreshold": 100,
309 "workload": [
310 {
311 "uid": 100,
312 "pid": 100,
313 "kvmInSE": false,
314 "cxx_class": "LiveProcess",
315 "executable": "/z/powerjg/gem5-upstream/tests/test-progs/insttest/bin/riscv/linux-rv64m/insttest",
316 "drivers": [],
317 "system": "system",
318 "gid": 100,
319 "eventq_index": 0,
320 "env": [],
321 "input": "cin",
322 "ppid": 99,
323 "type": "LiveProcess",
324 "cwd": "",
325 "simpoint": 0,
326 "euid": 100,
327 "path": "system.cpu.workload",
328 "max_stack_size": 67108864,
329 "name": "workload",
330 "cmd": [
331 "insttest"
332 ],
333 "errout": "cerr",
334 "useArchPT": false,
335 "egid": 100,
336 "output": "cout"

--- 8 unchanged lines hidden (view full) ---

345 "path": "system.cpu.tracer",
346 "type": "ExeTracer",
347 "name": "tracer",
348 "cxx_class": "Trace::ExeTracer"
349 },
350 "decodeToFetchDelay": 1,
351 "renameWidth": 8,
352 "numThreads": 1,
353 "squashWidth": 8,
354 "function_trace": false,
355 "backComSize": 5,
356 "decodeToRenameDelay": 1,
357 "store_set_clear_period": 250000,
358 "numPhysIntRegs": 256,
359 "p_state_clk_gate_max": 1000000000000,
360 "toL2Bus": {

--- 602 unchanged lines hidden (view full) ---

963 "sequential_access": false,
964 "assoc": 2
965 },
966 "path": "system.cpu",
967 "numRobs": 1,
968 "switched_out": false,
969 "smtLSQPolicy": "Partitioned",
970 "fetchBufferSize": 64,
971 "simpoint_start_insts": [],
972 "max_insts_any_thread": 0,
973 "smtROBThreshold": 100,
974 "numIQEntries": 64,
975 "branchPred": {
976 "numThreads": 1,
977 "BTBEntries": 4096,
978 "cxx_class": "TournamentBP",

--- 93 unchanged lines hidden (view full) ---

1072 "sequential_access": false,
1073 "assoc": 2
1074 },
1075 "commitToDecodeDelay": 1,
1076 "smtIQPolicy": "Partitioned",
1077 "issueWidth": 8,
1078 "LSQCheckLoads": true,
1079 "commitToRenameDelay": 1,
1080 "cachePorts": 200,
1081 "system": "system",
1082 "checker": null,
1083 "numPhysFloatRegs": 256,
1084 "eventq_index": 0,
1085 "default_p_state": "UNDEFINED",
1086 "type": "DerivO3CPU",
1087 "wbWidth": 8,
1088 "interrupts": [
1089 {
1090 "eventq_index": 0,
1091 "path": "system.cpu.interrupts",
1092 "type": "RiscvInterrupts",
1093 "name": "interrupts",
1094 "cxx_class": "RiscvISA::Interrupts"
1095 }

--- 56 unchanged lines hidden ---