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