config.ini revision 11066:969113566d50
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=Cache
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_read_only=false
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
101write_buffers=8
102cpu_side=system.cpu.dcache_port
103mem_side=system.cpu.toL2Bus.slave[1]
104
105[system.cpu.dcache.tags]
106type=LRU
107assoc=2
108block_size=64
109clk_domain=system.cpu_clk_domain
110eventq_index=0
111hit_latency=2
112sequential_access=false
113size=262144
114
115[system.cpu.dtb]
116type=MipsTLB
117eventq_index=0
118size=64
119
120[system.cpu.icache]
121type=Cache
122children=tags
123addr_ranges=0:18446744073709551615
124assoc=2
125clk_domain=system.cpu_clk_domain
126demand_mshr_reserve=1
127eventq_index=0
128forward_snoops=true
129hit_latency=2
130is_read_only=true
131max_miss_count=0
132mshrs=4
133prefetch_on_access=false
134prefetcher=Null
135response_latency=2
136sequential_access=false
137size=131072
138system=system
139tags=system.cpu.icache.tags
140tgts_per_mshr=20
141write_buffers=8
142cpu_side=system.cpu.icache_port
143mem_side=system.cpu.toL2Bus.slave[0]
144
145[system.cpu.icache.tags]
146type=LRU
147assoc=2
148block_size=64
149clk_domain=system.cpu_clk_domain
150eventq_index=0
151hit_latency=2
152sequential_access=false
153size=131072
154
155[system.cpu.interrupts]
156type=MipsInterrupts
157eventq_index=0
158
159[system.cpu.isa]
160type=MipsISA
161eventq_index=0
162num_threads=1
163num_vpes=1
164system=system
165
166[system.cpu.itb]
167type=MipsTLB
168eventq_index=0
169size=64
170
171[system.cpu.l2cache]
172type=Cache
173children=tags
174addr_ranges=0:18446744073709551615
175assoc=8
176clk_domain=system.cpu_clk_domain
177demand_mshr_reserve=1
178eventq_index=0
179forward_snoops=true
180hit_latency=20
181is_read_only=false
182max_miss_count=0
183mshrs=20
184prefetch_on_access=false
185prefetcher=Null
186response_latency=20
187sequential_access=false
188size=2097152
189system=system
190tags=system.cpu.l2cache.tags
191tgts_per_mshr=12
192write_buffers=8
193cpu_side=system.cpu.toL2Bus.master[0]
194mem_side=system.membus.slave[1]
195
196[system.cpu.l2cache.tags]
197type=LRU
198assoc=8
199block_size=64
200clk_domain=system.cpu_clk_domain
201eventq_index=0
202hit_latency=20
203sequential_access=false
204size=2097152
205
206[system.cpu.toL2Bus]
207type=CoherentXBar
208clk_domain=system.cpu_clk_domain
209eventq_index=0
210forward_latency=0
211frontend_latency=1
212response_latency=1
213snoop_filter=Null
214snoop_response_latency=1
215system=system
216use_default_range=false
217width=32
218master=system.cpu.l2cache.cpu_side
219slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side
220
221[system.cpu.tracer]
222type=ExeTracer
223eventq_index=0
224
225[system.cpu.workload]
226type=LiveProcess
227cmd=hello
228cwd=
229drivers=
230egid=100
231env=
232errout=cerr
233euid=100
234eventq_index=0
235executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/mips/linux/hello
236gid=100
237input=cin
238kvmInSE=false
239max_stack_size=67108864
240output=cout
241pid=100
242ppid=99
243simpoint=0
244system=system
245uid=100
246useArchPT=false
247
248[system.cpu_clk_domain]
249type=SrcClockDomain
250clock=500
251domain_id=-1
252eventq_index=0
253init_perf_level=0
254voltage_domain=system.voltage_domain
255
256[system.dvfs_handler]
257type=DVFSHandler
258domains=
259enable=false
260eventq_index=0
261sys_clk_domain=system.clk_domain
262transition_latency=100000000
263
264[system.membus]
265type=CoherentXBar
266clk_domain=system.clk_domain
267eventq_index=0
268forward_latency=4
269frontend_latency=3
270response_latency=2
271snoop_filter=Null
272snoop_response_latency=4
273system=system
274use_default_range=false
275width=16
276master=system.physmem.port
277slave=system.system_port system.cpu.l2cache.mem_side
278
279[system.physmem]
280type=SimpleMemory
281bandwidth=73.000000
282clk_domain=system.clk_domain
283conf_table_reported=true
284eventq_index=0
285in_addr_map=true
286latency=30000
287latency_var=0
288null=false
289range=0:134217727
290port=system.membus.master[0]
291
292[system.voltage_domain]
293type=VoltageDomain
294eventq_index=0
295voltage=1.000000
296
297