config.ini revision 10036
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 membus physmem voltage_domain
14boot_osflags=a
15cache_line_size=64
16clk_domain=system.clk_domain
17eventq_index=0
18init_param=0
19kernel=
20load_addr_mask=1099511627775
21mem_mode=timing
22mem_ranges=
23memories=system.physmem
24num_work_ids=16
25readfile=
26symbolfile=
27work_begin_ckpt_count=0
28work_begin_cpu_id_exit=-1
29work_begin_exit_count=0
30work_cpus_ckpt_count=0
31work_end_ckpt_count=0
32work_end_exit_count=0
33work_item_id=-1
34system_port=system.membus.slave[0]
35
36[system.clk_domain]
37type=SrcClockDomain
38clock=1000
39eventq_index=0
40voltage_domain=system.voltage_domain
41
42[system.cpu]
43type=TimingSimpleCPU
44children=dcache dtb icache interrupts isa itb l2cache toL2Bus tracer workload
45checker=Null
46clk_domain=system.cpu_clk_domain
47cpu_id=0
48do_checkpoint_insts=true
49do_quiesce=true
50do_statistics_insts=true
51dtb=system.cpu.dtb
52eventq_index=0
53function_trace=false
54function_trace_start=0
55interrupts=system.cpu.interrupts
56isa=system.cpu.isa
57itb=system.cpu.itb
58max_insts_all_threads=0
59max_insts_any_thread=0
60max_loads_all_threads=0
61max_loads_any_thread=0
62numThreads=1
63profile=0
64progress_interval=0
65simpoint_start_insts=
66switched_out=false
67system=system
68tracer=system.cpu.tracer
69workload=system.cpu.workload
70dcache_port=system.cpu.dcache.cpu_side
71icache_port=system.cpu.icache.cpu_side
72
73[system.cpu.dcache]
74type=BaseCache
75children=tags
76addr_ranges=0:18446744073709551615
77assoc=2
78clk_domain=system.cpu_clk_domain
79eventq_index=0
80forward_snoops=true
81hit_latency=2
82is_top_level=true
83max_miss_count=0
84mshrs=4
85prefetch_on_access=false
86prefetcher=Null
87response_latency=2
88sequential_access=false
89size=262144
90system=system
91tags=system.cpu.dcache.tags
92tgts_per_mshr=20
93two_queue=false
94write_buffers=8
95cpu_side=system.cpu.dcache_port
96mem_side=system.cpu.toL2Bus.slave[1]
97
98[system.cpu.dcache.tags]
99type=LRU
100assoc=2
101block_size=64
102clk_domain=system.cpu_clk_domain
103eventq_index=0
104hit_latency=2
105sequential_access=false
106size=262144
107
108[system.cpu.dtb]
109type=AlphaTLB
110eventq_index=0
111size=64
112
113[system.cpu.icache]
114type=BaseCache
115children=tags
116addr_ranges=0:18446744073709551615
117assoc=2
118clk_domain=system.cpu_clk_domain
119eventq_index=0
120forward_snoops=true
121hit_latency=2
122is_top_level=true
123max_miss_count=0
124mshrs=4
125prefetch_on_access=false
126prefetcher=Null
127response_latency=2
128sequential_access=false
129size=131072
130system=system
131tags=system.cpu.icache.tags
132tgts_per_mshr=20
133two_queue=false
134write_buffers=8
135cpu_side=system.cpu.icache_port
136mem_side=system.cpu.toL2Bus.slave[0]
137
138[system.cpu.icache.tags]
139type=LRU
140assoc=2
141block_size=64
142clk_domain=system.cpu_clk_domain
143eventq_index=0
144hit_latency=2
145sequential_access=false
146size=131072
147
148[system.cpu.interrupts]
149type=AlphaInterrupts
150eventq_index=0
151
152[system.cpu.isa]
153type=AlphaISA
154eventq_index=0
155system=system
156
157[system.cpu.itb]
158type=AlphaTLB
159eventq_index=0
160size=48
161
162[system.cpu.l2cache]
163type=BaseCache
164children=tags
165addr_ranges=0:18446744073709551615
166assoc=8
167clk_domain=system.cpu_clk_domain
168eventq_index=0
169forward_snoops=true
170hit_latency=20
171is_top_level=false
172max_miss_count=0
173mshrs=20
174prefetch_on_access=false
175prefetcher=Null
176response_latency=20
177sequential_access=false
178size=2097152
179system=system
180tags=system.cpu.l2cache.tags
181tgts_per_mshr=12
182two_queue=false
183write_buffers=8
184cpu_side=system.cpu.toL2Bus.master[0]
185mem_side=system.membus.slave[1]
186
187[system.cpu.l2cache.tags]
188type=LRU
189assoc=8
190block_size=64
191clk_domain=system.cpu_clk_domain
192eventq_index=0
193hit_latency=20
194sequential_access=false
195size=2097152
196
197[system.cpu.toL2Bus]
198type=CoherentBus
199clk_domain=system.cpu_clk_domain
200eventq_index=0
201header_cycles=1
202system=system
203use_default_range=false
204width=32
205master=system.cpu.l2cache.cpu_side
206slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side
207
208[system.cpu.tracer]
209type=ExeTracer
210eventq_index=0
211
212[system.cpu.workload]
213type=LiveProcess
214cmd=hello
215cwd=
216egid=100
217env=
218errout=cerr
219euid=100
220eventq_index=0
221executable=/dist/test-progs/hello/bin/alpha/linux/hello
222gid=100
223input=cin
224max_stack_size=67108864
225output=cout
226pid=100
227ppid=99
228simpoint=0
229system=system
230uid=100
231
232[system.cpu_clk_domain]
233type=SrcClockDomain
234clock=500
235eventq_index=0
236voltage_domain=system.voltage_domain
237
238[system.membus]
239type=CoherentBus
240clk_domain=system.clk_domain
241eventq_index=0
242header_cycles=1
243system=system
244use_default_range=false
245width=8
246master=system.physmem.port
247slave=system.system_port system.cpu.l2cache.mem_side
248
249[system.physmem]
250type=SimpleMemory
251bandwidth=73.000000
252clk_domain=system.clk_domain
253conf_table_reported=true
254eventq_index=0
255in_addr_map=true
256latency=30000
257latency_var=0
258null=false
259range=0:134217727
260port=system.membus.master[0]
261
262[system.voltage_domain]
263type=VoltageDomain
264eventq_index=0
265voltage=1.000000
266
267