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

--- 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 "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,
219 "cxx_class": "LiveProcess",
220 "executable": "/z/powerjg/gem5-upstream/tests/test-progs/insttest/bin/riscv/linux-rv64a/insttest",
221 "drivers": [],
222 "system": "system",
223 "gid": 100,
224 "eventq_index": 0,
225 "env": [],
226 "input": "cin",
227 "ppid": 99,
228 "type": "LiveProcess",
229 "cwd": "",
230 "simpoint": 0,
231 "euid": 100,
232 "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",
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 ---