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