config.ini revision 10736
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=AlphaTLB
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=AlphaInterrupts
159eventq_index=0
160
161[system.cpu.isa]
162type=AlphaISA
163eventq_index=0
164system=system
165
166[system.cpu.itb]
167type=AlphaTLB
168eventq_index=0
169size=48
170
171[system.cpu.l2cache]
172type=BaseCache
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_top_level=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
192two_queue=false
193write_buffers=8
194cpu_side=system.cpu.toL2Bus.master[0]
195mem_side=system.membus.slave[1]
196
197[system.cpu.l2cache.tags]
198type=LRU
199assoc=8
200block_size=64
201clk_domain=system.cpu_clk_domain
202eventq_index=0
203hit_latency=20
204sequential_access=false
205size=2097152
206
207[system.cpu.toL2Bus]
208type=CoherentXBar
209clk_domain=system.cpu_clk_domain
210eventq_index=0
211forward_latency=0
212frontend_latency=1
213response_latency=1
214snoop_filter=Null
215snoop_response_latency=1
216system=system
217use_default_range=false
218width=32
219master=system.cpu.l2cache.cpu_side
220slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side
221
222[system.cpu.tracer]
223type=ExeTracer
224eventq_index=0
225
226[system.cpu.workload]
227type=LiveProcess
228cmd=hello
229cwd=
230drivers=
231egid=100
232env=
233errout=cerr
234euid=100
235eventq_index=0
236executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/linux/hello
237gid=100
238input=cin
239kvmInSE=false
240max_stack_size=67108864
241output=cout
242pid=100
243ppid=99
244simpoint=0
245system=system
246uid=100
247useArchPT=false
248
249[system.cpu_clk_domain]
250type=SrcClockDomain
251clock=500
252domain_id=-1
253eventq_index=0
254init_perf_level=0
255voltage_domain=system.voltage_domain
256
257[system.dvfs_handler]
258type=DVFSHandler
259domains=
260enable=false
261eventq_index=0
262sys_clk_domain=system.clk_domain
263transition_latency=100000000
264
265[system.membus]
266type=CoherentXBar
267clk_domain=system.clk_domain
268eventq_index=0
269forward_latency=4
270frontend_latency=3
271response_latency=2
272snoop_filter=Null
273snoop_response_latency=4
274system=system
275use_default_range=false
276width=16
277master=system.physmem.port
278slave=system.system_port system.cpu.l2cache.mem_side
279
280[system.physmem]
281type=SimpleMemory
282bandwidth=73.000000
283clk_domain=system.clk_domain
284conf_table_reported=true
285eventq_index=0
286in_addr_map=true
287latency=30000
288latency_var=0
289null=false
290range=0:134217727
291port=system.membus.master[0]
292
293[system.voltage_domain]
294type=VoltageDomain
295eventq_index=0
296voltage=1.000000
297
298