config.ini revision 9013:afa278317136
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=Bus
168block_size=64
169bus_id=0
170clock=1000
171header_cycles=1
172use_default_range=false
173width=64
174master=system.cpu.l2cache.cpu_side
175slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb.walker.port system.cpu.dtb.walker.port
176
177[system.cpu.tracer]
178type=ExeTracer
179
180[system.cpu.workload]
181type=LiveProcess
182cmd=mcf mcf.in
183cwd=build/X86/tests/opt/long/se/10.mcf/x86/linux/simple-timing
184egid=100
185env=
186errout=cerr
187euid=100
188executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/mcf
189gid=100
190input=/scratch/nilay/GEM5/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
191max_stack_size=67108864
192output=cout
193pid=100
194ppid=99
195simpoint=55300000000
196system=system
197uid=100
198
199[system.membus]
200type=Bus
201block_size=64
202bus_id=0
203clock=1000
204header_cycles=1
205use_default_range=false
206width=64
207master=system.physmem.port[0] system.cpu.interrupts.pio system.cpu.interrupts.int_slave
208slave=system.system_port system.cpu.l2cache.mem_side system.cpu.interrupts.int_master
209
210[system.physmem]
211type=SimpleMemory
212conf_table_reported=false
213file=
214in_addr_map=true
215latency=30000
216latency_var=0
217null=false
218range=0:268435455
219zero=false
220port=system.membus.master[0]
221
222