Deleted Added
sdiff udiff text old ( 10451:3a87241adfb8 ) new ( 10736:4433fb00fa7d )
full compact
1[root]
2type=Root
3children=system
4eventq_index=0
5full_system=false
6sim_quantum=0
7time_sync_enable=false
8time_sync_period=100000000000

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

18init_param=0
19kernel=
20kernel_addr_check=true
21load_addr_mask=1099511627775
22load_offset=0
23mem_mode=timing
24mem_ranges=
25memories=system.physmem
26num_work_ids=16
27readfile=
28symbolfile=
29work_begin_ckpt_count=0
30work_begin_cpu_id_exit=-1
31work_begin_exit_count=0
32work_cpus_ckpt_count=0
33work_end_ckpt_count=0

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

77icache_port=system.cpu.icache.cpu_side
78
79[system.cpu.dcache]
80type=BaseCache
81children=tags
82addr_ranges=0:18446744073709551615
83assoc=2
84clk_domain=system.cpu_clk_domain
85eventq_index=0
86forward_snoops=true
87hit_latency=2
88is_top_level=true
89max_miss_count=0
90mshrs=4
91prefetch_on_access=false
92prefetcher=Null

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

117size=64
118
119[system.cpu.icache]
120type=BaseCache
121children=tags
122addr_ranges=0:18446744073709551615
123assoc=2
124clk_domain=system.cpu_clk_domain
125eventq_index=0
126forward_snoops=true
127hit_latency=2
128is_top_level=true
129max_miss_count=0
130mshrs=4
131prefetch_on_access=false
132prefetcher=Null

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

168size=64
169
170[system.cpu.l2cache]
171type=BaseCache
172children=tags
173addr_ranges=0:18446744073709551615
174assoc=8
175clk_domain=system.cpu_clk_domain
176eventq_index=0
177forward_snoops=true
178hit_latency=20
179is_top_level=false
180max_miss_count=0
181mshrs=20
182prefetch_on_access=false
183prefetcher=Null

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

201hit_latency=20
202sequential_access=false
203size=2097152
204
205[system.cpu.toL2Bus]
206type=CoherentXBar
207clk_domain=system.cpu_clk_domain
208eventq_index=0
209header_cycles=1
210snoop_filter=Null
211system=system
212use_default_range=false
213width=32
214master=system.cpu.l2cache.cpu_side
215slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side
216
217[system.cpu.tracer]
218type=ExeTracer
219eventq_index=0
220
221[system.cpu.workload]
222type=LiveProcess
223cmd=hello
224cwd=
225egid=100
226env=
227errout=cerr
228euid=100
229eventq_index=0
230executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/mips/linux/hello
231gid=100
232input=cin
233max_stack_size=67108864
234output=cout
235pid=100
236ppid=99
237simpoint=0
238system=system
239uid=100
240useArchPT=false

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

254eventq_index=0
255sys_clk_domain=system.clk_domain
256transition_latency=100000000
257
258[system.membus]
259type=CoherentXBar
260clk_domain=system.clk_domain
261eventq_index=0
262header_cycles=1
263snoop_filter=Null
264system=system
265use_default_range=false
266width=8
267master=system.physmem.port
268slave=system.system_port system.cpu.l2cache.mem_side
269
270[system.physmem]
271type=SimpleMemory
272bandwidth=73.000000
273clk_domain=system.clk_domain
274conf_table_reported=true

--- 13 unchanged lines hidden ---