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

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

187 "fastmem": false,
188 "profile": 0,
189 "icache_port": {
190 "peer": "system.membus.slave[1]",
191 "role": "MASTER"
192 },
193 "p_state_clk_gate_bins": 20,
194 "p_state_clk_gate_min": 1000,
195 "syscallRetryLatency": 10000,
196 "interrupts": [
197 {
198 "eventq_index": 0,
199 "path": "system.cpu.interrupts",
200 "type": "RiscvInterrupts",
201 "name": "interrupts",
202 "cxx_class": "RiscvISA::Interrupts"
203 }

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

212 "path": "system.cpu",
213 "max_loads_any_thread": 0,
214 "switched_out": false,
215 "workload": [
216 {
217 "uid": 100,
218 "pid": 100,
219 "kvmInSE": false,
219 "cxx_class": "LiveProcess",
220 "executable": "/z/powerjg/gem5-upstream/tests/test-progs/insttest/bin/riscv/linux-rv64d/insttest",
220 "cxx_class": "Process",
221 "executable": "/home/ar4jc/gem5/tests/testing/../test-progs/insttest/bin/riscv/linux-rv64d/insttest",
222 "drivers": [],
223 "system": "system",
224 "gid": 100,
225 "eventq_index": 0,
226 "env": [],
226 "input": "cin",
227 "ppid": 99,
228 "type": "LiveProcess",
227 "maxStackSize": 67108864,
228 "ppid": 0,
229 "type": "Process",
230 "cwd": "",
231 "pgid": 100,
232 "simpoint": 0,
233 "euid": 100,
234 "input": "cin",
235 "path": "system.cpu.workload",
233 "max_stack_size": 67108864,
236 "name": "workload",
237 "cmd": [
238 "insttest"
239 ],
240 "errout": "cerr",
241 "useArchPT": false,
242 "egid": 100,
243 "output": "cout"
244 }
245 ],
246 "name": "cpu",
247 "wait_for_remote_gdb": false,
248 "dtb": {
249 "name": "dtb",
250 "eventq_index": 0,
251 "cxx_class": "RiscvISA::TLB",
252 "path": "system.cpu.dtb",
253 "type": "RiscvTLB",
254 "size": 64
255 },

--- 37 unchanged lines hidden ---