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": {

--- 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 "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,
379 "cxx_class": "LiveProcess",
380 "executable": "/z/powerjg/gem5-upstream/tests/test-progs/insttest/bin/riscv/linux-rv64m/insttest",
381 "drivers": [],
382 "system": "system",
383 "gid": 100,
384 "eventq_index": 0,
385 "env": [],
386 "input": "cin",
387 "ppid": 99,
388 "type": "LiveProcess",
389 "cwd": "",
390 "simpoint": 0,
391 "euid": 100,
392 "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",
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 ---