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