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 cpu_clk_domain dvfs_handler membus physmem voltage_domain
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=
26memories=system.physmem
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[0]
40
41[system.clk_domain]
42type=SrcClockDomain
43clock=1000
44domain_id=-1
45eventq_index=0
46init_perf_level=0
47voltage_domain=system.voltage_domain
48
49[system.cpu]
50type=MinorCPU
51children=branchPred dcache dstage2_mmu dtb executeFuncUnits icache interrupts isa istage2_mmu itb l2cache toL2Bus tracer workload
52branchPred=system.cpu.branchPred
53checker=Null
54clk_domain=system.cpu_clk_domain
55cpu_id=0
56decodeCycleInput=true
57decodeInputBufferSize=3
58decodeInputWidth=2
59decodeToExecuteForwardDelay=1
60do_checkpoint_insts=true
61do_quiesce=true
62do_statistics_insts=true
63dstage2_mmu=system.cpu.dstage2_mmu
64dtb=system.cpu.dtb
65enableIdling=true
66eventq_index=0
67executeAllowEarlyMemoryIssue=true
68executeBranchDelay=1
69executeCommitLimit=2
70executeCycleInput=true
71executeFuncUnits=system.cpu.executeFuncUnits
72executeInputBufferSize=7
73executeInputWidth=2
74executeIssueLimit=2
75executeLSQMaxStoreBufferStoresPerCycle=2
76executeLSQRequestsQueueSize=1
77executeLSQStoreBufferSize=5
78executeLSQTransfersQueueSize=2
79executeMaxAccessesInMemory=2
80executeMemoryCommitLimit=1
81executeMemoryIssueLimit=1
82executeMemoryWidth=0
83executeSetTraceTimeOnCommit=true
84executeSetTraceTimeOnIssue=false
85fetch1FetchLimit=1
86fetch1LineSnapWidth=0
87fetch1LineWidth=0
88fetch1ToFetch2BackwardDelay=1
89fetch1ToFetch2ForwardDelay=1
90fetch2CycleInput=true
91fetch2InputBufferSize=2
92fetch2ToDecodeForwardDelay=1
93function_trace=false
94function_trace_start=0
95interrupts=system.cpu.interrupts
96isa=system.cpu.isa
97istage2_mmu=system.cpu.istage2_mmu
98itb=system.cpu.itb
99max_insts_all_threads=0
100max_insts_any_thread=0
101max_loads_all_threads=0
102max_loads_any_thread=0
103numThreads=1
104profile=0
105progress_interval=0
106simpoint_start_insts=
107socket_id=0
108switched_out=false
109system=system
110tracer=system.cpu.tracer
111workload=system.cpu.workload
112dcache_port=system.cpu.dcache.cpu_side
113icache_port=system.cpu.icache.cpu_side
114
115[system.cpu.branchPred]
116type=TournamentBP
117BTBEntries=4096
118BTBTagSize=16
119RASSize=16
120choiceCtrBits=2
121choicePredictorSize=8192
122eventq_index=0
123globalCtrBits=2
124globalPredictorSize=8192
125instShiftAmt=2
126localCtrBits=2
127localHistoryTableSize=2048
128localPredictorSize=2048
129numThreads=1
130
131[system.cpu.dcache]
132type=Cache
133children=tags
134addr_ranges=0:18446744073709551615
135assoc=2
136clk_domain=system.cpu_clk_domain
137clusivity=mostly_incl
138demand_mshr_reserve=1
139eventq_index=0
140forward_snoops=true
141hit_latency=2
142is_read_only=false
143max_miss_count=0
144mshrs=4
145prefetch_on_access=false
146prefetcher=Null
147response_latency=2
148sequential_access=false
149size=262144
150system=system
151tags=system.cpu.dcache.tags
152tgts_per_mshr=20
153write_buffers=8
154writeback_clean=false
155cpu_side=system.cpu.dcache_port
156mem_side=system.cpu.toL2Bus.slave[1]
157
158[system.cpu.dcache.tags]
159type=LRU
160assoc=2
161block_size=64
162clk_domain=system.cpu_clk_domain
163eventq_index=0
164hit_latency=2
165sequential_access=false
166size=262144
167
168[system.cpu.dstage2_mmu]
169type=ArmStage2MMU
170children=stage2_tlb
171eventq_index=0
172stage2_tlb=system.cpu.dstage2_mmu.stage2_tlb
173sys=system
174tlb=system.cpu.dtb
175
176[system.cpu.dstage2_mmu.stage2_tlb]
177type=ArmTLB
178children=walker
179eventq_index=0
180is_stage2=true
181size=32
182walker=system.cpu.dstage2_mmu.stage2_tlb.walker
183
184[system.cpu.dstage2_mmu.stage2_tlb.walker]
185type=ArmTableWalker
186clk_domain=system.cpu_clk_domain
187eventq_index=0
188is_stage2=true
189num_squash_per_cycle=2
190sys=system
191
192[system.cpu.dtb]
193type=ArmTLB
194children=walker
195eventq_index=0
196is_stage2=false
197size=64
198walker=system.cpu.dtb.walker
199
200[system.cpu.dtb.walker]
201type=ArmTableWalker
202clk_domain=system.cpu_clk_domain
203eventq_index=0
204is_stage2=false
205num_squash_per_cycle=2
206sys=system
207port=system.cpu.toL2Bus.slave[3]
208
209[system.cpu.executeFuncUnits]
210type=MinorFUPool
211children=funcUnits0 funcUnits1 funcUnits2 funcUnits3 funcUnits4 funcUnits5 funcUnits6
212eventq_index=0
213funcUnits=system.cpu.executeFuncUnits.funcUnits0 system.cpu.executeFuncUnits.funcUnits1 system.cpu.executeFuncUnits.funcUnits2 system.cpu.executeFuncUnits.funcUnits3 system.cpu.executeFuncUnits.funcUnits4 system.cpu.executeFuncUnits.funcUnits5 system.cpu.executeFuncUnits.funcUnits6
214
215[system.cpu.executeFuncUnits.funcUnits0]
216type=MinorFU
217children=opClasses timings
218cantForwardFromFUIndices=
219eventq_index=0
220issueLat=1
221opClasses=system.cpu.executeFuncUnits.funcUnits0.opClasses
222opLat=3
223timings=system.cpu.executeFuncUnits.funcUnits0.timings
224
225[system.cpu.executeFuncUnits.funcUnits0.opClasses]
226type=MinorOpClassSet
227children=opClasses
228eventq_index=0
229opClasses=system.cpu.executeFuncUnits.funcUnits0.opClasses.opClasses
230
231[system.cpu.executeFuncUnits.funcUnits0.opClasses.opClasses]
232type=MinorOpClass
233eventq_index=0
234opClass=IntAlu
235
236[system.cpu.executeFuncUnits.funcUnits0.timings]
237type=MinorFUTiming
238children=opClasses
239description=Int
240eventq_index=0
241extraAssumedLat=0
242extraCommitLat=0
243extraCommitLatExpr=Null
244mask=0
245match=0
246opClasses=system.cpu.executeFuncUnits.funcUnits0.timings.opClasses
247srcRegsRelativeLats=2
248suppress=false
249
250[system.cpu.executeFuncUnits.funcUnits0.timings.opClasses]
251type=MinorOpClassSet
252eventq_index=0
253opClasses=
254
255[system.cpu.executeFuncUnits.funcUnits1]
256type=MinorFU
257children=opClasses timings
258cantForwardFromFUIndices=
259eventq_index=0
260issueLat=1
261opClasses=system.cpu.executeFuncUnits.funcUnits1.opClasses
262opLat=3
263timings=system.cpu.executeFuncUnits.funcUnits1.timings
264
265[system.cpu.executeFuncUnits.funcUnits1.opClasses]
266type=MinorOpClassSet
267children=opClasses
268eventq_index=0
269opClasses=system.cpu.executeFuncUnits.funcUnits1.opClasses.opClasses
270
271[system.cpu.executeFuncUnits.funcUnits1.opClasses.opClasses]
272type=MinorOpClass
273eventq_index=0
274opClass=IntAlu
275
276[system.cpu.executeFuncUnits.funcUnits1.timings]
277type=MinorFUTiming
278children=opClasses
279description=Int
280eventq_index=0
281extraAssumedLat=0
282extraCommitLat=0
283extraCommitLatExpr=Null
284mask=0
285match=0
286opClasses=system.cpu.executeFuncUnits.funcUnits1.timings.opClasses
287srcRegsRelativeLats=2
288suppress=false
289
290[system.cpu.executeFuncUnits.funcUnits1.timings.opClasses]
291type=MinorOpClassSet
292eventq_index=0
293opClasses=
294
295[system.cpu.executeFuncUnits.funcUnits2]
296type=MinorFU
297children=opClasses timings
298cantForwardFromFUIndices=
299eventq_index=0
300issueLat=1
301opClasses=system.cpu.executeFuncUnits.funcUnits2.opClasses
302opLat=3
303timings=system.cpu.executeFuncUnits.funcUnits2.timings
304
305[system.cpu.executeFuncUnits.funcUnits2.opClasses]
306type=MinorOpClassSet
307children=opClasses
308eventq_index=0
309opClasses=system.cpu.executeFuncUnits.funcUnits2.opClasses.opClasses
310
311[system.cpu.executeFuncUnits.funcUnits2.opClasses.opClasses]
312type=MinorOpClass
313eventq_index=0
314opClass=IntMult
315
316[system.cpu.executeFuncUnits.funcUnits2.timings]
317type=MinorFUTiming
318children=opClasses
319description=Mul
320eventq_index=0
321extraAssumedLat=0
322extraCommitLat=0
323extraCommitLatExpr=Null
324mask=0
325match=0
326opClasses=system.cpu.executeFuncUnits.funcUnits2.timings.opClasses
327srcRegsRelativeLats=0
328suppress=false
329
330[system.cpu.executeFuncUnits.funcUnits2.timings.opClasses]
331type=MinorOpClassSet
332eventq_index=0
333opClasses=
334
335[system.cpu.executeFuncUnits.funcUnits3]
336type=MinorFU
337children=opClasses
338cantForwardFromFUIndices=
339eventq_index=0
340issueLat=9
341opClasses=system.cpu.executeFuncUnits.funcUnits3.opClasses
342opLat=9
343timings=
344
345[system.cpu.executeFuncUnits.funcUnits3.opClasses]
346type=MinorOpClassSet
347children=opClasses
348eventq_index=0
349opClasses=system.cpu.executeFuncUnits.funcUnits3.opClasses.opClasses
350
351[system.cpu.executeFuncUnits.funcUnits3.opClasses.opClasses]
352type=MinorOpClass
353eventq_index=0
354opClass=IntDiv
355
356[system.cpu.executeFuncUnits.funcUnits4]
357type=MinorFU
358children=opClasses timings
359cantForwardFromFUIndices=
360eventq_index=0
361issueLat=1
362opClasses=system.cpu.executeFuncUnits.funcUnits4.opClasses
363opLat=6
364timings=system.cpu.executeFuncUnits.funcUnits4.timings
365
366[system.cpu.executeFuncUnits.funcUnits4.opClasses]
367type=MinorOpClassSet
368children=opClasses00 opClasses01 opClasses02 opClasses03 opClasses04 opClasses05 opClasses06 opClasses07 opClasses08 opClasses09 opClasses10 opClasses11 opClasses12 opClasses13 opClasses14 opClasses15 opClasses16 opClasses17 opClasses18 opClasses19 opClasses20 opClasses21 opClasses22 opClasses23 opClasses24 opClasses25
369eventq_index=0
370opClasses=system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses00 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses01 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses02 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses03 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses04 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses05 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses06 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses07 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses08 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses09 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses10 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses11 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses12 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses13 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses14 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses15 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses16 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses17 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses18 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses19 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses20 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses21 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses22 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses23 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses24 system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses25
371
372[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses00]
373type=MinorOpClass
374eventq_index=0
375opClass=FloatAdd
376
377[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses01]
378type=MinorOpClass
379eventq_index=0
380opClass=FloatCmp
381
382[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses02]
383type=MinorOpClass
384eventq_index=0
385opClass=FloatCvt
386
387[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses03]
388type=MinorOpClass
389eventq_index=0
390opClass=FloatMult
391
392[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses04]
393type=MinorOpClass
394eventq_index=0
395opClass=FloatDiv
396
397[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses05]
398type=MinorOpClass
399eventq_index=0
400opClass=FloatSqrt
401
402[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses06]
403type=MinorOpClass
404eventq_index=0
405opClass=SimdAdd
406
407[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses07]
408type=MinorOpClass
409eventq_index=0
410opClass=SimdAddAcc
411
412[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses08]
413type=MinorOpClass
414eventq_index=0
415opClass=SimdAlu
416
417[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses09]
418type=MinorOpClass
419eventq_index=0
420opClass=SimdCmp
421
422[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses10]
423type=MinorOpClass
424eventq_index=0
425opClass=SimdCvt
426
427[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses11]
428type=MinorOpClass
429eventq_index=0
430opClass=SimdMisc
431
432[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses12]
433type=MinorOpClass
434eventq_index=0
435opClass=SimdMult
436
437[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses13]
438type=MinorOpClass
439eventq_index=0
440opClass=SimdMultAcc
441
442[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses14]
443type=MinorOpClass
444eventq_index=0
445opClass=SimdShift
446
447[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses15]
448type=MinorOpClass
449eventq_index=0
450opClass=SimdShiftAcc
451
452[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses16]
453type=MinorOpClass
454eventq_index=0
455opClass=SimdSqrt
456
457[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses17]
458type=MinorOpClass
459eventq_index=0
460opClass=SimdFloatAdd
461
462[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses18]
463type=MinorOpClass
464eventq_index=0
465opClass=SimdFloatAlu
466
467[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses19]
468type=MinorOpClass
469eventq_index=0
470opClass=SimdFloatCmp
471
472[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses20]
473type=MinorOpClass
474eventq_index=0
475opClass=SimdFloatCvt
476
477[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses21]
478type=MinorOpClass
479eventq_index=0
480opClass=SimdFloatDiv
481
482[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses22]
483type=MinorOpClass
484eventq_index=0
485opClass=SimdFloatMisc
486
487[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses23]
488type=MinorOpClass
489eventq_index=0
490opClass=SimdFloatMult
491
492[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses24]
493type=MinorOpClass
494eventq_index=0
495opClass=SimdFloatMultAcc
496
497[system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses25]
498type=MinorOpClass
499eventq_index=0
500opClass=SimdFloatSqrt
501
502[system.cpu.executeFuncUnits.funcUnits4.timings]
503type=MinorFUTiming
504children=opClasses
505description=FloatSimd
506eventq_index=0
507extraAssumedLat=0
508extraCommitLat=0
509extraCommitLatExpr=Null
510mask=0
511match=0
512opClasses=system.cpu.executeFuncUnits.funcUnits4.timings.opClasses
513srcRegsRelativeLats=2
514suppress=false
515
516[system.cpu.executeFuncUnits.funcUnits4.timings.opClasses]
517type=MinorOpClassSet
518eventq_index=0
519opClasses=
520
521[system.cpu.executeFuncUnits.funcUnits5]
522type=MinorFU
523children=opClasses timings
524cantForwardFromFUIndices=
525eventq_index=0
526issueLat=1
527opClasses=system.cpu.executeFuncUnits.funcUnits5.opClasses
528opLat=1
529timings=system.cpu.executeFuncUnits.funcUnits5.timings
530
531[system.cpu.executeFuncUnits.funcUnits5.opClasses]
532type=MinorOpClassSet
533children=opClasses0 opClasses1
534eventq_index=0
535opClasses=system.cpu.executeFuncUnits.funcUnits5.opClasses.opClasses0 system.cpu.executeFuncUnits.funcUnits5.opClasses.opClasses1
536
537[system.cpu.executeFuncUnits.funcUnits5.opClasses.opClasses0]
538type=MinorOpClass
539eventq_index=0
540opClass=MemRead
541
542[system.cpu.executeFuncUnits.funcUnits5.opClasses.opClasses1]
543type=MinorOpClass
544eventq_index=0
545opClass=MemWrite
546
547[system.cpu.executeFuncUnits.funcUnits5.timings]
548type=MinorFUTiming
549children=opClasses
550description=Mem
551eventq_index=0
552extraAssumedLat=2
553extraCommitLat=0
554extraCommitLatExpr=Null
555mask=0
556match=0
557opClasses=system.cpu.executeFuncUnits.funcUnits5.timings.opClasses
558srcRegsRelativeLats=1
559suppress=false
560
561[system.cpu.executeFuncUnits.funcUnits5.timings.opClasses]
562type=MinorOpClassSet
563eventq_index=0
564opClasses=
565
566[system.cpu.executeFuncUnits.funcUnits6]
567type=MinorFU
568children=opClasses
569cantForwardFromFUIndices=
570eventq_index=0
571issueLat=1
572opClasses=system.cpu.executeFuncUnits.funcUnits6.opClasses
573opLat=1
574timings=
575
576[system.cpu.executeFuncUnits.funcUnits6.opClasses]
577type=MinorOpClassSet
578children=opClasses0 opClasses1
579eventq_index=0
580opClasses=system.cpu.executeFuncUnits.funcUnits6.opClasses.opClasses0 system.cpu.executeFuncUnits.funcUnits6.opClasses.opClasses1
581
582[system.cpu.executeFuncUnits.funcUnits6.opClasses.opClasses0]
583type=MinorOpClass
584eventq_index=0
585opClass=IprAccess
586
587[system.cpu.executeFuncUnits.funcUnits6.opClasses.opClasses1]
588type=MinorOpClass
589eventq_index=0
590opClass=InstPrefetch
591
592[system.cpu.icache]
593type=Cache
594children=tags
595addr_ranges=0:18446744073709551615
596assoc=2
597clk_domain=system.cpu_clk_domain
598clusivity=mostly_incl
599demand_mshr_reserve=1
600eventq_index=0
601forward_snoops=true
602hit_latency=2
603is_read_only=true
604max_miss_count=0
605mshrs=4
606prefetch_on_access=false
607prefetcher=Null
608response_latency=2
609sequential_access=false
610size=131072
611system=system
612tags=system.cpu.icache.tags
613tgts_per_mshr=20
614write_buffers=8
615writeback_clean=true
616cpu_side=system.cpu.icache_port
617mem_side=system.cpu.toL2Bus.slave[0]
618
619[system.cpu.icache.tags]
620type=LRU
621assoc=2
622block_size=64
623clk_domain=system.cpu_clk_domain
624eventq_index=0
625hit_latency=2
626sequential_access=false
627size=131072
628
629[system.cpu.interrupts]
630type=ArmInterrupts
631eventq_index=0
632
633[system.cpu.isa]
634type=ArmISA
635decoderFlavour=Generic
636eventq_index=0
637fpsid=1090793632
638id_aa64afr0_el1=0
639id_aa64afr1_el1=0
640id_aa64dfr0_el1=1052678
641id_aa64dfr1_el1=0
642id_aa64isar0_el1=0
643id_aa64isar1_el1=0
644id_aa64mmfr0_el1=15728642
645id_aa64mmfr1_el1=0
646id_aa64pfr0_el1=17
647id_aa64pfr1_el1=0
648id_isar0=34607377
649id_isar1=34677009
650id_isar2=555950401
651id_isar3=17899825
652id_isar4=268501314
653id_isar5=0
654id_mmfr0=270536963
655id_mmfr1=0
656id_mmfr2=19070976
657id_mmfr3=34611729
658id_pfr0=49
659id_pfr1=4113
660midr=1091551472
661pmu=Null
662system=system
663
664[system.cpu.istage2_mmu]
665type=ArmStage2MMU
666children=stage2_tlb
667eventq_index=0
668stage2_tlb=system.cpu.istage2_mmu.stage2_tlb
669sys=system
670tlb=system.cpu.itb
671
672[system.cpu.istage2_mmu.stage2_tlb]
673type=ArmTLB
674children=walker
675eventq_index=0
676is_stage2=true
677size=32
678walker=system.cpu.istage2_mmu.stage2_tlb.walker
679
680[system.cpu.istage2_mmu.stage2_tlb.walker]
681type=ArmTableWalker
682clk_domain=system.cpu_clk_domain
683eventq_index=0
684is_stage2=true
685num_squash_per_cycle=2
686sys=system
687
688[system.cpu.itb]
689type=ArmTLB
690children=walker
691eventq_index=0
692is_stage2=false
693size=64
694walker=system.cpu.itb.walker
695
696[system.cpu.itb.walker]
697type=ArmTableWalker
698clk_domain=system.cpu_clk_domain
699eventq_index=0
700is_stage2=false
701num_squash_per_cycle=2
702sys=system
703port=system.cpu.toL2Bus.slave[2]
704
705[system.cpu.l2cache]
706type=Cache
707children=tags
708addr_ranges=0:18446744073709551615
709assoc=8
710clk_domain=system.cpu_clk_domain
711clusivity=mostly_incl
712demand_mshr_reserve=1
713eventq_index=0
714forward_snoops=true
715hit_latency=20
716is_read_only=false
717max_miss_count=0
718mshrs=20
719prefetch_on_access=false
720prefetcher=Null
721response_latency=20
722sequential_access=false
723size=2097152
724system=system
725tags=system.cpu.l2cache.tags
726tgts_per_mshr=12
727write_buffers=8
728writeback_clean=false
729cpu_side=system.cpu.toL2Bus.master[0]
730mem_side=system.membus.slave[1]
731
732[system.cpu.l2cache.tags]
733type=LRU
734assoc=8
735block_size=64
736clk_domain=system.cpu_clk_domain
737eventq_index=0
738hit_latency=20
739sequential_access=false
740size=2097152
741
742[system.cpu.toL2Bus]
743type=CoherentXBar
744children=snoop_filter
745clk_domain=system.cpu_clk_domain
746eventq_index=0
747forward_latency=0
748frontend_latency=1
749response_latency=1
750snoop_filter=system.cpu.toL2Bus.snoop_filter
751snoop_response_latency=1
752system=system
753use_default_range=false
754width=32
755master=system.cpu.l2cache.cpu_side
756slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb.walker.port system.cpu.dtb.walker.port
757
758[system.cpu.toL2Bus.snoop_filter]
759type=SnoopFilter
760eventq_index=0
761lookup_latency=0
762max_capacity=8388608
763system=system
764
765[system.cpu.tracer]
766type=ExeTracer
767eventq_index=0
768
769[system.cpu.workload]
770type=LiveProcess
771cmd=hello
772cwd=
773drivers=
774egid=100
775env=
776errout=cerr
777euid=100
778eventq_index=0
779executable=/dist/m5/regression/test-progs/hello/bin/arm/linux/hello
780gid=100
781input=cin
782kvmInSE=false
783max_stack_size=67108864
784output=cout
785pid=100
786ppid=99
787simpoint=0
788system=system
789uid=100
790useArchPT=false
791
792[system.cpu_clk_domain]
793type=SrcClockDomain
794clock=500
795domain_id=-1
796eventq_index=0
797init_perf_level=0
798voltage_domain=system.voltage_domain
799
800[system.dvfs_handler]
801type=DVFSHandler
802domains=
803enable=false
804eventq_index=0
805sys_clk_domain=system.clk_domain
806transition_latency=100000000
807
808[system.membus]
809type=CoherentXBar
810clk_domain=system.clk_domain
811eventq_index=0
812forward_latency=4
813frontend_latency=3
814response_latency=2
815snoop_filter=Null
816snoop_response_latency=4
817system=system
818use_default_range=false
819width=16
820master=system.physmem.port
821slave=system.system_port system.cpu.l2cache.mem_side
822
823[system.physmem]
824type=DRAMCtrl
825IDD0=0.075000
826IDD02=0.000000
827IDD2N=0.050000
828IDD2N2=0.000000
829IDD2P0=0.000000
830IDD2P02=0.000000
831IDD2P1=0.000000
832IDD2P12=0.000000
833IDD3N=0.057000
834IDD3N2=0.000000
835IDD3P0=0.000000
836IDD3P02=0.000000
837IDD3P1=0.000000
838IDD3P12=0.000000
839IDD4R=0.187000
840IDD4R2=0.000000
841IDD4W=0.165000
842IDD4W2=0.000000
843IDD5=0.220000
844IDD52=0.000000
845IDD6=0.000000
846IDD62=0.000000
847VDD=1.500000
848VDD2=0.000000
849activation_limit=4
850addr_mapping=RoRaBaCoCh
851bank_groups_per_rank=0
852banks_per_rank=8
853burst_length=8
854channels=1
855clk_domain=system.clk_domain
856conf_table_reported=true
857device_bus_width=8
858device_rowbuffer_size=1024
859device_size=536870912
860devices_per_rank=8
861dll=true
862eventq_index=0
863in_addr_map=true
864max_accesses_per_row=16
865mem_sched_policy=frfcfs
866min_writes_per_switch=16
867null=false
868page_policy=open_adaptive
869range=0:134217727
870ranks_per_channel=2
871read_buffer_size=32
872static_backend_latency=10000
873static_frontend_latency=10000
874tBURST=5000
875tCCD_L=0
876tCK=1250
877tCL=13750
878tCS=2500
879tRAS=35000
880tRCD=13750
881tREFI=7800000
882tRFC=260000
883tRP=13750
884tRRD=6000
885tRRD_L=0
886tRTP=7500
887tRTW=2500
888tWR=15000
889tWTR=7500
890tXAW=30000
891tXP=0
892tXPDLL=0
893tXS=0
894tXSDLL=0
895write_buffer_size=64
896write_high_thresh_perc=85
897write_low_thresh_perc=50
898port=system.membus.master[0]
899
900[system.voltage_domain]
901type=VoltageDomain
902eventq_index=0
903voltage=1.000000
904
905