config.ini revision 11219:b65d4e878ed2
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 dvfs_handler l2bus l2cache mem_ctrl membus
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=timing
24mem_ranges=0:536870911
25memories=system.mem_ctrl
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[1]
39
40[system.clk_domain]
41type=SrcClockDomain
42children=voltage_domain
43clock=1000
44domain_id=-1
45eventq_index=0
46init_perf_level=0
47voltage_domain=system.clk_domain.voltage_domain
48
49[system.clk_domain.voltage_domain]
50type=VoltageDomain
51eventq_index=0
52voltage=1.000000
53
54[system.cpu]
55type=TimingSimpleCPU
56children=dcache dtb icache interrupts isa itb tracer workload
57branchPred=Null
58checker=Null
59clk_domain=system.clk_domain
60cpu_id=-1
61do_checkpoint_insts=true
62do_quiesce=true
63do_statistics_insts=true
64dtb=system.cpu.dtb
65eventq_index=0
66function_trace=false
67function_trace_start=0
68interrupts=system.cpu.interrupts
69isa=system.cpu.isa
70itb=system.cpu.itb
71max_insts_all_threads=0
72max_insts_any_thread=0
73max_loads_all_threads=0
74max_loads_any_thread=0
75numThreads=1
76profile=0
77progress_interval=0
78simpoint_start_insts=
79socket_id=0
80switched_out=false
81system=system
82tracer=system.cpu.tracer
83workload=system.cpu.workload
84dcache_port=system.cpu.dcache.cpu_side
85icache_port=system.cpu.icache.cpu_side
86
87[system.cpu.dcache]
88type=Cache
89children=tags
90addr_ranges=0:18446744073709551615
91assoc=2
92clk_domain=system.clk_domain
93clusivity=mostly_incl
94demand_mshr_reserve=1
95eventq_index=0
96forward_snoops=true
97hit_latency=2
98is_read_only=false
99max_miss_count=0
100mshrs=4
101prefetch_on_access=false
102prefetcher=Null
103response_latency=2
104sequential_access=false
105size=65536
106system=system
107tags=system.cpu.dcache.tags
108tgts_per_mshr=20
109write_buffers=8
110writeback_clean=false
111cpu_side=system.cpu.dcache_port
112mem_side=system.l2bus.slave[1]
113
114[system.cpu.dcache.tags]
115type=LRU
116assoc=2
117block_size=64
118clk_domain=system.clk_domain
119eventq_index=0
120hit_latency=2
121sequential_access=false
122size=65536
123
124[system.cpu.dtb]
125type=AlphaTLB
126eventq_index=0
127size=64
128
129[system.cpu.icache]
130type=Cache
131children=tags
132addr_ranges=0:18446744073709551615
133assoc=2
134clk_domain=system.clk_domain
135clusivity=mostly_incl
136demand_mshr_reserve=1
137eventq_index=0
138forward_snoops=true
139hit_latency=2
140is_read_only=false
141max_miss_count=0
142mshrs=4
143prefetch_on_access=false
144prefetcher=Null
145response_latency=2
146sequential_access=false
147size=16384
148system=system
149tags=system.cpu.icache.tags
150tgts_per_mshr=20
151write_buffers=8
152writeback_clean=false
153cpu_side=system.cpu.icache_port
154mem_side=system.l2bus.slave[0]
155
156[system.cpu.icache.tags]
157type=LRU
158assoc=2
159block_size=64
160clk_domain=system.clk_domain
161eventq_index=0
162hit_latency=2
163sequential_access=false
164size=16384
165
166[system.cpu.interrupts]
167type=AlphaInterrupts
168eventq_index=0
169
170[system.cpu.isa]
171type=AlphaISA
172eventq_index=0
173system=system
174
175[system.cpu.itb]
176type=AlphaTLB
177eventq_index=0
178size=48
179
180[system.cpu.tracer]
181type=ExeTracer
182eventq_index=0
183
184[system.cpu.workload]
185type=LiveProcess
186cmd=tests/test-progs/hello/bin/alpha/linux/hello
187cwd=
188drivers=
189egid=100
190env=
191errout=cerr
192euid=100
193eventq_index=0
194executable=
195gid=100
196input=cin
197kvmInSE=false
198max_stack_size=67108864
199output=cout
200pid=100
201ppid=99
202simpoint=0
203system=system
204uid=100
205useArchPT=false
206
207[system.dvfs_handler]
208type=DVFSHandler
209domains=
210enable=false
211eventq_index=0
212sys_clk_domain=system.clk_domain
213transition_latency=100000000
214
215[system.l2bus]
216type=CoherentXBar
217children=snoop_filter
218clk_domain=system.clk_domain
219eventq_index=0
220forward_latency=0
221frontend_latency=1
222response_latency=1
223snoop_filter=system.l2bus.snoop_filter
224snoop_response_latency=1
225system=system
226use_default_range=false
227width=32
228master=system.l2cache.cpu_side
229slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side
230
231[system.l2bus.snoop_filter]
232type=SnoopFilter
233eventq_index=0
234lookup_latency=0
235max_capacity=8388608
236system=system
237
238[system.l2cache]
239type=Cache
240children=tags
241addr_ranges=0:18446744073709551615
242assoc=8
243clk_domain=system.clk_domain
244clusivity=mostly_incl
245demand_mshr_reserve=1
246eventq_index=0
247forward_snoops=true
248hit_latency=20
249is_read_only=false
250max_miss_count=0
251mshrs=20
252prefetch_on_access=false
253prefetcher=Null
254response_latency=20
255sequential_access=false
256size=262144
257system=system
258tags=system.l2cache.tags
259tgts_per_mshr=12
260write_buffers=8
261writeback_clean=false
262cpu_side=system.l2bus.master[0]
263mem_side=system.membus.slave[0]
264
265[system.l2cache.tags]
266type=LRU
267assoc=8
268block_size=64
269clk_domain=system.clk_domain
270eventq_index=0
271hit_latency=20
272sequential_access=false
273size=262144
274
275[system.mem_ctrl]
276type=DRAMCtrl
277IDD0=0.075000
278IDD02=0.000000
279IDD2N=0.050000
280IDD2N2=0.000000
281IDD2P0=0.000000
282IDD2P02=0.000000
283IDD2P1=0.000000
284IDD2P12=0.000000
285IDD3N=0.057000
286IDD3N2=0.000000
287IDD3P0=0.000000
288IDD3P02=0.000000
289IDD3P1=0.000000
290IDD3P12=0.000000
291IDD4R=0.187000
292IDD4R2=0.000000
293IDD4W=0.165000
294IDD4W2=0.000000
295IDD5=0.220000
296IDD52=0.000000
297IDD6=0.000000
298IDD62=0.000000
299VDD=1.500000
300VDD2=0.000000
301activation_limit=4
302addr_mapping=RoRaBaCoCh
303bank_groups_per_rank=0
304banks_per_rank=8
305burst_length=8
306channels=1
307clk_domain=system.clk_domain
308conf_table_reported=true
309device_bus_width=8
310device_rowbuffer_size=1024
311device_size=536870912
312devices_per_rank=8
313dll=true
314eventq_index=0
315in_addr_map=true
316max_accesses_per_row=16
317mem_sched_policy=frfcfs
318min_writes_per_switch=16
319null=false
320page_policy=open_adaptive
321range=0:536870911
322ranks_per_channel=2
323read_buffer_size=32
324static_backend_latency=10000
325static_frontend_latency=10000
326tBURST=5000
327tCCD_L=0
328tCK=1250
329tCL=13750
330tCS=2500
331tRAS=35000
332tRCD=13750
333tREFI=7800000
334tRFC=260000
335tRP=13750
336tRRD=6000
337tRRD_L=0
338tRTP=7500
339tRTW=2500
340tWR=15000
341tWTR=7500
342tXAW=30000
343tXP=0
344tXPDLL=0
345tXS=0
346tXSDLL=0
347write_buffer_size=64
348write_high_thresh_perc=85
349write_low_thresh_perc=50
350port=system.membus.master[0]
351
352[system.membus]
353type=CoherentXBar
354clk_domain=system.clk_domain
355eventq_index=0
356forward_latency=4
357frontend_latency=3
358response_latency=2
359snoop_filter=Null
360snoop_response_latency=4
361system=system
362use_default_range=false
363width=16
364master=system.mem_ctrl.port
365slave=system.l2cache.mem_side system.system_port
366
367