config.ini revision 11440
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=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.dtb]
89type=AlphaTLB
90eventq_index=0
91size=64
92
93[system.cpu.interrupts]
94type=AlphaInterrupts
95eventq_index=0
96
97[system.cpu.isa]
98type=AlphaISA
99eventq_index=0
100system=system
101
102[system.cpu.itb]
103type=AlphaTLB
104eventq_index=0
105size=48
106
107[system.cpu.tracer]
108type=ExeTracer
109eventq_index=0
110
111[system.cpu.workload]
112type=LiveProcess
113cmd=hello
114cwd=
115drivers=
116egid=100
117env=
118errout=cerr
119euid=100
120eventq_index=0
121executable=/home/stever/hg/m5sim.org/gem5/tests/test-progs/hello/bin/alpha/linux/hello
122gid=100
123input=cin
124kvmInSE=false
125max_stack_size=67108864
126output=cout
127pid=100
128ppid=99
129simpoint=0
130system=system
131uid=100
132useArchPT=false
133
134[system.cpu_clk_domain]
135type=SrcClockDomain
136clock=500
137domain_id=-1
138eventq_index=0
139init_perf_level=0
140voltage_domain=system.voltage_domain
141
142[system.dvfs_handler]
143type=DVFSHandler
144domains=
145enable=false
146eventq_index=0
147sys_clk_domain=system.clk_domain
148transition_latency=100000000
149
150[system.membus]
151type=CoherentXBar
152clk_domain=system.clk_domain
153eventq_index=0
154forward_latency=4
155frontend_latency=3
156point_of_coherency=true
157response_latency=2
158snoop_filter=Null
159snoop_response_latency=4
160system=system
161use_default_range=false
162width=16
163master=system.physmem.port
164slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
165
166[system.physmem]
167type=SimpleMemory
168bandwidth=73.000000
169clk_domain=system.clk_domain
170conf_table_reported=true
171eventq_index=0
172in_addr_map=true
173latency=30000
174latency_var=0
175null=false
176range=0:134217727
177port=system.membus.master[0]
178
179[system.voltage_domain]
180type=VoltageDomain
181eventq_index=0
182voltage=1.000000
183
184