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