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=timing
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=TimingSimpleCPU
40children=apic_clk_domain dcache dtb icache interrupts isa itb l2cache toL2Bus tracer workload
41checker=Null
42clk_domain=system.cpu_clk_domain
43cpu_id=0
44do_checkpoint_insts=true
45do_quiesce=true
46do_statistics_insts=true
47dtb=system.cpu.dtb
48function_trace=false
49function_trace_start=0
50interrupts=system.cpu.interrupts
51isa=system.cpu.isa
52itb=system.cpu.itb
53max_insts_all_threads=0
54max_insts_any_thread=0
55max_loads_all_threads=0
56max_loads_any_thread=0
57numThreads=1
58profile=0
59progress_interval=0
60simpoint_start_insts=
61switched_out=false
62system=system
63tracer=system.cpu.tracer
64workload=system.cpu.workload
65dcache_port=system.cpu.dcache.cpu_side
66icache_port=system.cpu.icache.cpu_side
67
68[system.cpu.apic_clk_domain]
69type=DerivedClockDomain
70clk_divider=16
71clk_domain=system.cpu_clk_domain
72
73[system.cpu.dcache]
74type=BaseCache
75children=tags
76addr_ranges=0:18446744073709551615
77assoc=2
78clk_domain=system.cpu_clk_domain
79forward_snoops=true
80hit_latency=2
81is_top_level=true
82max_miss_count=0
83mshrs=4
84prefetch_on_access=false
85prefetcher=Null
86response_latency=2
87size=262144
88system=system
89tags=system.cpu.dcache.tags
90tgts_per_mshr=20
91two_queue=false
92write_buffers=8
93cpu_side=system.cpu.dcache_port
94mem_side=system.cpu.toL2Bus.slave[1]
95
96[system.cpu.dcache.tags]
97type=LRU
98assoc=2
99block_size=64
100clk_domain=system.cpu_clk_domain
101hit_latency=2
102size=262144
103
104[system.cpu.dtb]
105type=X86TLB
106children=walker
107size=64
108walker=system.cpu.dtb.walker
109
110[system.cpu.dtb.walker]
111type=X86PagetableWalker
112clk_domain=system.cpu_clk_domain
113num_squash_per_cycle=4
114system=system
115port=system.cpu.toL2Bus.slave[3]
116
117[system.cpu.icache]
118type=BaseCache
119children=tags
120addr_ranges=0:18446744073709551615
121assoc=2
122clk_domain=system.cpu_clk_domain
123forward_snoops=true
124hit_latency=2
125is_top_level=true
126max_miss_count=0
127mshrs=4
128prefetch_on_access=false
129prefetcher=Null
130response_latency=2
131size=131072
132system=system
133tags=system.cpu.icache.tags
134tgts_per_mshr=20
135two_queue=false
136write_buffers=8
137cpu_side=system.cpu.icache_port
138mem_side=system.cpu.toL2Bus.slave[0]
139
140[system.cpu.icache.tags]
141type=LRU
142assoc=2
143block_size=64
144clk_domain=system.cpu_clk_domain
145hit_latency=2
146size=131072
147
148[system.cpu.interrupts]
149type=X86LocalApic
150clk_domain=system.cpu.apic_clk_domain
151int_latency=1000
152pio_addr=2305843009213693952
153pio_latency=100000
154system=system
155int_master=system.membus.slave[2]
156int_slave=system.membus.master[2]
157pio=system.membus.master[1]
158
159[system.cpu.isa]
160type=X86ISA
161
162[system.cpu.itb]
163type=X86TLB
164children=walker
165size=64
166walker=system.cpu.itb.walker
167
168[system.cpu.itb.walker]
169type=X86PagetableWalker
170clk_domain=system.cpu_clk_domain
171num_squash_per_cycle=4
172system=system
173port=system.cpu.toL2Bus.slave[2]
174
175[system.cpu.l2cache]
176type=BaseCache
177children=tags
178addr_ranges=0:18446744073709551615
179assoc=8
180clk_domain=system.cpu_clk_domain
181forward_snoops=true
182hit_latency=20
183is_top_level=false
184max_miss_count=0
185mshrs=20
186prefetch_on_access=false
187prefetcher=Null
188response_latency=20
189size=2097152
190system=system
191tags=system.cpu.l2cache.tags
192tgts_per_mshr=12
193two_queue=false
194write_buffers=8
195cpu_side=system.cpu.toL2Bus.master[0]
196mem_side=system.membus.slave[1]
197
198[system.cpu.l2cache.tags]
199type=LRU
200assoc=8
201block_size=64
202clk_domain=system.cpu_clk_domain
203hit_latency=20
204size=2097152
205
206[system.cpu.toL2Bus]
207type=CoherentBus
208clk_domain=system.cpu_clk_domain
209header_cycles=1
210system=system
211use_default_range=false
212width=32
213master=system.cpu.l2cache.cpu_side
214slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb.walker.port system.cpu.dtb.walker.port
215
216[system.cpu.tracer]
217type=ExeTracer
218
219[system.cpu.workload]
220type=LiveProcess
221cmd=mcf mcf.in
222cwd=build/X86/tests/opt/long/se/10.mcf/x86/linux/simple-timing
223egid=100
224env=
225errout=cerr
226euid=100
227executable=/dist/m5/cpu2000/binaries/x86/linux/mcf
228gid=100
229input=/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
230max_stack_size=67108864
231output=cout
232pid=100
233ppid=99
234simpoint=55300000000
235system=system
236uid=100
237
238[system.cpu_clk_domain]
239type=SrcClockDomain
240clock=500
241voltage_domain=system.voltage_domain
242
243[system.membus]
244type=CoherentBus
245clk_domain=system.clk_domain
246header_cycles=1
247system=system
248use_default_range=false
249width=8
250master=system.physmem.port system.cpu.interrupts.pio system.cpu.interrupts.int_slave
251slave=system.system_port system.cpu.l2cache.mem_side system.cpu.interrupts.int_master
252
253[system.physmem]
254type=SimpleMemory
255bandwidth=73.000000
256clk_domain=system.clk_domain
257conf_table_reported=true
258in_addr_map=true
259latency=30000
260latency_var=0
261null=false
262range=0:268435455
263port=system.membus.master[0]
264
265[system.voltage_domain]
266type=VoltageDomain
267voltage=1.000000
268
269