config.ini revision 11219
1[root]
2type=Root
3children=system
4eventq_index=0
5full_system=false
6sim_quantum=0
7time_sync_enable=false
8time_sync_period=100000000000
9time_sync_spin_threshold=100000000
10
11[system]
12type=System
13children=clk_domain cpu cpu_clk_domain dvfs_handler membus physmem voltage_domain
14boot_osflags=a
15cache_line_size=64
16clk_domain=system.clk_domain
17eventq_index=0
18init_param=0
19kernel=
20kernel_addr_check=true
21load_addr_mask=1099511627775
22load_offset=0
23mem_mode=timing
24mem_ranges=
25memories=system.physmem
26mmap_using_noreserve=false
27multi_thread=false
28num_work_ids=16
29readfile=
30symbolfile=
31work_begin_ckpt_count=0
32work_begin_cpu_id_exit=-1
33work_begin_exit_count=0
34work_cpus_ckpt_count=0
35work_end_ckpt_count=0
36work_end_exit_count=0
37work_item_id=-1
38system_port=system.membus.slave[0]
39
40[system.clk_domain]
41type=SrcClockDomain
42clock=1000
43domain_id=-1
44eventq_index=0
45init_perf_level=0
46voltage_domain=system.voltage_domain
47
48[system.cpu]
49type=TimingSimpleCPU
50children=dcache dtb icache interrupts isa itb l2cache toL2Bus tracer workload
51branchPred=Null
52checker=Null
53clk_domain=system.cpu_clk_domain
54cpu_id=0
55do_checkpoint_insts=true
56do_quiesce=true
57do_statistics_insts=true
58dtb=system.cpu.dtb
59eventq_index=0
60function_trace=false
61function_trace_start=0
62interrupts=system.cpu.interrupts
63isa=system.cpu.isa
64itb=system.cpu.itb
65max_insts_all_threads=0
66max_insts_any_thread=0
67max_loads_all_threads=0
68max_loads_any_thread=0
69numThreads=1
70profile=0
71progress_interval=0
72simpoint_start_insts=
73socket_id=0
74switched_out=false
75system=system
76tracer=system.cpu.tracer
77workload=system.cpu.workload
78dcache_port=system.cpu.dcache.cpu_side
79icache_port=system.cpu.icache.cpu_side
80
81[system.cpu.dcache]
82type=Cache
83children=tags
84addr_ranges=0:18446744073709551615
85assoc=2
86clk_domain=system.cpu_clk_domain
87clusivity=mostly_incl
88demand_mshr_reserve=1
89eventq_index=0
90forward_snoops=true
91hit_latency=2
92is_read_only=false
93max_miss_count=0
94mshrs=4
95prefetch_on_access=false
96prefetcher=Null
97response_latency=2
98sequential_access=false
99size=262144
100system=system
101tags=system.cpu.dcache.tags
102tgts_per_mshr=20
103write_buffers=8
104writeback_clean=false
105cpu_side=system.cpu.dcache_port
106mem_side=system.cpu.toL2Bus.slave[1]
107
108[system.cpu.dcache.tags]
109type=LRU
110assoc=2
111block_size=64
112clk_domain=system.cpu_clk_domain
113eventq_index=0
114hit_latency=2
115sequential_access=false
116size=262144
117
118[system.cpu.dtb]
119type=MipsTLB
120eventq_index=0
121size=64
122
123[system.cpu.icache]
124type=Cache
125children=tags
126addr_ranges=0:18446744073709551615
127assoc=2
128clk_domain=system.cpu_clk_domain
129clusivity=mostly_incl
130demand_mshr_reserve=1
131eventq_index=0
132forward_snoops=true
133hit_latency=2
134is_read_only=true
135max_miss_count=0
136mshrs=4
137prefetch_on_access=false
138prefetcher=Null
139response_latency=2
140sequential_access=false
141size=131072
142system=system
143tags=system.cpu.icache.tags
144tgts_per_mshr=20
145write_buffers=8
146writeback_clean=true
147cpu_side=system.cpu.icache_port
148mem_side=system.cpu.toL2Bus.slave[0]
149
150[system.cpu.icache.tags]
151type=LRU
152assoc=2
153block_size=64
154clk_domain=system.cpu_clk_domain
155eventq_index=0
156hit_latency=2
157sequential_access=false
158size=131072
159
160[system.cpu.interrupts]
161type=MipsInterrupts
162eventq_index=0
163
164[system.cpu.isa]
165type=MipsISA
166eventq_index=0
167num_threads=1
168num_vpes=1
169system=system
170
171[system.cpu.itb]
172type=MipsTLB
173eventq_index=0
174size=64
175
176[system.cpu.l2cache]
177type=Cache
178children=tags
179addr_ranges=0:18446744073709551615
180assoc=8
181clk_domain=system.cpu_clk_domain
182clusivity=mostly_incl
183demand_mshr_reserve=1
184eventq_index=0
185forward_snoops=true
186hit_latency=20
187is_read_only=false
188max_miss_count=0
189mshrs=20
190prefetch_on_access=false
191prefetcher=Null
192response_latency=20
193sequential_access=false
194size=2097152
195system=system
196tags=system.cpu.l2cache.tags
197tgts_per_mshr=12
198write_buffers=8
199writeback_clean=false
200cpu_side=system.cpu.toL2Bus.master[0]
201mem_side=system.membus.slave[1]
202
203[system.cpu.l2cache.tags]
204type=LRU
205assoc=8
206block_size=64
207clk_domain=system.cpu_clk_domain
208eventq_index=0
209hit_latency=20
210sequential_access=false
211size=2097152
212
213[system.cpu.toL2Bus]
214type=CoherentXBar
215children=snoop_filter
216clk_domain=system.cpu_clk_domain
217eventq_index=0
218forward_latency=0
219frontend_latency=1
220response_latency=1
221snoop_filter=system.cpu.toL2Bus.snoop_filter
222snoop_response_latency=1
223system=system
224use_default_range=false
225width=32
226master=system.cpu.l2cache.cpu_side
227slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side
228
229[system.cpu.toL2Bus.snoop_filter]
230type=SnoopFilter
231eventq_index=0
232lookup_latency=0
233max_capacity=8388608
234system=system
235
236[system.cpu.tracer]
237type=ExeTracer
238eventq_index=0
239
240[system.cpu.workload]
241type=LiveProcess
242cmd=hello
243cwd=
244drivers=
245egid=100
246env=
247errout=cerr
248euid=100
249eventq_index=0
250executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/mips/linux/hello
251gid=100
252input=cin
253kvmInSE=false
254max_stack_size=67108864
255output=cout
256pid=100
257ppid=99
258simpoint=0
259system=system
260uid=100
261useArchPT=false
262
263[system.cpu_clk_domain]
264type=SrcClockDomain
265clock=500
266domain_id=-1
267eventq_index=0
268init_perf_level=0
269voltage_domain=system.voltage_domain
270
271[system.dvfs_handler]
272type=DVFSHandler
273domains=
274enable=false
275eventq_index=0
276sys_clk_domain=system.clk_domain
277transition_latency=100000000
278
279[system.membus]
280type=CoherentXBar
281clk_domain=system.clk_domain
282eventq_index=0
283forward_latency=4
284frontend_latency=3
285response_latency=2
286snoop_filter=Null
287snoop_response_latency=4
288system=system
289use_default_range=false
290width=16
291master=system.physmem.port
292slave=system.system_port system.cpu.l2cache.mem_side
293
294[system.physmem]
295type=SimpleMemory
296bandwidth=73.000000
297clk_domain=system.clk_domain
298conf_table_reported=true
299eventq_index=0
300in_addr_map=true
301latency=30000
302latency_var=0
303null=false
304range=0:134217727
305port=system.membus.master[0]
306
307[system.voltage_domain]
308type=VoltageDomain
309eventq_index=0
310voltage=1.000000
311
312