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