config.ini revision 9583:c1a5a20cc1fa
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=timing
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=TimingSimpleCPU
34children=dcache dtb icache interrupts isa itb l2cache toL2Bus tracer workload
35branchPred=Null
36checker=Null
37clock=500
38cpu_id=0
39do_checkpoint_insts=true
40do_quiesce=true
41do_statistics_insts=true
42dtb=system.cpu.dtb
43function_trace=false
44function_trace_start=0
45interrupts=system.cpu.interrupts
46isa=system.cpu.isa
47itb=system.cpu.itb
48max_insts_all_threads=0
49max_insts_any_thread=0
50max_loads_all_threads=0
51max_loads_any_thread=0
52numThreads=1
53profile=0
54progress_interval=0
55switched_out=false
56system=system
57tracer=system.cpu.tracer
58workload=system.cpu.workload
59dcache_port=system.cpu.dcache.cpu_side
60icache_port=system.cpu.icache.cpu_side
61
62[system.cpu.dcache]
63type=BaseCache
64addr_ranges=0:18446744073709551615
65assoc=2
66block_size=64
67clock=500
68forward_snoops=true
69hit_latency=2
70is_top_level=true
71max_miss_count=0
72mshrs=4
73prefetch_on_access=false
74prefetcher=Null
75response_latency=2
76size=262144
77system=system
78tgts_per_mshr=20
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
92clock=500
93system=system
94port=system.cpu.toL2Bus.slave[3]
95
96[system.cpu.icache]
97type=BaseCache
98addr_ranges=0:18446744073709551615
99assoc=2
100block_size=64
101clock=500
102forward_snoops=true
103hit_latency=2
104is_top_level=true
105max_miss_count=0
106mshrs=4
107prefetch_on_access=false
108prefetcher=Null
109response_latency=2
110size=131072
111system=system
112tgts_per_mshr=20
113two_queue=false
114write_buffers=8
115cpu_side=system.cpu.icache_port
116mem_side=system.cpu.toL2Bus.slave[0]
117
118[system.cpu.interrupts]
119type=X86LocalApic
120clock=8000
121int_latency=1000
122pio_addr=2305843009213693952
123pio_latency=100000
124system=system
125int_master=system.membus.slave[2]
126int_slave=system.membus.master[2]
127pio=system.membus.master[1]
128
129[system.cpu.isa]
130type=X86ISA
131
132[system.cpu.itb]
133type=X86TLB
134children=walker
135size=64
136walker=system.cpu.itb.walker
137
138[system.cpu.itb.walker]
139type=X86PagetableWalker
140clock=500
141system=system
142port=system.cpu.toL2Bus.slave[2]
143
144[system.cpu.l2cache]
145type=BaseCache
146addr_ranges=0:18446744073709551615
147assoc=8
148block_size=64
149clock=500
150forward_snoops=true
151hit_latency=20
152is_top_level=false
153max_miss_count=0
154mshrs=20
155prefetch_on_access=false
156prefetcher=Null
157response_latency=20
158size=2097152
159system=system
160tgts_per_mshr=12
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=500
170header_cycles=1
171system=system
172use_default_range=false
173width=32
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=parser 2.1.dict -batch
183cwd=build/X86/tests/opt/long/se/20.parser/x86/linux/simple-timing
184egid=100
185env=
186errout=cerr
187euid=100
188executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/parser
189gid=100
190input=/scratch/nilay/GEM5/dist/m5/cpu2000/data/parser/mdred/input/parser.in
191max_stack_size=67108864
192output=cout
193pid=100
194ppid=99
195simpoint=114600000000
196system=system
197uid=100
198
199[system.membus]
200type=CoherentBus
201block_size=64
202clock=1000
203header_cycles=1
204system=system
205use_default_range=false
206width=8
207master=system.physmem.port 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
212bandwidth=73.000000
213clock=1000
214conf_table_reported=false
215in_addr_map=true
216latency=30000
217latency_var=0
218null=false
219range=0:134217727
220zero=false
221port=system.membus.master[0]
222
223