config.ini revision 8835:7c68f84d7c4e
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=cpu membus physmem
12boot_osflags=a
13init_param=0
14kernel=
15load_addr_mask=1099511627775
16mem_mode=atomic
17memories=system.physmem
18num_work_ids=16
19physmem=system.physmem
20readfile=
21symbolfile=
22work_begin_ckpt_count=0
23work_begin_cpu_id_exit=-1
24work_begin_exit_count=0
25work_cpus_ckpt_count=0
26work_end_ckpt_count=0
27work_end_exit_count=0
28work_item_id=-1
29system_port=system.membus.port[0]
30
31[system.cpu]
32type=TimingSimpleCPU
33children=dcache dtb icache interrupts itb l2cache toL2Bus tracer workload
34checker=Null
35clock=500
36cpu_id=0
37defer_registration=false
38do_checkpoint_insts=true
39do_quiesce=true
40do_statistics_insts=true
41dtb=system.cpu.dtb
42function_trace=false
43function_trace_start=0
44interrupts=system.cpu.interrupts
45itb=system.cpu.itb
46max_insts_all_threads=0
47max_insts_any_thread=0
48max_loads_all_threads=0
49max_loads_any_thread=0
50numThreads=1
51phase=0
52profile=0
53progress_interval=0
54system=system
55tracer=system.cpu.tracer
56workload=system.cpu.workload
57dcache_port=system.cpu.dcache.cpu_side
58icache_port=system.cpu.icache.cpu_side
59
60[system.cpu.dcache]
61type=BaseCache
62addr_range=0:18446744073709551615
63assoc=2
64block_size=64
65forward_snoops=true
66hash_delay=1
67is_top_level=true
68latency=1000
69max_miss_count=0
70mshrs=10
71prefetch_on_access=false
72prefetcher=Null
73prioritizeRequests=false
74repl=Null
75size=262144
76subblock_size=0
77system=system
78tgts_per_mshr=5
79trace_addr=0
80two_queue=false
81write_buffers=8
82cpu_side=system.cpu.dcache_port
83mem_side=system.cpu.toL2Bus.port[1]
84
85[system.cpu.dtb]
86type=AlphaTLB
87size=64
88
89[system.cpu.icache]
90type=BaseCache
91addr_range=0:18446744073709551615
92assoc=2
93block_size=64
94forward_snoops=true
95hash_delay=1
96is_top_level=true
97latency=1000
98max_miss_count=0
99mshrs=10
100prefetch_on_access=false
101prefetcher=Null
102prioritizeRequests=false
103repl=Null
104size=131072
105subblock_size=0
106system=system
107tgts_per_mshr=5
108trace_addr=0
109two_queue=false
110write_buffers=8
111cpu_side=system.cpu.icache_port
112mem_side=system.cpu.toL2Bus.port[0]
113
114[system.cpu.interrupts]
115type=AlphaInterrupts
116
117[system.cpu.itb]
118type=AlphaTLB
119size=48
120
121[system.cpu.l2cache]
122type=BaseCache
123addr_range=0:18446744073709551615
124assoc=2
125block_size=64
126forward_snoops=true
127hash_delay=1
128is_top_level=false
129latency=10000
130max_miss_count=0
131mshrs=10
132prefetch_on_access=false
133prefetcher=Null
134prioritizeRequests=false
135repl=Null
136size=2097152
137subblock_size=0
138system=system
139tgts_per_mshr=5
140trace_addr=0
141two_queue=false
142write_buffers=8
143cpu_side=system.cpu.toL2Bus.port[2]
144mem_side=system.membus.port[2]
145
146[system.cpu.toL2Bus]
147type=Bus
148block_size=64
149bus_id=0
150clock=1000
151header_cycles=1
152use_default_range=false
153width=64
154port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.l2cache.cpu_side
155
156[system.cpu.tracer]
157type=ExeTracer
158
159[system.cpu.workload]
160type=LiveProcess
161cmd=hello
162cwd=
163egid=100
164env=
165errout=cerr
166euid=100
167executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello
168gid=100
169input=cin
170max_stack_size=67108864
171output=cout
172pid=100
173ppid=99
174simpoint=0
175system=system
176uid=100
177
178[system.membus]
179type=Bus
180block_size=64
181bus_id=0
182clock=1000
183header_cycles=1
184use_default_range=false
185width=64
186port=system.system_port system.physmem.port[0] system.cpu.l2cache.mem_side
187
188[system.physmem]
189type=PhysicalMemory
190file=
191latency=30000
192latency_var=0
193null=false
194range=0:134217727
195zero=false
196port=system.membus.port[1]
197
198