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