config.ini revision 10315
1[root]
2type=Root
3children=system
4eventq_index=0
5full_system=false
6sim_quantum=0
7time_sync_enable=false
8time_sync_period=100000000000
9time_sync_spin_threshold=100000000
10
11[system]
12type=System
13children=clk_domain cpu cpu_clk_domain dvfs_handler membus physmem voltage_domain
14boot_osflags=a
15cache_line_size=64
16clk_domain=system.clk_domain
17eventq_index=0
18init_param=0
19kernel=
20kernel_addr_check=true
21load_addr_mask=1099511627775
22load_offset=0
23mem_mode=atomic
24mem_ranges=
25memories=system.physmem
26num_work_ids=16
27readfile=
28symbolfile=
29work_begin_ckpt_count=0
30work_begin_cpu_id_exit=-1
31work_begin_exit_count=0
32work_cpus_ckpt_count=0
33work_end_ckpt_count=0
34work_end_exit_count=0
35work_item_id=-1
36system_port=system.membus.slave[0]
37
38[system.clk_domain]
39type=SrcClockDomain
40clock=1000
41domain_id=-1
42eventq_index=0
43init_perf_level=0
44voltage_domain=system.voltage_domain
45
46[system.cpu]
47type=AtomicSimpleCPU
48children=apic_clk_domain dtb interrupts isa itb tracer workload
49branchPred=Null
50checker=Null
51clk_domain=system.cpu_clk_domain
52cpu_id=0
53do_checkpoint_insts=true
54do_quiesce=true
55do_statistics_insts=true
56dtb=system.cpu.dtb
57eventq_index=0
58fastmem=false
59function_trace=false
60function_trace_start=0
61interrupts=system.cpu.interrupts
62isa=system.cpu.isa
63itb=system.cpu.itb
64max_insts_all_threads=0
65max_insts_any_thread=0
66max_loads_all_threads=0
67max_loads_any_thread=0
68numThreads=1
69profile=0
70progress_interval=0
71simpoint_interval=100000000
72simpoint_profile=false
73simpoint_profile_file=simpoint.bb.gz
74simpoint_start_insts=
75simulate_data_stalls=false
76simulate_inst_stalls=false
77socket_id=0
78switched_out=false
79system=system
80tracer=system.cpu.tracer
81width=1
82workload=system.cpu.workload
83dcache_port=system.membus.slave[2]
84icache_port=system.membus.slave[1]
85
86[system.cpu.apic_clk_domain]
87type=DerivedClockDomain
88clk_divider=16
89clk_domain=system.cpu_clk_domain
90eventq_index=0
91
92[system.cpu.dtb]
93type=X86TLB
94children=walker
95eventq_index=0
96size=64
97walker=system.cpu.dtb.walker
98
99[system.cpu.dtb.walker]
100type=X86PagetableWalker
101clk_domain=system.cpu_clk_domain
102eventq_index=0
103num_squash_per_cycle=4
104system=system
105port=system.membus.slave[4]
106
107[system.cpu.interrupts]
108type=X86LocalApic
109clk_domain=system.cpu.apic_clk_domain
110eventq_index=0
111int_latency=1000
112pio_addr=2305843009213693952
113pio_latency=100000
114system=system
115int_master=system.membus.slave[5]
116int_slave=system.membus.master[2]
117pio=system.membus.master[1]
118
119[system.cpu.isa]
120type=X86ISA
121eventq_index=0
122
123[system.cpu.itb]
124type=X86TLB
125children=walker
126eventq_index=0
127size=64
128walker=system.cpu.itb.walker
129
130[system.cpu.itb.walker]
131type=X86PagetableWalker
132clk_domain=system.cpu_clk_domain
133eventq_index=0
134num_squash_per_cycle=4
135system=system
136port=system.membus.slave[3]
137
138[system.cpu.tracer]
139type=ExeTracer
140eventq_index=0
141
142[system.cpu.workload]
143type=LiveProcess
144cmd=mcf mcf.in
145cwd=build/X86/tests/opt/long/se/10.mcf/x86/linux/simple-atomic
146egid=100
147env=
148errout=cerr
149euid=100
150eventq_index=0
151executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/mcf
152gid=100
153input=/scratch/nilay/GEM5/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
154max_stack_size=67108864
155output=cout
156pid=100
157ppid=99
158simpoint=55300000000
159system=system
160uid=100
161
162[system.cpu_clk_domain]
163type=SrcClockDomain
164clock=500
165domain_id=-1
166eventq_index=0
167init_perf_level=0
168voltage_domain=system.voltage_domain
169
170[system.dvfs_handler]
171type=DVFSHandler
172domains=
173enable=false
174eventq_index=0
175sys_clk_domain=system.clk_domain
176transition_latency=100000000
177
178[system.membus]
179type=CoherentBus
180clk_domain=system.clk_domain
181eventq_index=0
182header_cycles=1
183system=system
184use_default_range=false
185width=8
186master=system.physmem.port system.cpu.interrupts.pio system.cpu.interrupts.int_slave
187slave=system.system_port system.cpu.icache_port system.cpu.dcache_port system.cpu.itb.walker.port system.cpu.dtb.walker.port system.cpu.interrupts.int_master
188
189[system.physmem]
190type=SimpleMemory
191bandwidth=73.000000
192clk_domain=system.clk_domain
193conf_table_reported=true
194eventq_index=0
195in_addr_map=true
196latency=30000
197latency_var=0
198null=false
199range=0:268435455
200port=system.membus.master[0]
201
202[system.voltage_domain]
203type=VoltageDomain
204eventq_index=0
205voltage=1.000000
206
207