config.ini revision 9481:b0fa6b872f40
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=cpu membus physmem
12boot_osflags=a
13clock=1000
14init_param=0
15kernel=
16load_addr_mask=1099511627775
17mem_mode=atomic
18mem_ranges=
19memories=system.physmem
20num_work_ids=16
21readfile=
22symbolfile=
23work_begin_ckpt_count=0
24work_begin_cpu_id_exit=-1
25work_begin_exit_count=0
26work_cpus_ckpt_count=0
27work_end_ckpt_count=0
28work_end_exit_count=0
29work_item_id=-1
30system_port=system.membus.slave[0]
31
32[system.cpu]
33type=AtomicSimpleCPU
34children=checker dtb interrupts isa itb tracer workload
35branchPred=Null
36checker=system.cpu.checker
37clock=500
38cpu_id=0
39do_checkpoint_insts=true
40do_quiesce=true
41do_statistics_insts=true
42dtb=system.cpu.dtb
43fastmem=false
44function_trace=false
45function_trace_start=0
46interrupts=system.cpu.interrupts
47isa=system.cpu.isa
48itb=system.cpu.itb
49max_insts_all_threads=0
50max_insts_any_thread=0
51max_loads_all_threads=0
52max_loads_any_thread=0
53numThreads=1
54profile=0
55progress_interval=0
56simulate_data_stalls=false
57simulate_inst_stalls=false
58switched_out=false
59system=system
60tracer=system.cpu.tracer
61width=1
62workload=system.cpu.workload
63dcache_port=system.membus.slave[2]
64icache_port=system.membus.slave[1]
65
66[system.cpu.checker]
67type=DummyChecker
68children=dtb isa itb tracer
69branchPred=Null
70checker=Null
71clock=500
72cpu_id=-1
73do_checkpoint_insts=true
74do_quiesce=true
75do_statistics_insts=true
76dtb=system.cpu.checker.dtb
77function_trace=false
78function_trace_start=0
79interrupts=Null
80isa=system.cpu.checker.isa
81itb=system.cpu.checker.itb
82max_insts_all_threads=0
83max_insts_any_thread=0
84max_loads_all_threads=0
85max_loads_any_thread=0
86numThreads=1
87profile=0
88progress_interval=0
89switched_out=false
90system=system
91tracer=system.cpu.checker.tracer
92workload=system.cpu.workload
93
94[system.cpu.checker.dtb]
95type=ArmTLB
96children=walker
97size=64
98walker=system.cpu.checker.dtb.walker
99
100[system.cpu.checker.dtb.walker]
101type=ArmTableWalker
102clock=500
103num_squash_per_cycle=2
104sys=system
105
106[system.cpu.checker.isa]
107type=ArmISA
108fpsid=1090793632
109id_isar0=34607377
110id_isar1=34677009
111id_isar2=555950401
112id_isar3=17899825
113id_isar4=268501314
114id_isar5=0
115id_mmfr0=3
116id_mmfr1=0
117id_mmfr2=19070976
118id_mmfr3=4027589137
119id_pfr0=49
120id_pfr1=1
121midr=890224640
122
123[system.cpu.checker.itb]
124type=ArmTLB
125children=walker
126size=64
127walker=system.cpu.checker.itb.walker
128
129[system.cpu.checker.itb.walker]
130type=ArmTableWalker
131clock=500
132num_squash_per_cycle=2
133sys=system
134
135[system.cpu.checker.tracer]
136type=ExeTracer
137
138[system.cpu.dtb]
139type=ArmTLB
140children=walker
141size=64
142walker=system.cpu.dtb.walker
143
144[system.cpu.dtb.walker]
145type=ArmTableWalker
146clock=500
147num_squash_per_cycle=2
148sys=system
149port=system.membus.slave[4]
150
151[system.cpu.interrupts]
152type=ArmInterrupts
153
154[system.cpu.isa]
155type=ArmISA
156fpsid=1090793632
157id_isar0=34607377
158id_isar1=34677009
159id_isar2=555950401
160id_isar3=17899825
161id_isar4=268501314
162id_isar5=0
163id_mmfr0=3
164id_mmfr1=0
165id_mmfr2=19070976
166id_mmfr3=4027589137
167id_pfr0=49
168id_pfr1=1
169midr=890224640
170
171[system.cpu.itb]
172type=ArmTLB
173children=walker
174size=64
175walker=system.cpu.itb.walker
176
177[system.cpu.itb.walker]
178type=ArmTableWalker
179clock=500
180num_squash_per_cycle=2
181sys=system
182port=system.membus.slave[3]
183
184[system.cpu.tracer]
185type=ExeTracer
186
187[system.cpu.workload]
188type=LiveProcess
189cmd=hello
190cwd=
191egid=100
192env=
193errout=cerr
194euid=100
195executable=tests/test-progs/hello/bin/arm/linux/hello
196gid=100
197input=cin
198max_stack_size=67108864
199output=cout
200pid=100
201ppid=99
202simpoint=0
203system=system
204uid=100
205
206[system.membus]
207type=CoherentBus
208block_size=64
209clock=1000
210header_cycles=1
211use_default_range=false
212width=8
213master=system.physmem.port
214slave=system.system_port system.cpu.icache_port system.cpu.dcache_port system.cpu.itb.walker.port system.cpu.dtb.walker.port
215
216[system.physmem]
217type=SimpleMemory
218bandwidth=73.000000
219clock=1000
220conf_table_reported=false
221in_addr_map=true
222latency=30000
223latency_var=0
224null=false
225range=0:134217727
226zero=false
227port=system.membus.master[0]
228
229