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