config.ini revision 9039:9a22621c741c
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
13init_param=0
14kernel=
15load_addr_mask=1099511627775
16mem_mode=atomic
17memories=system.physmem
18num_work_ids=16
19readfile=
20symbolfile=
21work_begin_ckpt_count=0
22work_begin_cpu_id_exit=-1
23work_begin_exit_count=0
24work_cpus_ckpt_count=0
25work_end_ckpt_count=0
26work_end_exit_count=0
27work_item_id=-1
28system_port=system.membus.slave[0]
29
30[system.cpu]
31type=TimingSimpleCPU
32children=dcache dtb icache interrupts itb l2cache toL2Bus tracer workload
33checker=Null
34clock=500
35cpu_id=0
36defer_registration=false
37do_checkpoint_insts=true
38do_quiesce=true
39do_statistics_insts=true
40dtb=system.cpu.dtb
41function_trace=false
42function_trace_start=0
43interrupts=system.cpu.interrupts
44itb=system.cpu.itb
45max_insts_all_threads=0
46max_insts_any_thread=0
47max_loads_all_threads=0
48max_loads_any_thread=0
49numThreads=1
50phase=0
51profile=0
52progress_interval=0
53system=system
54tracer=system.cpu.tracer
55workload=system.cpu.workload
56dcache_port=system.cpu.dcache.cpu_side
57icache_port=system.cpu.icache.cpu_side
58
59[system.cpu.dcache]
60type=BaseCache
61addr_ranges=0:18446744073709551615
62assoc=2
63block_size=64
64forward_snoops=true
65hash_delay=1
66is_top_level=true
67latency=1000
68max_miss_count=0
69mshrs=10
70prefetch_on_access=false
71prefetcher=Null
72prioritizeRequests=false
73repl=Null
74size=262144
75subblock_size=0
76system=system
77tgts_per_mshr=5
78trace_addr=0
79two_queue=false
80write_buffers=8
81cpu_side=system.cpu.dcache_port
82mem_side=system.cpu.toL2Bus.slave[1]
83
84[system.cpu.dtb]
85type=X86TLB
86children=walker
87size=64
88walker=system.cpu.dtb.walker
89
90[system.cpu.dtb.walker]
91type=X86PagetableWalker
92system=system
93port=system.cpu.toL2Bus.slave[3]
94
95[system.cpu.icache]
96type=BaseCache
97addr_ranges=0:18446744073709551615
98assoc=2
99block_size=64
100forward_snoops=true
101hash_delay=1
102is_top_level=true
103latency=1000
104max_miss_count=0
105mshrs=10
106prefetch_on_access=false
107prefetcher=Null
108prioritizeRequests=false
109repl=Null
110size=131072
111subblock_size=0
112system=system
113tgts_per_mshr=5
114trace_addr=0
115two_queue=false
116write_buffers=8
117cpu_side=system.cpu.icache_port
118mem_side=system.cpu.toL2Bus.slave[0]
119
120[system.cpu.interrupts]
121type=X86LocalApic
122int_latency=1000
123pio_addr=2305843009213693952
124pio_latency=1000
125system=system
126int_master=system.membus.slave[2]
127int_slave=system.membus.master[2]
128pio=system.membus.master[1]
129
130[system.cpu.itb]
131type=X86TLB
132children=walker
133size=64
134walker=system.cpu.itb.walker
135
136[system.cpu.itb.walker]
137type=X86PagetableWalker
138system=system
139port=system.cpu.toL2Bus.slave[2]
140
141[system.cpu.l2cache]
142type=BaseCache
143addr_ranges=0:18446744073709551615
144assoc=2
145block_size=64
146forward_snoops=true
147hash_delay=1
148is_top_level=false
149latency=10000
150max_miss_count=0
151mshrs=10
152prefetch_on_access=false
153prefetcher=Null
154prioritizeRequests=false
155repl=Null
156size=2097152
157subblock_size=0
158system=system
159tgts_per_mshr=5
160trace_addr=0
161two_queue=false
162write_buffers=8
163cpu_side=system.cpu.toL2Bus.master[0]
164mem_side=system.membus.slave[1]
165
166[system.cpu.toL2Bus]
167type=CoherentBus
168block_size=64
169clock=1000
170header_cycles=1
171use_default_range=false
172width=64
173master=system.cpu.l2cache.cpu_side
174slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb.walker.port system.cpu.dtb.walker.port
175
176[system.cpu.tracer]
177type=ExeTracer
178
179[system.cpu.workload]
180type=LiveProcess
181cmd=mcf mcf.in
182cwd=build/X86/tests/opt/long/se/10.mcf/x86/linux/simple-timing
183egid=100
184env=
185errout=cerr
186euid=100
187executable=/dist/m5/cpu2000/binaries/x86/linux/mcf
188gid=100
189input=/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
190max_stack_size=67108864
191output=cout
192pid=100
193ppid=99
194simpoint=55300000000
195system=system
196uid=100
197
198[system.membus]
199type=CoherentBus
200block_size=64
201clock=1000
202header_cycles=1
203use_default_range=false
204width=64
205master=system.physmem.port[0] system.cpu.interrupts.pio system.cpu.interrupts.int_slave
206slave=system.system_port system.cpu.l2cache.mem_side system.cpu.interrupts.int_master
207
208[system.physmem]
209type=SimpleMemory
210conf_table_reported=false
211file=
212in_addr_map=true
213latency=30000
214latency_var=0
215null=false
216range=0:268435455
217zero=false
218port=system.membus.master[0]
219
220