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