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