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