config.ini revision 11388:bd4125134e77
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=atomic
25mem_ranges=
26memories=system.physmem
27mmap_using_noreserve=false
28multi_thread=false
29num_work_ids=16
30readfile=
31symbolfile=
32work_begin_ckpt_count=0
33work_begin_cpu_id_exit=-1
34work_begin_exit_count=0
35work_cpus_ckpt_count=0
36work_end_ckpt_count=0
37work_end_exit_count=0
38work_item_id=-1
39system_port=system.membus.slave[0]
40
41[system.clk_domain]
42type=SrcClockDomain
43clock=1000
44domain_id=-1
45eventq_index=0
46init_perf_level=0
47voltage_domain=system.voltage_domain
48
49[system.cpu]
50type=AtomicSimpleCPU
51children=dstage2_mmu dtb interrupts isa istage2_mmu itb tracer workload
52branchPred=Null
53checker=Null
54clk_domain=system.cpu_clk_domain
55cpu_id=0
56do_checkpoint_insts=true
57do_quiesce=true
58do_statistics_insts=true
59dstage2_mmu=system.cpu.dstage2_mmu
60dtb=system.cpu.dtb
61eventq_index=0
62fastmem=false
63function_trace=false
64function_trace_start=0
65interrupts=system.cpu.interrupts
66isa=system.cpu.isa
67istage2_mmu=system.cpu.istage2_mmu
68itb=system.cpu.itb
69max_insts_all_threads=0
70max_insts_any_thread=0
71max_loads_all_threads=0
72max_loads_any_thread=0
73numThreads=1
74profile=0
75progress_interval=0
76simpoint_start_insts=
77simulate_data_stalls=false
78simulate_inst_stalls=false
79socket_id=0
80switched_out=false
81system=system
82tracer=system.cpu.tracer
83width=1
84workload=system.cpu.workload
85dcache_port=system.membus.slave[2]
86icache_port=system.membus.slave[1]
87
88[system.cpu.dstage2_mmu]
89type=ArmStage2MMU
90children=stage2_tlb
91eventq_index=0
92stage2_tlb=system.cpu.dstage2_mmu.stage2_tlb
93sys=system
94tlb=system.cpu.dtb
95
96[system.cpu.dstage2_mmu.stage2_tlb]
97type=ArmTLB
98children=walker
99eventq_index=0
100is_stage2=true
101size=32
102walker=system.cpu.dstage2_mmu.stage2_tlb.walker
103
104[system.cpu.dstage2_mmu.stage2_tlb.walker]
105type=ArmTableWalker
106clk_domain=system.cpu_clk_domain
107eventq_index=0
108is_stage2=true
109num_squash_per_cycle=2
110sys=system
111
112[system.cpu.dtb]
113type=ArmTLB
114children=walker
115eventq_index=0
116is_stage2=false
117size=64
118walker=system.cpu.dtb.walker
119
120[system.cpu.dtb.walker]
121type=ArmTableWalker
122clk_domain=system.cpu_clk_domain
123eventq_index=0
124is_stage2=false
125num_squash_per_cycle=2
126sys=system
127port=system.membus.slave[4]
128
129[system.cpu.interrupts]
130type=ArmInterrupts
131eventq_index=0
132
133[system.cpu.isa]
134type=ArmISA
135decoderFlavour=Generic
136eventq_index=0
137fpsid=1090793632
138id_aa64afr0_el1=0
139id_aa64afr1_el1=0
140id_aa64dfr0_el1=1052678
141id_aa64dfr1_el1=0
142id_aa64isar0_el1=0
143id_aa64isar1_el1=0
144id_aa64mmfr0_el1=15728642
145id_aa64mmfr1_el1=0
146id_aa64pfr0_el1=17
147id_aa64pfr1_el1=0
148id_isar0=34607377
149id_isar1=34677009
150id_isar2=555950401
151id_isar3=17899825
152id_isar4=268501314
153id_isar5=0
154id_mmfr0=270536963
155id_mmfr1=0
156id_mmfr2=19070976
157id_mmfr3=34611729
158id_pfr0=49
159id_pfr1=4113
160midr=1091551472
161pmu=Null
162system=system
163
164[system.cpu.istage2_mmu]
165type=ArmStage2MMU
166children=stage2_tlb
167eventq_index=0
168stage2_tlb=system.cpu.istage2_mmu.stage2_tlb
169sys=system
170tlb=system.cpu.itb
171
172[system.cpu.istage2_mmu.stage2_tlb]
173type=ArmTLB
174children=walker
175eventq_index=0
176is_stage2=true
177size=32
178walker=system.cpu.istage2_mmu.stage2_tlb.walker
179
180[system.cpu.istage2_mmu.stage2_tlb.walker]
181type=ArmTableWalker
182clk_domain=system.cpu_clk_domain
183eventq_index=0
184is_stage2=true
185num_squash_per_cycle=2
186sys=system
187
188[system.cpu.itb]
189type=ArmTLB
190children=walker
191eventq_index=0
192is_stage2=false
193size=64
194walker=system.cpu.itb.walker
195
196[system.cpu.itb.walker]
197type=ArmTableWalker
198clk_domain=system.cpu_clk_domain
199eventq_index=0
200is_stage2=false
201num_squash_per_cycle=2
202sys=system
203port=system.membus.slave[3]
204
205[system.cpu.tracer]
206type=ExeTracer
207eventq_index=0
208
209[system.cpu.workload]
210type=LiveProcess
211cmd=parser 2.1.dict -batch
212cwd=build/ARM/tests/opt/long/se/20.parser/arm/linux/simple-atomic
213drivers=
214egid=100
215env=
216errout=cerr
217euid=100
218eventq_index=0
219executable=/dist/m5/cpu2000/binaries/arm/linux/parser
220gid=100
221input=/dist/m5/cpu2000/data/parser/mdred/input/parser.in
222kvmInSE=false
223max_stack_size=67108864
224output=cout
225pid=100
226ppid=99
227simpoint=114600000000
228system=system
229uid=100
230useArchPT=false
231
232[system.cpu_clk_domain]
233type=SrcClockDomain
234clock=500
235domain_id=-1
236eventq_index=0
237init_perf_level=0
238voltage_domain=system.voltage_domain
239
240[system.dvfs_handler]
241type=DVFSHandler
242domains=
243enable=false
244eventq_index=0
245sys_clk_domain=system.clk_domain
246transition_latency=100000000
247
248[system.membus]
249type=CoherentXBar
250clk_domain=system.clk_domain
251eventq_index=0
252forward_latency=4
253frontend_latency=3
254point_of_coherency=true
255response_latency=2
256snoop_filter=Null
257snoop_response_latency=4
258system=system
259use_default_range=false
260width=16
261master=system.physmem.port
262slave=system.system_port system.cpu.icache_port system.cpu.dcache_port system.cpu.itb.walker.port system.cpu.dtb.walker.port
263
264[system.physmem]
265type=SimpleMemory
266bandwidth=73.000000
267clk_domain=system.clk_domain
268conf_table_reported=true
269eventq_index=0
270in_addr_map=true
271latency=30000
272latency_var=0
273null=false
274range=0:134217727
275port=system.membus.master[0]
276
277[system.voltage_domain]
278type=VoltageDomain
279eventq_index=0
280voltage=1.000000
281
282