config.ini revision 11312:3d7a85d71bd1
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
97forward_snoops=true
98hit_latency=2
99is_read_only=false
100max_miss_count=0
101mshrs=4
102prefetch_on_access=false
103prefetcher=Null
104response_latency=2
105sequential_access=false
106size=65536
107system=system
108tags=system.cpu.dcache.tags
109tgts_per_mshr=20
110write_buffers=8
111writeback_clean=false
112cpu_side=system.cpu.dcache_port
113mem_side=system.l2bus.slave[1]
114
115[system.cpu.dcache.tags]
116type=LRU
117assoc=2
118block_size=64
119clk_domain=system.clk_domain
120eventq_index=0
121hit_latency=2
122sequential_access=false
123size=65536
124
125[system.cpu.dtb]
126type=SparcTLB
127eventq_index=0
128size=64
129
130[system.cpu.icache]
131type=Cache
132children=tags
133addr_ranges=0:18446744073709551615
134assoc=2
135clk_domain=system.clk_domain
136clusivity=mostly_incl
137demand_mshr_reserve=1
138eventq_index=0
139forward_snoops=true
140hit_latency=2
141is_read_only=false
142max_miss_count=0
143mshrs=4
144prefetch_on_access=false
145prefetcher=Null
146response_latency=2
147sequential_access=false
148size=16384
149system=system
150tags=system.cpu.icache.tags
151tgts_per_mshr=20
152write_buffers=8
153writeback_clean=false
154cpu_side=system.cpu.icache_port
155mem_side=system.l2bus.slave[0]
156
157[system.cpu.icache.tags]
158type=LRU
159assoc=2
160block_size=64
161clk_domain=system.clk_domain
162eventq_index=0
163hit_latency=2
164sequential_access=false
165size=16384
166
167[system.cpu.interrupts]
168type=SparcInterrupts
169eventq_index=0
170
171[system.cpu.isa]
172type=SparcISA
173eventq_index=0
174
175[system.cpu.itb]
176type=SparcTLB
177eventq_index=0
178size=64
179
180[system.cpu.tracer]
181type=ExeTracer
182eventq_index=0
183
184[system.cpu.workload]
185type=LiveProcess
186cmd=tests/test-progs/hello/bin/sparc/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