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=atomic
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=AtomicSimpleCPU
40children=checker dtb interrupts isa itb tracer workload
41checker=system.cpu.checker
42clk_domain=system.cpu_clk_domain
43cpu_id=0
44do_checkpoint_insts=true
45do_quiesce=true
46do_statistics_insts=true
47dtb=system.cpu.dtb
48fastmem=false
49function_trace=false
50function_trace_start=0
51interrupts=system.cpu.interrupts
52isa=system.cpu.isa
53itb=system.cpu.itb
54max_insts_all_threads=0
55max_insts_any_thread=0
56max_loads_all_threads=0
57max_loads_any_thread=0
58numThreads=1
59profile=0
60progress_interval=0
61simpoint_interval=100000000
62simpoint_profile=false
63simpoint_profile_file=simpoint.bb.gz
64simpoint_start_insts=
65simulate_data_stalls=false
66simulate_inst_stalls=false
67switched_out=false
68system=system
69tracer=system.cpu.tracer
70width=1
71workload=system.cpu.workload
72dcache_port=system.membus.slave[2]
73icache_port=system.membus.slave[1]
74
75[system.cpu.checker]
76type=DummyChecker
77children=dtb isa itb tracer
78checker=Null
79clk_domain=system.cpu_clk_domain
80cpu_id=-1
81do_checkpoint_insts=true
82do_quiesce=true
83do_statistics_insts=true
84dtb=system.cpu.checker.dtb
85exitOnError=false
86function_trace=false
87function_trace_start=0
88interrupts=Null
89isa=system.cpu.checker.isa
90itb=system.cpu.checker.itb
91max_insts_all_threads=0
92max_insts_any_thread=0
93max_loads_all_threads=0
94max_loads_any_thread=0
95numThreads=1
96profile=0
97progress_interval=0
98simpoint_start_insts=
99switched_out=false
100system=system
101tracer=system.cpu.checker.tracer
102updateOnError=false
103warnOnlyOnLoadError=true
104workload=system.cpu.workload
105
106[system.cpu.checker.dtb]
107type=ArmTLB
108children=walker
109size=64
110walker=system.cpu.checker.dtb.walker
111
112[system.cpu.checker.dtb.walker]
113type=ArmTableWalker
114clk_domain=system.cpu_clk_domain
115num_squash_per_cycle=2
116sys=system
117
118[system.cpu.checker.isa]
119type=ArmISA
120fpsid=1090793632
121id_isar0=34607377
122id_isar1=34677009
123id_isar2=555950401
124id_isar3=17899825
125id_isar4=268501314
126id_isar5=0
127id_mmfr0=3
128id_mmfr1=0
129id_mmfr2=19070976
130id_mmfr3=4027589137
131id_pfr0=49
132id_pfr1=1
133midr=890224640
134
135[system.cpu.checker.itb]
136type=ArmTLB
137children=walker
138size=64
139walker=system.cpu.checker.itb.walker
140
141[system.cpu.checker.itb.walker]
142type=ArmTableWalker
143clk_domain=system.cpu_clk_domain
144num_squash_per_cycle=2
145sys=system
146
147[system.cpu.checker.tracer]
148type=ExeTracer
149
150[system.cpu.dtb]
151type=ArmTLB
152children=walker
153size=64
154walker=system.cpu.dtb.walker
155
156[system.cpu.dtb.walker]
157type=ArmTableWalker
158clk_domain=system.cpu_clk_domain
159num_squash_per_cycle=2
160sys=system
161port=system.membus.slave[4]
162
163[system.cpu.interrupts]
164type=ArmInterrupts
165
166[system.cpu.isa]
167type=ArmISA
168fpsid=1090793632
169id_isar0=34607377
170id_isar1=34677009
171id_isar2=555950401
172id_isar3=17899825
173id_isar4=268501314
174id_isar5=0
175id_mmfr0=3
176id_mmfr1=0
177id_mmfr2=19070976
178id_mmfr3=4027589137
179id_pfr0=49
180id_pfr1=1
181midr=890224640
182
183[system.cpu.itb]
184type=ArmTLB
185children=walker
186size=64
187walker=system.cpu.itb.walker
188
189[system.cpu.itb.walker]
190type=ArmTableWalker
191clk_domain=system.cpu_clk_domain
192num_squash_per_cycle=2
193sys=system
194port=system.membus.slave[3]
195
196[system.cpu.tracer]
197type=ExeTracer
198
199[system.cpu.workload]
200type=LiveProcess
201cmd=hello
202cwd=
203egid=100
204env=
205errout=cerr
206euid=100
207executable=/dist/m5/regression/test-progs/hello/bin/arm/linux/hello
208gid=100
209input=cin
210max_stack_size=67108864
211output=cout
212pid=100
213ppid=99
214simpoint=0
215system=system
216uid=100
217
218[system.cpu_clk_domain]
219type=SrcClockDomain
220clock=500
221voltage_domain=system.voltage_domain
222
223[system.membus]
224type=CoherentBus
225clk_domain=system.clk_domain
226header_cycles=1
227system=system
228use_default_range=false
229width=8
230master=system.physmem.port
231slave=system.system_port system.cpu.icache_port system.cpu.dcache_port system.cpu.itb.walker.port system.cpu.dtb.walker.port
232
233[system.physmem]
234type=SimpleMemory
235bandwidth=73.000000
236clk_domain=system.clk_domain
237conf_table_reported=true
238in_addr_map=true
239latency=30000
240latency_var=0
241null=false
242range=0:134217727
243port=system.membus.master[0]
244
245[system.voltage_domain]
246type=VoltageDomain
247voltage=1.000000
248
249