config.ini revision 9348:44d31345e360
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
18memories=system.physmem
19num_work_ids=16
20readfile=
21symbolfile=
22work_begin_ckpt_count=0
23work_begin_cpu_id_exit=-1
24work_begin_exit_count=0
25work_cpus_ckpt_count=0
26work_end_ckpt_count=0
27work_end_exit_count=0
28work_item_id=-1
29system_port=system.membus.slave[0]
30
31[system.cpu]
32type=AtomicSimpleCPU
33children=checker dtb interrupts itb tracer workload
34checker=system.cpu.checker
35clock=500
36cpu_id=0
37defer_registration=false
38do_checkpoint_insts=true
39do_quiesce=true
40do_statistics_insts=true
41dtb=system.cpu.dtb
42fastmem=false
43function_trace=false
44function_trace_start=0
45interrupts=system.cpu.interrupts
46itb=system.cpu.itb
47max_insts_all_threads=0
48max_insts_any_thread=0
49max_loads_all_threads=0
50max_loads_any_thread=0
51numThreads=1
52profile=0
53progress_interval=0
54simulate_data_stalls=false
55simulate_inst_stalls=false
56system=system
57tracer=system.cpu.tracer
58width=1
59workload=system.cpu.workload
60dcache_port=system.membus.slave[2]
61icache_port=system.membus.slave[1]
62
63[system.cpu.checker]
64type=DummyChecker
65children=dtb itb tracer
66checker=Null
67clock=500
68cpu_id=-1
69defer_registration=false
70do_checkpoint_insts=true
71do_quiesce=true
72do_statistics_insts=true
73dtb=system.cpu.checker.dtb
74function_trace=false
75function_trace_start=0
76interrupts=Null
77itb=system.cpu.checker.itb
78max_insts_all_threads=0
79max_insts_any_thread=0
80max_loads_all_threads=0
81max_loads_any_thread=0
82numThreads=1
83profile=0
84progress_interval=0
85system=system
86tracer=system.cpu.checker.tracer
87workload=system.cpu.workload
88
89[system.cpu.checker.dtb]
90type=ArmTLB
91children=walker
92size=64
93walker=system.cpu.checker.dtb.walker
94
95[system.cpu.checker.dtb.walker]
96type=ArmTableWalker
97clock=500
98num_squash_per_cycle=2
99sys=system
100
101[system.cpu.checker.itb]
102type=ArmTLB
103children=walker
104size=64
105walker=system.cpu.checker.itb.walker
106
107[system.cpu.checker.itb.walker]
108type=ArmTableWalker
109clock=500
110num_squash_per_cycle=2
111sys=system
112
113[system.cpu.checker.tracer]
114type=ExeTracer
115
116[system.cpu.dtb]
117type=ArmTLB
118children=walker
119size=64
120walker=system.cpu.dtb.walker
121
122[system.cpu.dtb.walker]
123type=ArmTableWalker
124clock=500
125num_squash_per_cycle=2
126sys=system
127port=system.membus.slave[4]
128
129[system.cpu.interrupts]
130type=ArmInterrupts
131
132[system.cpu.itb]
133type=ArmTLB
134children=walker
135size=64
136walker=system.cpu.itb.walker
137
138[system.cpu.itb.walker]
139type=ArmTableWalker
140clock=500
141num_squash_per_cycle=2
142sys=system
143port=system.membus.slave[3]
144
145[system.cpu.tracer]
146type=ExeTracer
147
148[system.cpu.workload]
149type=LiveProcess
150cmd=hello
151cwd=
152egid=100
153env=
154errout=cerr
155euid=100
156executable=/projects/pd/randd/dist/test-progs/hello/bin/arm/linux/hello
157gid=100
158input=cin
159max_stack_size=67108864
160output=cout
161pid=100
162ppid=99
163simpoint=0
164system=system
165uid=100
166
167[system.membus]
168type=CoherentBus
169block_size=64
170clock=1000
171header_cycles=1
172use_default_range=false
173width=8
174master=system.physmem.port
175slave=system.system_port system.cpu.icache_port system.cpu.dcache_port system.cpu.itb.walker.port system.cpu.dtb.walker.port
176
177[system.physmem]
178type=SimpleMemory
179bandwidth=73.000000
180clock=1000
181conf_table_reported=false
182in_addr_map=true
183latency=30000
184latency_var=0
185null=false
186range=0:134217727
187zero=false
188port=system.membus.master[0]
189
190