config.ini revision 3096
1[root]
2type=Root
3children=system
4checkpoint=
5clock=1000000000000
6max_tick=0
7output_file=cout
8progress_interval=0
9
10[debug]
11break_cycles=
12
13[exetrace]
14intel_format=false
15pc_symbol=true
16print_cpseq=false
17print_cycle=true
18print_data=true
19print_effaddr=true
20print_fetchseq=false
21print_iregs=false
22print_opclass=true
23print_thread=true
24speculative=true
25trace_system=client
26
27[serialize]
28count=10
29cycle=0
30dir=cpt.%012d
31period=0
32
33[stats]
34descriptions=true
35dump_cycle=0
36dump_period=0
37dump_reset=false
38ignore_events=
39mysql_db=
40mysql_host=
41mysql_password=
42mysql_user=
43project_name=test
44simulation_name=test
45simulation_sample=0
46text_compat=true
47text_file=m5stats.txt
48
49[system]
50type=System
51children=cpu membus physmem
52mem_mode=atomic
53physmem=system.physmem
54
55[system.cpu]
56type=DerivO3CPU
57children=dcache fuPool icache l2cache toL2Bus workload
58BTBEntries=4096
59BTBTagSize=16
60LFSTSize=1024
61LQEntries=32
62RASSize=16
63SQEntries=32
64SSITSize=1024
65activity=0
66backComSize=5
67choiceCtrBits=2
68choicePredictorSize=8192
69clock=1
70commitToDecodeDelay=1
71commitToFetchDelay=1
72commitToIEWDelay=1
73commitToRenameDelay=1
74commitWidth=8
75decodeToFetchDelay=1
76decodeToRenameDelay=1
77decodeWidth=8
78defer_registration=false
79dispatchWidth=8
80fetchToDecodeDelay=1
81fetchTrapLatency=1
82fetchWidth=8
83forwardComSize=5
84fuPool=system.cpu.fuPool
85function_trace=false
86function_trace_start=0
87globalCtrBits=2
88globalHistoryBits=13
89globalPredictorSize=8192
90iewToCommitDelay=1
91iewToDecodeDelay=1
92iewToFetchDelay=1
93iewToRenameDelay=1
94instShiftAmt=2
95issueToExecuteDelay=1
96issueWidth=8
97localCtrBits=2
98localHistoryBits=11
99localHistoryTableSize=2048
100localPredictorSize=2048
101max_insts_all_threads=0
102max_insts_any_thread=0
103max_loads_all_threads=0
104max_loads_any_thread=0
105mem=system.cpu.dcache
106numIQEntries=64
107numPhysFloatRegs=256
108numPhysIntRegs=256
109numROBEntries=192
110numRobs=1
111numThreads=1
112predType=tournament
113renameToDecodeDelay=1
114renameToFetchDelay=1
115renameToIEWDelay=2
116renameToROBDelay=1
117renameWidth=8
118squashWidth=8
119system=system
120trapLatency=13
121wbDepth=1
122wbWidth=8
123workload=system.cpu.workload
124
125[system.cpu.dcache]
126type=BaseCache
127adaptive_compression=false
128assoc=2
129block_size=64
130compressed_bus=false
131compression_latency=0
132do_copy=false
133hash_delay=1
134hit_latency=1
135latency=1
136lifo=false
137max_miss_count=0
138mshrs=10
139prefetch_access=false
140prefetch_cache_check_push=true
141prefetch_data_accesses_only=false
142prefetch_degree=1
143prefetch_latency=10
144prefetch_miss=false
145prefetch_past_page=false
146prefetch_policy=none
147prefetch_serial_squash=false
148prefetch_use_cpu_id=true
149prefetcher_size=100
150prioritizeRequests=false
151protocol=Null
152repl=Null
153size=262144
154split=false
155split_size=0
156store_compressed=false
157subblock_size=0
158tgts_per_mshr=5
159trace_addr=0
160two_queue=false
161write_buffers=8
162
163[system.cpu.fuPool]
164type=FUPool
165children=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7
166FUList=system.cpu.fuPool.FUList0 system.cpu.fuPool.FUList1 system.cpu.fuPool.FUList2 system.cpu.fuPool.FUList3 system.cpu.fuPool.FUList4 system.cpu.fuPool.FUList5 system.cpu.fuPool.FUList6 system.cpu.fuPool.FUList7
167
168[system.cpu.fuPool.FUList0]
169type=FUDesc
170children=opList0
171count=6
172opList=system.cpu.fuPool.FUList0.opList0
173
174[system.cpu.fuPool.FUList0.opList0]
175type=OpDesc
176issueLat=1
177opClass=IntAlu
178opLat=1
179
180[system.cpu.fuPool.FUList1]
181type=FUDesc
182children=opList0 opList1
183count=2
184opList=system.cpu.fuPool.FUList1.opList0 system.cpu.fuPool.FUList1.opList1
185
186[system.cpu.fuPool.FUList1.opList0]
187type=OpDesc
188issueLat=1
189opClass=IntMult
190opLat=3
191
192[system.cpu.fuPool.FUList1.opList1]
193type=OpDesc
194issueLat=19
195opClass=IntDiv
196opLat=20
197
198[system.cpu.fuPool.FUList2]
199type=FUDesc
200children=opList0 opList1 opList2
201count=4
202opList=system.cpu.fuPool.FUList2.opList0 system.cpu.fuPool.FUList2.opList1 system.cpu.fuPool.FUList2.opList2
203
204[system.cpu.fuPool.FUList2.opList0]
205type=OpDesc
206issueLat=1
207opClass=FloatAdd
208opLat=2
209
210[system.cpu.fuPool.FUList2.opList1]
211type=OpDesc
212issueLat=1
213opClass=FloatCmp
214opLat=2
215
216[system.cpu.fuPool.FUList2.opList2]
217type=OpDesc
218issueLat=1
219opClass=FloatCvt
220opLat=2
221
222[system.cpu.fuPool.FUList3]
223type=FUDesc
224children=opList0 opList1 opList2
225count=2
226opList=system.cpu.fuPool.FUList3.opList0 system.cpu.fuPool.FUList3.opList1 system.cpu.fuPool.FUList3.opList2
227
228[system.cpu.fuPool.FUList3.opList0]
229type=OpDesc
230issueLat=1
231opClass=FloatMult
232opLat=4
233
234[system.cpu.fuPool.FUList3.opList1]
235type=OpDesc
236issueLat=12
237opClass=FloatDiv
238opLat=12
239
240[system.cpu.fuPool.FUList3.opList2]
241type=OpDesc
242issueLat=24
243opClass=FloatSqrt
244opLat=24
245
246[system.cpu.fuPool.FUList4]
247type=FUDesc
248children=opList0
249count=0
250opList=system.cpu.fuPool.FUList4.opList0
251
252[system.cpu.fuPool.FUList4.opList0]
253type=OpDesc
254issueLat=1
255opClass=MemRead
256opLat=1
257
258[system.cpu.fuPool.FUList5]
259type=FUDesc
260children=opList0
261count=0
262opList=system.cpu.fuPool.FUList5.opList0
263
264[system.cpu.fuPool.FUList5.opList0]
265type=OpDesc
266issueLat=1
267opClass=MemWrite
268opLat=1
269
270[system.cpu.fuPool.FUList6]
271type=FUDesc
272children=opList0 opList1
273count=4
274opList=system.cpu.fuPool.FUList6.opList0 system.cpu.fuPool.FUList6.opList1
275
276[system.cpu.fuPool.FUList6.opList0]
277type=OpDesc
278issueLat=1
279opClass=MemRead
280opLat=1
281
282[system.cpu.fuPool.FUList6.opList1]
283type=OpDesc
284issueLat=1
285opClass=MemWrite
286opLat=1
287
288[system.cpu.fuPool.FUList7]
289type=FUDesc
290children=opList0
291count=1
292opList=system.cpu.fuPool.FUList7.opList0
293
294[system.cpu.fuPool.FUList7.opList0]
295type=OpDesc
296issueLat=3
297opClass=IprAccess
298opLat=3
299
300[system.cpu.icache]
301type=BaseCache
302adaptive_compression=false
303assoc=2
304block_size=64
305compressed_bus=false
306compression_latency=0
307do_copy=false
308hash_delay=1
309hit_latency=1
310latency=1
311lifo=false
312max_miss_count=0
313mshrs=10
314prefetch_access=false
315prefetch_cache_check_push=true
316prefetch_data_accesses_only=false
317prefetch_degree=1
318prefetch_latency=10
319prefetch_miss=false
320prefetch_past_page=false
321prefetch_policy=none
322prefetch_serial_squash=false
323prefetch_use_cpu_id=true
324prefetcher_size=100
325prioritizeRequests=false
326protocol=Null
327repl=Null
328size=131072
329split=false
330split_size=0
331store_compressed=false
332subblock_size=0
333tgts_per_mshr=5
334trace_addr=0
335two_queue=false
336write_buffers=8
337
338[system.cpu.l2cache]
339type=BaseCache
340adaptive_compression=false
341assoc=2
342block_size=64
343compressed_bus=false
344compression_latency=0
345do_copy=false
346hash_delay=1
347hit_latency=1
348latency=1
349lifo=false
350max_miss_count=0
351mshrs=10
352prefetch_access=false
353prefetch_cache_check_push=true
354prefetch_data_accesses_only=false
355prefetch_degree=1
356prefetch_latency=10
357prefetch_miss=false
358prefetch_past_page=false
359prefetch_policy=none
360prefetch_serial_squash=false
361prefetch_use_cpu_id=true
362prefetcher_size=100
363prioritizeRequests=false
364protocol=Null
365repl=Null
366size=2097152
367split=false
368split_size=0
369store_compressed=false
370subblock_size=0
371tgts_per_mshr=5
372trace_addr=0
373two_queue=false
374write_buffers=8
375
376[system.cpu.toL2Bus]
377type=Bus
378bus_id=0
379
380[system.cpu.workload]
381type=LiveProcess
382cmd=hello
383env=
384executable=tests/test-progs/hello/bin/alpha/linux/hello
385input=cin
386output=cout
387system=system
388
389[system.membus]
390type=Bus
391bus_id=0
392
393[system.physmem]
394type=PhysicalMemory
395file=
396latency=1
397range=0:134217727
398
399[trace]
400bufsize=0
401dump_on_exit=false
402file=cout
403flags=
404ignore=
405start=0
406
407