config.ini revision 9885:afd9ea6101d9
1[root]
2type=Root
3children=system
4full_system=false
5time_sync_enable=false
6time_sync_period=100000000000
7time_sync_spin_threshold=100000000
8
9[system]
10type=System
11children=clk_domain cpu cpu_clk_domain membus physmem voltage_domain
12boot_osflags=a
13cache_line_size=64
14clk_domain=system.clk_domain
15init_param=0
16kernel=
17load_addr_mask=1099511627775
18mem_mode=timing
19mem_ranges=
20memories=system.physmem
21num_work_ids=16
22readfile=
23symbolfile=
24work_begin_ckpt_count=0
25work_begin_cpu_id_exit=-1
26work_begin_exit_count=0
27work_cpus_ckpt_count=0
28work_end_ckpt_count=0
29work_end_exit_count=0
30work_item_id=-1
31system_port=system.membus.slave[0]
32
33[system.clk_domain]
34type=SrcClockDomain
35clock=1000
36voltage_domain=system.voltage_domain
37
38[system.cpu]
39type=TimingSimpleCPU
40children=dcache dtb icache interrupts isa itb l2cache toL2Bus tracer workload
41checker=Null
42clk_domain=system.cpu_clk_domain
43cpu_id=0
44do_checkpoint_insts=true
45do_quiesce=true
46do_statistics_insts=true
47dtb=system.cpu.dtb
48function_trace=false
49function_trace_start=0
50interrupts=system.cpu.interrupts
51isa=system.cpu.isa
52itb=system.cpu.itb
53max_insts_all_threads=0
54max_insts_any_thread=0
55max_loads_all_threads=0
56max_loads_any_thread=0
57numThreads=1
58profile=0
59progress_interval=0
60simpoint_start_insts=
61switched_out=false
62system=system
63tracer=system.cpu.tracer
64workload=system.cpu.workload
65dcache_port=system.cpu.dcache.cpu_side
66icache_port=system.cpu.icache.cpu_side
67
68[system.cpu.dcache]
69type=BaseCache
70children=tags
71addr_ranges=0:18446744073709551615
72assoc=2
73clk_domain=system.cpu_clk_domain
74forward_snoops=true
75hit_latency=2
76is_top_level=true
77max_miss_count=0
78mshrs=4
79prefetch_on_access=false
80prefetcher=Null
81response_latency=2
82size=262144
83system=system
84tags=system.cpu.dcache.tags
85tgts_per_mshr=20
86two_queue=false
87write_buffers=8
88cpu_side=system.cpu.dcache_port
89mem_side=system.cpu.toL2Bus.slave[1]
90
91[system.cpu.dcache.tags]
92type=LRU
93assoc=2
94block_size=64
95clk_domain=system.cpu_clk_domain
96hit_latency=2
97size=262144
98
99[system.cpu.dtb]
100type=ArmTLB
101children=walker
102size=64
103walker=system.cpu.dtb.walker
104
105[system.cpu.dtb.walker]
106type=ArmTableWalker
107clk_domain=system.cpu_clk_domain
108num_squash_per_cycle=2
109sys=system
110port=system.cpu.toL2Bus.slave[3]
111
112[system.cpu.icache]
113type=BaseCache
114children=tags
115addr_ranges=0:18446744073709551615
116assoc=2
117clk_domain=system.cpu_clk_domain
118forward_snoops=true
119hit_latency=2
120is_top_level=true
121max_miss_count=0
122mshrs=4
123prefetch_on_access=false
124prefetcher=Null
125response_latency=2
126size=131072
127system=system
128tags=system.cpu.icache.tags
129tgts_per_mshr=20
130two_queue=false
131write_buffers=8
132cpu_side=system.cpu.icache_port
133mem_side=system.cpu.toL2Bus.slave[0]
134
135[system.cpu.icache.tags]
136type=LRU
137assoc=2
138block_size=64
139clk_domain=system.cpu_clk_domain
140hit_latency=2
141size=131072
142
143[system.cpu.interrupts]
144type=ArmInterrupts
145
146[system.cpu.isa]
147type=ArmISA
148fpsid=1090793632
149id_isar0=34607377
150id_isar1=34677009
151id_isar2=555950401
152id_isar3=17899825
153id_isar4=268501314
154id_isar5=0
155id_mmfr0=3
156id_mmfr1=0
157id_mmfr2=19070976
158id_mmfr3=4027589137
159id_pfr0=49
160id_pfr1=1
161midr=890224640
162
163[system.cpu.itb]
164type=ArmTLB
165children=walker
166size=64
167walker=system.cpu.itb.walker
168
169[system.cpu.itb.walker]
170type=ArmTableWalker
171clk_domain=system.cpu_clk_domain
172num_squash_per_cycle=2
173sys=system
174port=system.cpu.toL2Bus.slave[2]
175
176[system.cpu.l2cache]
177type=BaseCache
178children=tags
179addr_ranges=0:18446744073709551615
180assoc=8
181clk_domain=system.cpu_clk_domain
182forward_snoops=true
183hit_latency=20
184is_top_level=false
185max_miss_count=0
186mshrs=20
187prefetch_on_access=false
188prefetcher=Null
189response_latency=20
190size=2097152
191system=system
192tags=system.cpu.l2cache.tags
193tgts_per_mshr=12
194two_queue=false
195write_buffers=8
196cpu_side=system.cpu.toL2Bus.master[0]
197mem_side=system.membus.slave[1]
198
199[system.cpu.l2cache.tags]
200type=LRU
201assoc=8
202block_size=64
203clk_domain=system.cpu_clk_domain
204hit_latency=20
205size=2097152
206
207[system.cpu.toL2Bus]
208type=CoherentBus
209clk_domain=system.cpu_clk_domain
210header_cycles=1
211system=system
212use_default_range=false
213width=32
214master=system.cpu.l2cache.cpu_side
215slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb.walker.port system.cpu.dtb.walker.port
216
217[system.cpu.tracer]
218type=ExeTracer
219
220[system.cpu.workload]
221type=LiveProcess
222cmd=parser 2.1.dict -batch
223cwd=build/ARM/tests/opt/long/se/20.parser/arm/linux/simple-timing
224egid=100
225env=
226errout=cerr
227euid=100
228executable=/dist/m5/cpu2000/binaries/arm/linux/parser
229gid=100
230input=/dist/m5/cpu2000/data/parser/mdred/input/parser.in
231max_stack_size=67108864
232output=cout
233pid=100
234ppid=99
235simpoint=114600000000
236system=system
237uid=100
238
239[system.cpu_clk_domain]
240type=SrcClockDomain
241clock=500
242voltage_domain=system.voltage_domain
243
244[system.membus]
245type=CoherentBus
246clk_domain=system.clk_domain
247header_cycles=1
248system=system
249use_default_range=false
250width=8
251master=system.physmem.port
252slave=system.system_port system.cpu.l2cache.mem_side
253
254[system.physmem]
255type=SimpleMemory
256bandwidth=73.000000
257clk_domain=system.clk_domain
258conf_table_reported=true
259in_addr_map=true
260latency=30000
261latency_var=0
262null=false
263range=0:134217727
264port=system.membus.master[0]
265
266[system.voltage_domain]
267type=VoltageDomain
268voltage=1.000000
269
270