1{
2 "name": null,
3 "sim_quantum": 0,
4 "system": {
5 "kernel": "",
6 "mmap_using_noreserve": false,
7 "kernel_addr_check": true,
8 "membus": {

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

292 },
293 "function_trace": false,
294 "do_checkpoint_insts": true,
295 "decodeInputWidth": 2,
296 "cxx_class": "MinorCPU",
297 "max_loads_all_threads": 0,
298 "executeMemoryIssueLimit": 1,
299 "decodeCycleInput": true,
300 "syscallRetryLatency": 10000,
301 "max_loads_any_thread": 0,
302 "executeLSQTransfersQueueSize": 2,
303 "p_state_clk_gate_max": 1000000000000,
304 "clk_domain": "system.cpu_clk_domain",
305 "function_trace_start": 0,
306 "cpu_id": 0,
307 "checker": null,
308 "eventq_index": 0,

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

1054 "executeMaxAccessesInMemory": 2,
1055 "enableIdling": true,
1056 "executeLSQStoreBufferSize": 5,
1057 "workload": [
1058 {
1059 "uid": 100,
1060 "pid": 100,
1061 "kvmInSE": false,
1061 "cxx_class": "LiveProcess",
1062 "executable": "/z/powerjg/gem5-upstream/tests/test-progs/insttest/bin/riscv/linux-rv64m/insttest",
1062 "cxx_class": "Process",
1063 "executable": "/home/ar4jc/gem5/tests/testing/../test-progs/insttest/bin/riscv/linux-rv64m/insttest",
1064 "drivers": [],
1065 "system": "system",
1066 "gid": 100,
1067 "eventq_index": 0,
1068 "env": [],
1068 "input": "cin",
1069 "ppid": 99,
1070 "type": "LiveProcess",
1069 "maxStackSize": 67108864,
1070 "ppid": 0,
1071 "type": "Process",
1072 "cwd": "",
1073 "pgid": 100,
1074 "simpoint": 0,
1075 "euid": 100,
1076 "input": "cin",
1077 "path": "system.cpu.workload",
1075 "max_stack_size": 67108864,
1078 "name": "workload",
1079 "cmd": [
1080 "insttest"
1081 ],
1082 "errout": "cerr",
1083 "useArchPT": false,
1084 "egid": 100,
1085 "output": "cout"
1086 }
1087 ],
1088 "name": "cpu",
1089 "wait_for_remote_gdb": false,
1090 "dtb": {
1091 "name": "dtb",
1092 "eventq_index": 0,
1093 "cxx_class": "RiscvISA::TLB",
1094 "path": "system.cpu.dtb",
1095 "type": "RiscvTLB",
1096 "size": 64
1097 },

--- 117 unchanged lines hidden ---