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=SparcTLB
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=SparcInterrupts
168eventq_index=0
169
170[system.cpu.isa]
171type=SparcISA
172eventq_index=0
173
174[system.cpu.itb]
175type=SparcTLB
176eventq_index=0
177size=64
178
179[system.cpu.tracer]
180type=ExeTracer
181eventq_index=0
182
183[system.cpu.workload]
184type=LiveProcess
185cmd=tests/test-progs/hello/bin/sparc/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
221response_latency=1
222snoop_filter=system.l2bus.snoop_filter
223snoop_response_latency=1
224system=system
225use_default_range=false
226width=32
227master=system.l2cache.cpu_side
228slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side
229
230[system.l2bus.snoop_filter]
231type=SnoopFilter
232eventq_index=0
233lookup_latency=0
234max_capacity=8388608
235system=system
236
237[system.l2cache]
238type=Cache
239children=tags
240addr_ranges=0:18446744073709551615
241assoc=8
242clk_domain=system.clk_domain
243clusivity=mostly_incl
244demand_mshr_reserve=1
245eventq_index=0
246forward_snoops=true
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
357response_latency=2
358snoop_filter=Null
359snoop_response_latency=4
360system=system
361use_default_range=false
362width=16
363master=system.mem_ctrl.port
364slave=system.l2cache.mem_side system.system_port
365
366