config.ini revision 10900
1[root]
2type=Root
3children=system
4eventq_index=0
5full_system=true
6sim_quantum=0
7time_sync_enable=false
8time_sync_period=100000000000
9time_sync_spin_threshold=100000000
10
11[system]
12type=LinuxArmSystem
13children=bridge cf0 clk_domain cpu cpu_clk_domain dvfs_handler intrctrl iobus iocache membus physmem realview terminal vncserver voltage_domain
14atags_addr=134217728
15boot_loader=/scratch/nilay/GEM5/system/binaries/boot_emm.arm64
16boot_osflags=earlyprintk=pl011,0x1c090000 console=ttyAMA0 lpj=19988480 norandmaps rw loglevel=8 mem=256MB root=/dev/sda1
17cache_line_size=64
18clk_domain=system.clk_domain
19dtb_filename=/scratch/nilay/GEM5/system/binaries/vexpress.aarch64.20140821.dtb
20early_kernel_symbols=false
21enable_context_switch_stats_dump=false
22eventq_index=0
23flags_addr=469827632
24gic_cpu_addr=738205696
25have_large_asid_64=false
26have_lpae=false
27have_security=false
28have_virtualization=false
29highest_el_is_64=false
30init_param=0
31kernel=/scratch/nilay/GEM5/system/binaries/vmlinux.aarch64.20140821
32kernel_addr_check=true
33load_addr_mask=268435455
34load_offset=2147483648
35machine_type=VExpress_EMM64
36mem_mode=timing
37mem_ranges=2147483648:2415919103
38memories=system.physmem system.realview.nvmem system.realview.vram
39mmap_using_noreserve=false
40multi_proc=true
41num_work_ids=16
42panic_on_oops=true
43panic_on_panic=true
44phys_addr_range_64=40
45readfile=/scratch/nilay/GEM5/gem5/tests/halt.sh
46reset_addr_64=0
47symbolfile=
48work_begin_ckpt_count=0
49work_begin_cpu_id_exit=-1
50work_begin_exit_count=0
51work_cpus_ckpt_count=0
52work_end_ckpt_count=0
53work_end_exit_count=0
54work_item_id=-1
55system_port=system.membus.slave[1]
56
57[system.bridge]
58type=Bridge
59clk_domain=system.clk_domain
60delay=50000
61eventq_index=0
62ranges=788529152:805306367 721420288:725614591 805306368:1073741823 1073741824:1610612735 402653184:469762047 469762048:536870911
63req_size=16
64resp_size=16
65master=system.iobus.slave[0]
66slave=system.membus.master[0]
67
68[system.cf0]
69type=IdeDisk
70children=image
71delay=1000000
72driveID=master
73eventq_index=0
74image=system.cf0.image
75
76[system.cf0.image]
77type=CowDiskImage
78children=child
79child=system.cf0.image.child
80eventq_index=0
81image_file=
82read_only=false
83table_size=65536
84
85[system.cf0.image.child]
86type=RawDiskImage
87eventq_index=0
88image_file=/scratch/nilay/GEM5/system/disks/linaro-minimal-aarch64.img
89read_only=true
90
91[system.clk_domain]
92type=SrcClockDomain
93clock=1000
94domain_id=-1
95eventq_index=0
96init_perf_level=0
97voltage_domain=system.voltage_domain
98
99[system.cpu]
100type=DerivO3CPU
101children=branchPred dcache dstage2_mmu dtb fuPool icache interrupts isa istage2_mmu itb l2cache toL2Bus tracer
102LFSTSize=1024
103LQEntries=16
104LSQCheckLoads=true
105LSQDepCheckShift=0
106SQEntries=16
107SSITSize=1024
108activity=0
109backComSize=5
110branchPred=system.cpu.branchPred
111cachePorts=200
112checker=Null
113clk_domain=system.cpu_clk_domain
114commitToDecodeDelay=1
115commitToFetchDelay=1
116commitToIEWDelay=1
117commitToRenameDelay=1
118commitWidth=8
119cpu_id=0
120decodeToFetchDelay=1
121decodeToRenameDelay=2
122decodeWidth=3
123dispatchWidth=6
124do_checkpoint_insts=true
125do_quiesce=true
126do_statistics_insts=true
127dstage2_mmu=system.cpu.dstage2_mmu
128dtb=system.cpu.dtb
129eventq_index=0
130fetchBufferSize=16
131fetchQueueSize=32
132fetchToDecodeDelay=3
133fetchTrapLatency=1
134fetchWidth=3
135forwardComSize=5
136fuPool=system.cpu.fuPool
137function_trace=false
138function_trace_start=0
139iewToCommitDelay=1
140iewToDecodeDelay=1
141iewToFetchDelay=1
142iewToRenameDelay=1
143interrupts=system.cpu.interrupts
144isa=system.cpu.isa
145issueToExecuteDelay=1
146issueWidth=8
147istage2_mmu=system.cpu.istage2_mmu
148itb=system.cpu.itb
149max_insts_all_threads=0
150max_insts_any_thread=0
151max_loads_all_threads=0
152max_loads_any_thread=0
153needsTSO=false
154numIQEntries=32
155numPhysCCRegs=640
156numPhysFloatRegs=192
157numPhysIntRegs=128
158numROBEntries=40
159numRobs=1
160numThreads=1
161profile=0
162progress_interval=0
163renameToDecodeDelay=1
164renameToFetchDelay=1
165renameToIEWDelay=1
166renameToROBDelay=1
167renameWidth=3
168simpoint_start_insts=
169smtCommitPolicy=RoundRobin
170smtFetchPolicy=SingleThread
171smtIQPolicy=Partitioned
172smtIQThreshold=100
173smtLSQPolicy=Partitioned
174smtLSQThreshold=100
175smtNumFetchingThreads=1
176smtROBPolicy=Partitioned
177smtROBThreshold=100
178socket_id=0
179squashWidth=8
180store_set_clear_period=250000
181switched_out=false
182system=system
183tracer=system.cpu.tracer
184trapLatency=13
185wbWidth=8
186workload=
187dcache_port=system.cpu.dcache.cpu_side
188icache_port=system.cpu.icache.cpu_side
189
190[system.cpu.branchPred]
191type=BiModeBP
192BTBEntries=2048
193BTBTagSize=18
194RASSize=16
195choiceCtrBits=2
196choicePredictorSize=8192
197eventq_index=0
198globalCtrBits=2
199globalPredictorSize=8192
200instShiftAmt=2
201numThreads=1
202
203[system.cpu.dcache]
204type=BaseCache
205children=tags
206addr_ranges=0:18446744073709551615
207assoc=4
208clk_domain=system.cpu_clk_domain
209demand_mshr_reserve=1
210eventq_index=0
211forward_snoops=true
212hit_latency=2
213is_read_only=false
214max_miss_count=0
215mshrs=4
216prefetch_on_access=false
217prefetcher=Null
218response_latency=2
219sequential_access=false
220size=32768
221system=system
222tags=system.cpu.dcache.tags
223tgts_per_mshr=20
224write_buffers=8
225cpu_side=system.cpu.dcache_port
226mem_side=system.cpu.toL2Bus.slave[1]
227
228[system.cpu.dcache.tags]
229type=LRU
230assoc=4
231block_size=64
232clk_domain=system.cpu_clk_domain
233eventq_index=0
234hit_latency=2
235sequential_access=false
236size=32768
237
238[system.cpu.dstage2_mmu]
239type=ArmStage2MMU
240children=stage2_tlb
241eventq_index=0
242stage2_tlb=system.cpu.dstage2_mmu.stage2_tlb
243sys=system
244tlb=system.cpu.dtb
245
246[system.cpu.dstage2_mmu.stage2_tlb]
247type=ArmTLB
248children=walker
249eventq_index=0
250is_stage2=true
251size=32
252walker=system.cpu.dstage2_mmu.stage2_tlb.walker
253
254[system.cpu.dstage2_mmu.stage2_tlb.walker]
255type=ArmTableWalker
256clk_domain=system.cpu_clk_domain
257eventq_index=0
258is_stage2=true
259num_squash_per_cycle=2
260sys=system
261
262[system.cpu.dtb]
263type=ArmTLB
264children=walker
265eventq_index=0
266is_stage2=false
267size=64
268walker=system.cpu.dtb.walker
269
270[system.cpu.dtb.walker]
271type=ArmTableWalker
272clk_domain=system.cpu_clk_domain
273eventq_index=0
274is_stage2=false
275num_squash_per_cycle=2
276sys=system
277port=system.cpu.toL2Bus.slave[3]
278
279[system.cpu.fuPool]
280type=FUPool
281children=FUList0 FUList1 FUList2 FUList3 FUList4
282FUList=system.cpu.fuPool.FUList0 system.cpu.fuPool.FUList1 system.cpu.fuPool.FUList2 system.cpu.fuPool.FUList3 system.cpu.fuPool.FUList4
283eventq_index=0
284
285[system.cpu.fuPool.FUList0]
286type=FUDesc
287children=opList
288count=2
289eventq_index=0
290opList=system.cpu.fuPool.FUList0.opList
291
292[system.cpu.fuPool.FUList0.opList]
293type=OpDesc
294eventq_index=0
295opClass=IntAlu
296opLat=1
297pipelined=true
298
299[system.cpu.fuPool.FUList1]
300type=FUDesc
301children=opList0 opList1 opList2
302count=1
303eventq_index=0
304opList=system.cpu.fuPool.FUList1.opList0 system.cpu.fuPool.FUList1.opList1 system.cpu.fuPool.FUList1.opList2
305
306[system.cpu.fuPool.FUList1.opList0]
307type=OpDesc
308eventq_index=0
309opClass=IntMult
310opLat=3
311pipelined=true
312
313[system.cpu.fuPool.FUList1.opList1]
314type=OpDesc
315eventq_index=0
316opClass=IntDiv
317opLat=12
318pipelined=false
319
320[system.cpu.fuPool.FUList1.opList2]
321type=OpDesc
322eventq_index=0
323opClass=IprAccess
324opLat=3
325pipelined=true
326
327[system.cpu.fuPool.FUList2]
328type=FUDesc
329children=opList
330count=1
331eventq_index=0
332opList=system.cpu.fuPool.FUList2.opList
333
334[system.cpu.fuPool.FUList2.opList]
335type=OpDesc
336eventq_index=0
337opClass=MemRead
338opLat=2
339pipelined=true
340
341[system.cpu.fuPool.FUList3]
342type=FUDesc
343children=opList
344count=1
345eventq_index=0
346opList=system.cpu.fuPool.FUList3.opList
347
348[system.cpu.fuPool.FUList3.opList]
349type=OpDesc
350eventq_index=0
351opClass=MemWrite
352opLat=2
353pipelined=true
354
355[system.cpu.fuPool.FUList4]
356type=FUDesc
357children=opList00 opList01 opList02 opList03 opList04 opList05 opList06 opList07 opList08 opList09 opList10 opList11 opList12 opList13 opList14 opList15 opList16 opList17 opList18 opList19 opList20 opList21 opList22 opList23 opList24 opList25
358count=2
359eventq_index=0
360opList=system.cpu.fuPool.FUList4.opList00 system.cpu.fuPool.FUList4.opList01 system.cpu.fuPool.FUList4.opList02 system.cpu.fuPool.FUList4.opList03 system.cpu.fuPool.FUList4.opList04 system.cpu.fuPool.FUList4.opList05 system.cpu.fuPool.FUList4.opList06 system.cpu.fuPool.FUList4.opList07 system.cpu.fuPool.FUList4.opList08 system.cpu.fuPool.FUList4.opList09 system.cpu.fuPool.FUList4.opList10 system.cpu.fuPool.FUList4.opList11 system.cpu.fuPool.FUList4.opList12 system.cpu.fuPool.FUList4.opList13 system.cpu.fuPool.FUList4.opList14 system.cpu.fuPool.FUList4.opList15 system.cpu.fuPool.FUList4.opList16 system.cpu.fuPool.FUList4.opList17 system.cpu.fuPool.FUList4.opList18 system.cpu.fuPool.FUList4.opList19 system.cpu.fuPool.FUList4.opList20 system.cpu.fuPool.FUList4.opList21 system.cpu.fuPool.FUList4.opList22 system.cpu.fuPool.FUList4.opList23 system.cpu.fuPool.FUList4.opList24 system.cpu.fuPool.FUList4.opList25
361
362[system.cpu.fuPool.FUList4.opList00]
363type=OpDesc
364eventq_index=0
365opClass=SimdAdd
366opLat=4
367pipelined=true
368
369[system.cpu.fuPool.FUList4.opList01]
370type=OpDesc
371eventq_index=0
372opClass=SimdAddAcc
373opLat=4
374pipelined=true
375
376[system.cpu.fuPool.FUList4.opList02]
377type=OpDesc
378eventq_index=0
379opClass=SimdAlu
380opLat=4
381pipelined=true
382
383[system.cpu.fuPool.FUList4.opList03]
384type=OpDesc
385eventq_index=0
386opClass=SimdCmp
387opLat=4
388pipelined=true
389
390[system.cpu.fuPool.FUList4.opList04]
391type=OpDesc
392eventq_index=0
393opClass=SimdCvt
394opLat=3
395pipelined=true
396
397[system.cpu.fuPool.FUList4.opList05]
398type=OpDesc
399eventq_index=0
400opClass=SimdMisc
401opLat=3
402pipelined=true
403
404[system.cpu.fuPool.FUList4.opList06]
405type=OpDesc
406eventq_index=0
407opClass=SimdMult
408opLat=5
409pipelined=true
410
411[system.cpu.fuPool.FUList4.opList07]
412type=OpDesc
413eventq_index=0
414opClass=SimdMultAcc
415opLat=5
416pipelined=true
417
418[system.cpu.fuPool.FUList4.opList08]
419type=OpDesc
420eventq_index=0
421opClass=SimdShift
422opLat=3
423pipelined=true
424
425[system.cpu.fuPool.FUList4.opList09]
426type=OpDesc
427eventq_index=0
428opClass=SimdShiftAcc
429opLat=3
430pipelined=true
431
432[system.cpu.fuPool.FUList4.opList10]
433type=OpDesc
434eventq_index=0
435opClass=SimdSqrt
436opLat=9
437pipelined=true
438
439[system.cpu.fuPool.FUList4.opList11]
440type=OpDesc
441eventq_index=0
442opClass=SimdFloatAdd
443opLat=5
444pipelined=true
445
446[system.cpu.fuPool.FUList4.opList12]
447type=OpDesc
448eventq_index=0
449opClass=SimdFloatAlu
450opLat=5
451pipelined=true
452
453[system.cpu.fuPool.FUList4.opList13]
454type=OpDesc
455eventq_index=0
456opClass=SimdFloatCmp
457opLat=3
458pipelined=true
459
460[system.cpu.fuPool.FUList4.opList14]
461type=OpDesc
462eventq_index=0
463opClass=SimdFloatCvt
464opLat=3
465pipelined=true
466
467[system.cpu.fuPool.FUList4.opList15]
468type=OpDesc
469eventq_index=0
470opClass=SimdFloatDiv
471opLat=3
472pipelined=true
473
474[system.cpu.fuPool.FUList4.opList16]
475type=OpDesc
476eventq_index=0
477opClass=SimdFloatMisc
478opLat=3
479pipelined=true
480
481[system.cpu.fuPool.FUList4.opList17]
482type=OpDesc
483eventq_index=0
484opClass=SimdFloatMult
485opLat=3
486pipelined=true
487
488[system.cpu.fuPool.FUList4.opList18]
489type=OpDesc
490eventq_index=0
491opClass=SimdFloatMultAcc
492opLat=1
493pipelined=true
494
495[system.cpu.fuPool.FUList4.opList19]
496type=OpDesc
497eventq_index=0
498opClass=SimdFloatSqrt
499opLat=9
500pipelined=true
501
502[system.cpu.fuPool.FUList4.opList20]
503type=OpDesc
504eventq_index=0
505opClass=FloatAdd
506opLat=5
507pipelined=true
508
509[system.cpu.fuPool.FUList4.opList21]
510type=OpDesc
511eventq_index=0
512opClass=FloatCmp
513opLat=5
514pipelined=true
515
516[system.cpu.fuPool.FUList4.opList22]
517type=OpDesc
518eventq_index=0
519opClass=FloatCvt
520opLat=5
521pipelined=true
522
523[system.cpu.fuPool.FUList4.opList23]
524type=OpDesc
525eventq_index=0
526opClass=FloatDiv
527opLat=9
528pipelined=false
529
530[system.cpu.fuPool.FUList4.opList24]
531type=OpDesc
532eventq_index=0
533opClass=FloatSqrt
534opLat=33
535pipelined=false
536
537[system.cpu.fuPool.FUList4.opList25]
538type=OpDesc
539eventq_index=0
540opClass=FloatMult
541opLat=4
542pipelined=true
543
544[system.cpu.icache]
545type=BaseCache
546children=tags
547addr_ranges=0:18446744073709551615
548assoc=1
549clk_domain=system.cpu_clk_domain
550demand_mshr_reserve=1
551eventq_index=0
552forward_snoops=true
553hit_latency=2
554is_read_only=true
555max_miss_count=0
556mshrs=4
557prefetch_on_access=false
558prefetcher=Null
559response_latency=2
560sequential_access=false
561size=32768
562system=system
563tags=system.cpu.icache.tags
564tgts_per_mshr=20
565write_buffers=8
566cpu_side=system.cpu.icache_port
567mem_side=system.cpu.toL2Bus.slave[0]
568
569[system.cpu.icache.tags]
570type=LRU
571assoc=1
572block_size=64
573clk_domain=system.cpu_clk_domain
574eventq_index=0
575hit_latency=2
576sequential_access=false
577size=32768
578
579[system.cpu.interrupts]
580type=ArmInterrupts
581eventq_index=0
582
583[system.cpu.isa]
584type=ArmISA
585eventq_index=0
586fpsid=1090793632
587id_aa64afr0_el1=0
588id_aa64afr1_el1=0
589id_aa64dfr0_el1=1052678
590id_aa64dfr1_el1=0
591id_aa64isar0_el1=0
592id_aa64isar1_el1=0
593id_aa64mmfr0_el1=15728642
594id_aa64mmfr1_el1=0
595id_aa64pfr0_el1=17
596id_aa64pfr1_el1=0
597id_isar0=34607377
598id_isar1=34677009
599id_isar2=555950401
600id_isar3=17899825
601id_isar4=268501314
602id_isar5=0
603id_mmfr0=270536963
604id_mmfr1=0
605id_mmfr2=19070976
606id_mmfr3=34611729
607id_pfr0=49
608id_pfr1=4113
609midr=1091551472
610pmu=Null
611system=system
612
613[system.cpu.istage2_mmu]
614type=ArmStage2MMU
615children=stage2_tlb
616eventq_index=0
617stage2_tlb=system.cpu.istage2_mmu.stage2_tlb
618sys=system
619tlb=system.cpu.itb
620
621[system.cpu.istage2_mmu.stage2_tlb]
622type=ArmTLB
623children=walker
624eventq_index=0
625is_stage2=true
626size=32
627walker=system.cpu.istage2_mmu.stage2_tlb.walker
628
629[system.cpu.istage2_mmu.stage2_tlb.walker]
630type=ArmTableWalker
631clk_domain=system.cpu_clk_domain
632eventq_index=0
633is_stage2=true
634num_squash_per_cycle=2
635sys=system
636
637[system.cpu.itb]
638type=ArmTLB
639children=walker
640eventq_index=0
641is_stage2=false
642size=64
643walker=system.cpu.itb.walker
644
645[system.cpu.itb.walker]
646type=ArmTableWalker
647clk_domain=system.cpu_clk_domain
648eventq_index=0
649is_stage2=false
650num_squash_per_cycle=2
651sys=system
652port=system.cpu.toL2Bus.slave[2]
653
654[system.cpu.l2cache]
655type=BaseCache
656children=tags
657addr_ranges=0:18446744073709551615
658assoc=8
659clk_domain=system.cpu_clk_domain
660demand_mshr_reserve=1
661eventq_index=0
662forward_snoops=true
663hit_latency=20
664is_read_only=false
665max_miss_count=0
666mshrs=20
667prefetch_on_access=false
668prefetcher=Null
669response_latency=20
670sequential_access=false
671size=4194304
672system=system
673tags=system.cpu.l2cache.tags
674tgts_per_mshr=12
675write_buffers=8
676cpu_side=system.cpu.toL2Bus.master[0]
677mem_side=system.membus.slave[2]
678
679[system.cpu.l2cache.tags]
680type=LRU
681assoc=8
682block_size=64
683clk_domain=system.cpu_clk_domain
684eventq_index=0
685hit_latency=20
686sequential_access=false
687size=4194304
688
689[system.cpu.toL2Bus]
690type=CoherentXBar
691clk_domain=system.cpu_clk_domain
692eventq_index=0
693forward_latency=0
694frontend_latency=1
695response_latency=1
696snoop_filter=Null
697snoop_response_latency=1
698system=system
699use_default_range=false
700width=32
701master=system.cpu.l2cache.cpu_side
702slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb.walker.port system.cpu.dtb.walker.port
703
704[system.cpu.tracer]
705type=ExeTracer
706eventq_index=0
707
708[system.cpu_clk_domain]
709type=SrcClockDomain
710clock=500
711domain_id=-1
712eventq_index=0
713init_perf_level=0
714voltage_domain=system.voltage_domain
715
716[system.dvfs_handler]
717type=DVFSHandler
718domains=
719enable=false
720eventq_index=0
721sys_clk_domain=system.clk_domain
722transition_latency=100000000
723
724[system.intrctrl]
725type=IntrControl
726eventq_index=0
727sys=system
728
729[system.iobus]
730type=NoncoherentXBar
731clk_domain=system.clk_domain
732eventq_index=0
733forward_latency=1
734frontend_latency=2
735response_latency=2
736use_default_range=true
737width=16
738default=system.realview.pciconfig.pio
739master=system.realview.uart.pio system.realview.realview_io.pio system.realview.timer0.pio system.realview.timer1.pio system.realview.clcd.pio system.realview.hdlcd.pio system.realview.kmi0.pio system.realview.kmi1.pio system.realview.cf_ctrl.pio system.realview.cf_ctrl.config system.realview.rtc.pio system.realview.vram.port system.realview.l2x0_fake.pio system.realview.uart1_fake.pio system.realview.uart2_fake.pio system.realview.uart3_fake.pio system.realview.sp810_fake.pio system.realview.watchdog_fake.pio system.realview.aaci_fake.pio system.realview.lan_fake.pio system.realview.usb_fake.pio system.realview.mmc_fake.pio system.realview.energy_ctrl.pio system.realview.ide.pio system.realview.ide.config system.realview.ethernet.pio system.realview.ethernet.config system.iocache.cpu_side
740slave=system.bridge.master system.realview.clcd.dma system.realview.cf_ctrl.dma system.realview.ide.dma system.realview.ethernet.dma
741
742[system.iocache]
743type=BaseCache
744children=tags
745addr_ranges=2147483648:2415919103
746assoc=8
747clk_domain=system.clk_domain
748demand_mshr_reserve=1
749eventq_index=0
750forward_snoops=false
751hit_latency=50
752is_read_only=false
753max_miss_count=0
754mshrs=20
755prefetch_on_access=false
756prefetcher=Null
757response_latency=50
758sequential_access=false
759size=1024
760system=system
761tags=system.iocache.tags
762tgts_per_mshr=12
763write_buffers=8
764cpu_side=system.iobus.master[27]
765mem_side=system.membus.slave[3]
766
767[system.iocache.tags]
768type=LRU
769assoc=8
770block_size=64
771clk_domain=system.clk_domain
772eventq_index=0
773hit_latency=50
774sequential_access=false
775size=1024
776
777[system.membus]
778type=CoherentXBar
779children=badaddr_responder
780clk_domain=system.clk_domain
781eventq_index=0
782forward_latency=4
783frontend_latency=3
784response_latency=2
785snoop_filter=Null
786snoop_response_latency=4
787system=system
788use_default_range=false
789width=16
790default=system.membus.badaddr_responder.pio
791master=system.bridge.slave system.realview.nvmem.port system.realview.gic.pio system.realview.vgic.pio system.realview.local_cpu_timer.pio system.physmem.port
792slave=system.realview.hdlcd.dma system.system_port system.cpu.l2cache.mem_side system.iocache.mem_side
793
794[system.membus.badaddr_responder]
795type=IsaFake
796clk_domain=system.clk_domain
797eventq_index=0
798fake_mem=false
799pio_addr=0
800pio_latency=100000
801pio_size=8
802ret_bad_addr=true
803ret_data16=65535
804ret_data32=4294967295
805ret_data64=18446744073709551615
806ret_data8=255
807system=system
808update_data=false
809warn_access=warn
810pio=system.membus.default
811
812[system.physmem]
813type=DRAMCtrl
814IDD0=0.075000
815IDD02=0.000000
816IDD2N=0.050000
817IDD2N2=0.000000
818IDD2P0=0.000000
819IDD2P02=0.000000
820IDD2P1=0.000000
821IDD2P12=0.000000
822IDD3N=0.057000
823IDD3N2=0.000000
824IDD3P0=0.000000
825IDD3P02=0.000000
826IDD3P1=0.000000
827IDD3P12=0.000000
828IDD4R=0.187000
829IDD4R2=0.000000
830IDD4W=0.165000
831IDD4W2=0.000000
832IDD5=0.220000
833IDD52=0.000000
834IDD6=0.000000
835IDD62=0.000000
836VDD=1.500000
837VDD2=0.000000
838activation_limit=4
839addr_mapping=RoRaBaCoCh
840bank_groups_per_rank=0
841banks_per_rank=8
842burst_length=8
843channels=1
844clk_domain=system.clk_domain
845conf_table_reported=true
846device_bus_width=8
847device_rowbuffer_size=1024
848device_size=536870912
849devices_per_rank=8
850dll=true
851eventq_index=0
852in_addr_map=true
853max_accesses_per_row=16
854mem_sched_policy=frfcfs
855min_writes_per_switch=16
856null=false
857page_policy=open_adaptive
858range=2147483648:2415919103
859ranks_per_channel=2
860read_buffer_size=32
861static_backend_latency=10000
862static_frontend_latency=10000
863tBURST=5000
864tCCD_L=0
865tCK=1250
866tCL=13750
867tCS=2500
868tRAS=35000
869tRCD=13750
870tREFI=7800000
871tRFC=260000
872tRP=13750
873tRRD=6000
874tRRD_L=0
875tRTP=7500
876tRTW=2500
877tWR=15000
878tWTR=7500
879tXAW=30000
880tXP=0
881tXPDLL=0
882tXS=0
883tXSDLL=0
884write_buffer_size=64
885write_high_thresh_perc=85
886write_low_thresh_perc=50
887port=system.membus.master[5]
888
889[system.realview]
890type=RealView
891children=aaci_fake cf_ctrl clcd energy_ctrl ethernet generic_timer gic hdlcd ide kmi0 kmi1 l2x0_fake lan_fake local_cpu_timer mmc_fake nvmem pciconfig realview_io rtc sp810_fake timer0 timer1 uart uart1_fake uart2_fake uart3_fake usb_fake vgic vram watchdog_fake
892eventq_index=0
893intrctrl=system.intrctrl
894pci_cfg_base=805306368
895pci_cfg_gen_offsets=true
896pci_io_base=788529152
897system=system
898
899[system.realview.aaci_fake]
900type=AmbaFake
901amba_id=0
902clk_domain=system.clk_domain
903eventq_index=0
904ignore_access=false
905pio_addr=470024192
906pio_latency=100000
907system=system
908pio=system.iobus.master[18]
909
910[system.realview.cf_ctrl]
911type=IdeController
912BAR0=471465984
913BAR0LegacyIO=true
914BAR0Size=256
915BAR1=471466240
916BAR1LegacyIO=true
917BAR1Size=4096
918BAR2=1
919BAR2LegacyIO=false
920BAR2Size=8
921BAR3=1
922BAR3LegacyIO=false
923BAR3Size=4
924BAR4=1
925BAR4LegacyIO=false
926BAR4Size=16
927BAR5=1
928BAR5LegacyIO=false
929BAR5Size=0
930BIST=0
931CacheLineSize=0
932CapabilityPtr=0
933CardbusCIS=0
934ClassCode=1
935Command=1
936DeviceID=28945
937ExpansionROM=0
938HeaderType=0
939InterruptLine=31
940InterruptPin=1
941LatencyTimer=0
942LegacyIOBase=0
943MSICAPBaseOffset=0
944MSICAPCapId=0
945MSICAPMaskBits=0
946MSICAPMsgAddr=0
947MSICAPMsgCtrl=0
948MSICAPMsgData=0
949MSICAPMsgUpperAddr=0
950MSICAPNextCapability=0
951MSICAPPendingBits=0
952MSIXCAPBaseOffset=0
953MSIXCAPCapId=0
954MSIXCAPNextCapability=0
955MSIXMsgCtrl=0
956MSIXPbaOffset=0
957MSIXTableOffset=0
958MaximumLatency=0
959MinimumGrant=0
960PMCAPBaseOffset=0
961PMCAPCapId=0
962PMCAPCapabilities=0
963PMCAPCtrlStatus=0
964PMCAPNextCapability=0
965PXCAPBaseOffset=0
966PXCAPCapId=0
967PXCAPCapabilities=0
968PXCAPDevCap2=0
969PXCAPDevCapabilities=0
970PXCAPDevCtrl=0
971PXCAPDevCtrl2=0
972PXCAPDevStatus=0
973PXCAPLinkCap=0
974PXCAPLinkCtrl=0
975PXCAPLinkStatus=0
976PXCAPNextCapability=0
977ProgIF=133
978Revision=0
979Status=640
980SubClassCode=1
981SubsystemID=0
982SubsystemVendorID=0
983VendorID=32902
984clk_domain=system.clk_domain
985config_latency=20000
986ctrl_offset=2
987disks=
988eventq_index=0
989io_shift=2
990pci_bus=2
991pci_dev=0
992pci_func=0
993pio_latency=30000
994platform=system.realview
995system=system
996config=system.iobus.master[9]
997dma=system.iobus.slave[2]
998pio=system.iobus.master[8]
999
1000[system.realview.clcd]
1001type=Pl111
1002amba_id=1315089
1003clk_domain=system.clk_domain
1004enable_capture=true
1005eventq_index=0
1006gic=system.realview.gic
1007int_num=46
1008pio_addr=471793664
1009pio_latency=10000
1010pixel_clock=41667
1011system=system
1012vnc=system.vncserver
1013dma=system.iobus.slave[1]
1014pio=system.iobus.master[4]
1015
1016[system.realview.energy_ctrl]
1017type=EnergyCtrl
1018clk_domain=system.clk_domain
1019dvfs_handler=system.dvfs_handler
1020eventq_index=0
1021pio_addr=470286336
1022pio_latency=100000
1023system=system
1024pio=system.iobus.master[22]
1025
1026[system.realview.ethernet]
1027type=IGbE
1028BAR0=0
1029BAR0LegacyIO=false
1030BAR0Size=131072
1031BAR1=0
1032BAR1LegacyIO=false
1033BAR1Size=0
1034BAR2=0
1035BAR2LegacyIO=false
1036BAR2Size=0
1037BAR3=0
1038BAR3LegacyIO=false
1039BAR3Size=0
1040BAR4=0
1041BAR4LegacyIO=false
1042BAR4Size=0
1043BAR5=0
1044BAR5LegacyIO=false
1045BAR5Size=0
1046BIST=0
1047CacheLineSize=0
1048CapabilityPtr=0
1049CardbusCIS=0
1050ClassCode=2
1051Command=0
1052DeviceID=4213
1053ExpansionROM=0
1054HeaderType=0
1055InterruptLine=1
1056InterruptPin=1
1057LatencyTimer=0
1058LegacyIOBase=0
1059MSICAPBaseOffset=0
1060MSICAPCapId=0
1061MSICAPMaskBits=0
1062MSICAPMsgAddr=0
1063MSICAPMsgCtrl=0
1064MSICAPMsgData=0
1065MSICAPMsgUpperAddr=0
1066MSICAPNextCapability=0
1067MSICAPPendingBits=0
1068MSIXCAPBaseOffset=0
1069MSIXCAPCapId=0
1070MSIXCAPNextCapability=0
1071MSIXMsgCtrl=0
1072MSIXPbaOffset=0
1073MSIXTableOffset=0
1074MaximumLatency=0
1075MinimumGrant=255
1076PMCAPBaseOffset=0
1077PMCAPCapId=0
1078PMCAPCapabilities=0
1079PMCAPCtrlStatus=0
1080PMCAPNextCapability=0
1081PXCAPBaseOffset=0
1082PXCAPCapId=0
1083PXCAPCapabilities=0
1084PXCAPDevCap2=0
1085PXCAPDevCapabilities=0
1086PXCAPDevCtrl=0
1087PXCAPDevCtrl2=0
1088PXCAPDevStatus=0
1089PXCAPLinkCap=0
1090PXCAPLinkCtrl=0
1091PXCAPLinkStatus=0
1092PXCAPNextCapability=0
1093ProgIF=0
1094Revision=0
1095Status=0
1096SubClassCode=0
1097SubsystemID=4104
1098SubsystemVendorID=32902
1099VendorID=32902
1100clk_domain=system.clk_domain
1101config_latency=20000
1102eventq_index=0
1103fetch_comp_delay=10000
1104fetch_delay=10000
1105hardware_address=00:90:00:00:00:01
1106pci_bus=0
1107pci_dev=0
1108pci_func=0
1109phy_epid=896
1110phy_pid=680
1111pio_latency=30000
1112platform=system.realview
1113rx_desc_cache_size=64
1114rx_fifo_size=393216
1115rx_write_delay=0
1116system=system
1117tx_desc_cache_size=64
1118tx_fifo_size=393216
1119tx_read_delay=0
1120wb_comp_delay=10000
1121wb_delay=10000
1122config=system.iobus.master[26]
1123dma=system.iobus.slave[4]
1124pio=system.iobus.master[25]
1125
1126[system.realview.generic_timer]
1127type=GenericTimer
1128eventq_index=0
1129gic=system.realview.gic
1130int_phys=29
1131int_virt=27
1132system=system
1133
1134[system.realview.gic]
1135type=Pl390
1136clk_domain=system.clk_domain
1137cpu_addr=738205696
1138cpu_pio_delay=10000
1139dist_addr=738201600
1140dist_pio_delay=10000
1141eventq_index=0
1142int_latency=10000
1143it_lines=128
1144platform=system.realview
1145system=system
1146pio=system.membus.master[2]
1147
1148[system.realview.hdlcd]
1149type=HDLcd
1150amba_id=1314816
1151clk_domain=system.clk_domain
1152enable_capture=true
1153eventq_index=0
1154gic=system.realview.gic
1155int_num=117
1156pio_addr=721420288
1157pio_latency=10000
1158pixel_clock=7299
1159system=system
1160vnc=system.vncserver
1161workaround_swap_rb=true
1162dma=system.membus.slave[0]
1163pio=system.iobus.master[5]
1164
1165[system.realview.ide]
1166type=IdeController
1167BAR0=1
1168BAR0LegacyIO=false
1169BAR0Size=8
1170BAR1=1
1171BAR1LegacyIO=false
1172BAR1Size=4
1173BAR2=1
1174BAR2LegacyIO=false
1175BAR2Size=8
1176BAR3=1
1177BAR3LegacyIO=false
1178BAR3Size=4
1179BAR4=1
1180BAR4LegacyIO=false
1181BAR4Size=16
1182BAR5=1
1183BAR5LegacyIO=false
1184BAR5Size=0
1185BIST=0
1186CacheLineSize=0
1187CapabilityPtr=0
1188CardbusCIS=0
1189ClassCode=1
1190Command=0
1191DeviceID=28945
1192ExpansionROM=0
1193HeaderType=0
1194InterruptLine=2
1195InterruptPin=2
1196LatencyTimer=0
1197LegacyIOBase=0
1198MSICAPBaseOffset=0
1199MSICAPCapId=0
1200MSICAPMaskBits=0
1201MSICAPMsgAddr=0
1202MSICAPMsgCtrl=0
1203MSICAPMsgData=0
1204MSICAPMsgUpperAddr=0
1205MSICAPNextCapability=0
1206MSICAPPendingBits=0
1207MSIXCAPBaseOffset=0
1208MSIXCAPCapId=0
1209MSIXCAPNextCapability=0
1210MSIXMsgCtrl=0
1211MSIXPbaOffset=0
1212MSIXTableOffset=0
1213MaximumLatency=0
1214MinimumGrant=0
1215PMCAPBaseOffset=0
1216PMCAPCapId=0
1217PMCAPCapabilities=0
1218PMCAPCtrlStatus=0
1219PMCAPNextCapability=0
1220PXCAPBaseOffset=0
1221PXCAPCapId=0
1222PXCAPCapabilities=0
1223PXCAPDevCap2=0
1224PXCAPDevCapabilities=0
1225PXCAPDevCtrl=0
1226PXCAPDevCtrl2=0
1227PXCAPDevStatus=0
1228PXCAPLinkCap=0
1229PXCAPLinkCtrl=0
1230PXCAPLinkStatus=0
1231PXCAPNextCapability=0
1232ProgIF=133
1233Revision=0
1234Status=640
1235SubClassCode=1
1236SubsystemID=0
1237SubsystemVendorID=0
1238VendorID=32902
1239clk_domain=system.clk_domain
1240config_latency=20000
1241ctrl_offset=0
1242disks=system.cf0
1243eventq_index=0
1244io_shift=0
1245pci_bus=0
1246pci_dev=1
1247pci_func=0
1248pio_latency=30000
1249platform=system.realview
1250system=system
1251config=system.iobus.master[24]
1252dma=system.iobus.slave[3]
1253pio=system.iobus.master[23]
1254
1255[system.realview.kmi0]
1256type=Pl050
1257amba_id=1314896
1258clk_domain=system.clk_domain
1259eventq_index=0
1260gic=system.realview.gic
1261int_delay=1000000
1262int_num=44
1263is_mouse=false
1264pio_addr=470155264
1265pio_latency=100000
1266system=system
1267vnc=system.vncserver
1268pio=system.iobus.master[6]
1269
1270[system.realview.kmi1]
1271type=Pl050
1272amba_id=1314896
1273clk_domain=system.clk_domain
1274eventq_index=0
1275gic=system.realview.gic
1276int_delay=1000000
1277int_num=45
1278is_mouse=true
1279pio_addr=470220800
1280pio_latency=100000
1281system=system
1282vnc=system.vncserver
1283pio=system.iobus.master[7]
1284
1285[system.realview.l2x0_fake]
1286type=IsaFake
1287clk_domain=system.clk_domain
1288eventq_index=0
1289fake_mem=false
1290pio_addr=739246080
1291pio_latency=100000
1292pio_size=4095
1293ret_bad_addr=false
1294ret_data16=65535
1295ret_data32=4294967295
1296ret_data64=18446744073709551615
1297ret_data8=255
1298system=system
1299update_data=false
1300warn_access=
1301pio=system.iobus.master[12]
1302
1303[system.realview.lan_fake]
1304type=IsaFake
1305clk_domain=system.clk_domain
1306eventq_index=0
1307fake_mem=false
1308pio_addr=436207616
1309pio_latency=100000
1310pio_size=65535
1311ret_bad_addr=false
1312ret_data16=65535
1313ret_data32=4294967295
1314ret_data64=18446744073709551615
1315ret_data8=255
1316system=system
1317update_data=false
1318warn_access=
1319pio=system.iobus.master[19]
1320
1321[system.realview.local_cpu_timer]
1322type=CpuLocalTimer
1323clk_domain=system.clk_domain
1324eventq_index=0
1325gic=system.realview.gic
1326int_num_timer=29
1327int_num_watchdog=30
1328pio_addr=738721792
1329pio_latency=100000
1330system=system
1331pio=system.membus.master[4]
1332
1333[system.realview.mmc_fake]
1334type=AmbaFake
1335amba_id=0
1336clk_domain=system.clk_domain
1337eventq_index=0
1338ignore_access=false
1339pio_addr=470089728
1340pio_latency=100000
1341system=system
1342pio=system.iobus.master[21]
1343
1344[system.realview.nvmem]
1345type=SimpleMemory
1346bandwidth=73.000000
1347clk_domain=system.clk_domain
1348conf_table_reported=true
1349eventq_index=0
1350in_addr_map=true
1351latency=30000
1352latency_var=0
1353null=false
1354range=0:67108863
1355port=system.membus.master[1]
1356
1357[system.realview.pciconfig]
1358type=PciConfigAll
1359bus=0
1360clk_domain=system.clk_domain
1361eventq_index=0
1362pio_addr=0
1363pio_latency=30000
1364platform=system.realview
1365size=268435456
1366system=system
1367pio=system.iobus.default
1368
1369[system.realview.realview_io]
1370type=RealViewCtrl
1371clk_domain=system.clk_domain
1372eventq_index=0
1373idreg=35979264
1374pio_addr=469827584
1375pio_latency=100000
1376proc_id0=335544320
1377proc_id1=335544320
1378system=system
1379pio=system.iobus.master[1]
1380
1381[system.realview.rtc]
1382type=PL031
1383amba_id=3412017
1384clk_domain=system.clk_domain
1385eventq_index=0
1386gic=system.realview.gic
1387int_delay=100000
1388int_num=36
1389pio_addr=471269376
1390pio_latency=100000
1391system=system
1392time=Thu Jan  1 00:00:00 2009
1393pio=system.iobus.master[10]
1394
1395[system.realview.sp810_fake]
1396type=AmbaFake
1397amba_id=0
1398clk_domain=system.clk_domain
1399eventq_index=0
1400ignore_access=true
1401pio_addr=469893120
1402pio_latency=100000
1403system=system
1404pio=system.iobus.master[16]
1405
1406[system.realview.timer0]
1407type=Sp804
1408amba_id=1316868
1409clk_domain=system.clk_domain
1410clock0=1000000
1411clock1=1000000
1412eventq_index=0
1413gic=system.realview.gic
1414int_num0=34
1415int_num1=34
1416pio_addr=470876160
1417pio_latency=100000
1418system=system
1419pio=system.iobus.master[2]
1420
1421[system.realview.timer1]
1422type=Sp804
1423amba_id=1316868
1424clk_domain=system.clk_domain
1425clock0=1000000
1426clock1=1000000
1427eventq_index=0
1428gic=system.realview.gic
1429int_num0=35
1430int_num1=35
1431pio_addr=470941696
1432pio_latency=100000
1433system=system
1434pio=system.iobus.master[3]
1435
1436[system.realview.uart]
1437type=Pl011
1438clk_domain=system.clk_domain
1439end_on_eot=false
1440eventq_index=0
1441gic=system.realview.gic
1442int_delay=100000
1443int_num=37
1444pio_addr=470351872
1445pio_latency=100000
1446platform=system.realview
1447system=system
1448terminal=system.terminal
1449pio=system.iobus.master[0]
1450
1451[system.realview.uart1_fake]
1452type=AmbaFake
1453amba_id=0
1454clk_domain=system.clk_domain
1455eventq_index=0
1456ignore_access=false
1457pio_addr=470417408
1458pio_latency=100000
1459system=system
1460pio=system.iobus.master[13]
1461
1462[system.realview.uart2_fake]
1463type=AmbaFake
1464amba_id=0
1465clk_domain=system.clk_domain
1466eventq_index=0
1467ignore_access=false
1468pio_addr=470482944
1469pio_latency=100000
1470system=system
1471pio=system.iobus.master[14]
1472
1473[system.realview.uart3_fake]
1474type=AmbaFake
1475amba_id=0
1476clk_domain=system.clk_domain
1477eventq_index=0
1478ignore_access=false
1479pio_addr=470548480
1480pio_latency=100000
1481system=system
1482pio=system.iobus.master[15]
1483
1484[system.realview.usb_fake]
1485type=IsaFake
1486clk_domain=system.clk_domain
1487eventq_index=0
1488fake_mem=false
1489pio_addr=452984832
1490pio_latency=100000
1491pio_size=131071
1492ret_bad_addr=false
1493ret_data16=65535
1494ret_data32=4294967295
1495ret_data64=18446744073709551615
1496ret_data8=255
1497system=system
1498update_data=false
1499warn_access=
1500pio=system.iobus.master[20]
1501
1502[system.realview.vgic]
1503type=VGic
1504clk_domain=system.clk_domain
1505eventq_index=0
1506gic=system.realview.gic
1507hv_addr=738213888
1508pio_delay=10000
1509platform=system.realview
1510ppint=25
1511system=system
1512vcpu_addr=738222080
1513pio=system.membus.master[3]
1514
1515[system.realview.vram]
1516type=SimpleMemory
1517bandwidth=73.000000
1518clk_domain=system.clk_domain
1519conf_table_reported=false
1520eventq_index=0
1521in_addr_map=true
1522latency=30000
1523latency_var=0
1524null=false
1525range=402653184:436207615
1526port=system.iobus.master[11]
1527
1528[system.realview.watchdog_fake]
1529type=AmbaFake
1530amba_id=0
1531clk_domain=system.clk_domain
1532eventq_index=0
1533ignore_access=false
1534pio_addr=470745088
1535pio_latency=100000
1536system=system
1537pio=system.iobus.master[17]
1538
1539[system.terminal]
1540type=Terminal
1541eventq_index=0
1542intr_control=system.intrctrl
1543number=0
1544output=true
1545port=3456
1546
1547[system.vncserver]
1548type=VncServer
1549eventq_index=0
1550frame_capture=false
1551number=0
1552port=5900
1553
1554[system.voltage_domain]
1555type=VoltageDomain
1556eventq_index=0
1557voltage=1.000000
1558
1559