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

--- 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,
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,
195 "interrupts": [
196 {
197 "eventq_index": 0,
198 "path": "system.cpu.interrupts",
199 "type": "RiscvInterrupts",
200 "name": "interrupts",
201 "cxx_class": "RiscvISA::Interrupts"
202 }

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

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

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