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