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

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

287 "type": "TimingSimpleCPU",
288 "profile": 0,
289 "icache_port": {
290 "peer": "system.cpu.icache.cpu_side",
291 "role": "MASTER"
292 },
293 "p_state_clk_gate_bins": 20,
294 "p_state_clk_gate_min": 1000,
295 "syscallRetryLatency": 10000,
296 "interrupts": [
297 {
298 "eventq_index": 0,
299 "path": "system.cpu.interrupts",
300 "type": "RiscvInterrupts",
301 "name": "interrupts",
302 "cxx_class": "RiscvISA::Interrupts"
303 }

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

372 "path": "system.cpu",
373 "max_loads_any_thread": 0,
374 "switched_out": false,
375 "workload": [
376 {
377 "uid": 100,
378 "pid": 100,
379 "kvmInSE": false,
379 "cxx_class": "LiveProcess",
380 "executable": "/z/powerjg/gem5-upstream/tests/test-progs/insttest/bin/riscv/linux-rv64f/insttest",
380 "cxx_class": "Process",
381 "executable": "/home/ar4jc/gem5/tests/testing/../test-progs/insttest/bin/riscv/linux-rv64f/insttest",
382 "drivers": [],
383 "system": "system",
384 "gid": 100,
385 "eventq_index": 0,
386 "env": [],
386 "input": "cin",
387 "ppid": 99,
388 "type": "LiveProcess",
387 "maxStackSize": 67108864,
388 "ppid": 0,
389 "type": "Process",
390 "cwd": "",
391 "pgid": 100,
392 "simpoint": 0,
393 "euid": 100,
394 "input": "cin",
395 "path": "system.cpu.workload",
393 "max_stack_size": 67108864,
396 "name": "workload",
397 "cmd": [
398 "insttest"
399 ],
400 "errout": "cerr",
401 "useArchPT": false,
402 "egid": 100,
403 "output": "cout"
404 }
405 ],
406 "name": "cpu",
407 "wait_for_remote_gdb": false,
408 "dtb": {
409 "name": "dtb",
410 "eventq_index": 0,
411 "cxx_class": "RiscvISA::TLB",
412 "path": "system.cpu.dtb",
413 "type": "RiscvTLB",
414 "size": 64
415 },

--- 96 unchanged lines hidden ---