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