config.json (11731:c473ca7cc650) config.json (12137:d877205ec1bc)
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,
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,
295 "interrupts": [
296 {
297 "eventq_index": 0,
298 "path": "system.cpu.interrupts",
299 "type": "RiscvInterrupts",
300 "name": "interrupts",
301 "cxx_class": "RiscvISA::Interrupts"
302 }

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

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

--- 96 unchanged lines hidden ---
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 ---