config.ini revision 11731:c473ca7cc650
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
17default_p_state=UNDEFINED
18eventq_index=0
19exit_on_work_items=false
20init_param=0
21kernel=
22kernel_addr_check=true
23load_addr_mask=1099511627775
24load_offset=0
25mem_mode=timing
26mem_ranges=
27memories=system.physmem
28mmap_using_noreserve=false
29multi_thread=false
30num_work_ids=16
31p_state_clk_gate_bins=20
32p_state_clk_gate_max=1000000000000
33p_state_clk_gate_min=1000
34power_model=Null
35readfile=
36symbolfile=
37thermal_components=
38thermal_model=Null
39work_begin_ckpt_count=0
40work_begin_cpu_id_exit=-1
41work_begin_exit_count=0
42work_cpus_ckpt_count=0
43work_end_ckpt_count=0
44work_end_exit_count=0
45work_item_id=-1
46system_port=system.membus.slave[0]
47
48[system.clk_domain]
49type=SrcClockDomain
50clock=1000
51domain_id=-1
52eventq_index=0
53init_perf_level=0
54voltage_domain=system.voltage_domain
55
56[system.cpu]
57type=DerivO3CPU
58children=branchPred dcache dtb fuPool icache interrupts isa itb l2cache toL2Bus tracer workload
59LFSTSize=1024
60LQEntries=32
61LSQCheckLoads=true
62LSQDepCheckShift=4
63SQEntries=32
64SSITSize=1024
65UnifiedTLB=true
66activity=0
67backComSize=5
68branchPred=system.cpu.branchPred
69cachePorts=200
70checker=Null
71clk_domain=system.cpu_clk_domain
72commitToDecodeDelay=1
73commitToFetchDelay=1
74commitToIEWDelay=1
75commitToRenameDelay=1
76commitWidth=8
77cpu_id=0
78decodeToFetchDelay=1
79decodeToRenameDelay=1
80decodeWidth=8
81default_p_state=UNDEFINED
82dispatchWidth=8
83do_checkpoint_insts=true
84do_quiesce=true
85do_statistics_insts=true
86dtb=system.cpu.dtb
87eventq_index=0
88fetchBufferSize=64
89fetchQueueSize=32
90fetchToDecodeDelay=1
91fetchTrapLatency=1
92fetchWidth=8
93forwardComSize=5
94fuPool=system.cpu.fuPool
95function_trace=false
96function_trace_start=0
97iewToCommitDelay=1
98iewToDecodeDelay=1
99iewToFetchDelay=1
100iewToRenameDelay=1
101interrupts=system.cpu.interrupts
102isa=system.cpu.isa
103issueToExecuteDelay=1
104issueWidth=8
105itb=system.cpu.itb
106max_insts_all_threads=0
107max_insts_any_thread=0
108max_loads_all_threads=0
109max_loads_any_thread=0
110needsTSO=false
111numIQEntries=64
112numPhysCCRegs=0
113numPhysFloatRegs=256
114numPhysIntRegs=256
115numROBEntries=192
116numRobs=1
117numThreads=1
118p_state_clk_gate_bins=20
119p_state_clk_gate_max=1000000000000
120p_state_clk_gate_min=1000
121power_model=Null
122profile=0
123progress_interval=0
124renameToDecodeDelay=1
125renameToFetchDelay=1
126renameToIEWDelay=2
127renameToROBDelay=1
128renameWidth=8
129simpoint_start_insts=
130smtCommitPolicy=RoundRobin
131smtFetchPolicy=SingleThread
132smtIQPolicy=Partitioned
133smtIQThreshold=100
134smtLSQPolicy=Partitioned
135smtLSQThreshold=100
136smtNumFetchingThreads=1
137smtROBPolicy=Partitioned
138smtROBThreshold=100
139socket_id=0
140squashWidth=8
141store_set_clear_period=250000
142switched_out=false
143system=system
144tracer=system.cpu.tracer
145trapLatency=13
146wbWidth=8
147workload=system.cpu.workload
148dcache_port=system.cpu.dcache.cpu_side
149icache_port=system.cpu.icache.cpu_side
150
151[system.cpu.branchPred]
152type=TournamentBP
153BTBEntries=4096
154BTBTagSize=16
155RASSize=16
156choiceCtrBits=2
157choicePredictorSize=8192
158eventq_index=0
159globalCtrBits=2
160globalPredictorSize=8192
161indirectHashGHR=true
162indirectHashTargets=true
163indirectPathLength=3
164indirectSets=256
165indirectTagSize=16
166indirectWays=2
167instShiftAmt=2
168localCtrBits=2
169localHistoryTableSize=2048
170localPredictorSize=2048
171numThreads=1
172useIndirect=true
173
174[system.cpu.dcache]
175type=Cache
176children=tags
177addr_ranges=0:18446744073709551615:0:0:0:0
178assoc=2
179clk_domain=system.cpu_clk_domain
180clusivity=mostly_incl
181data_latency=2
182default_p_state=UNDEFINED
183demand_mshr_reserve=1
184eventq_index=0
185is_read_only=false
186max_miss_count=0
187mshrs=4
188p_state_clk_gate_bins=20
189p_state_clk_gate_max=1000000000000
190p_state_clk_gate_min=1000
191power_model=Null
192prefetch_on_access=false
193prefetcher=Null
194response_latency=2
195sequential_access=false
196size=262144
197system=system
198tag_latency=2
199tags=system.cpu.dcache.tags
200tgts_per_mshr=20
201write_buffers=8
202writeback_clean=false
203cpu_side=system.cpu.dcache_port
204mem_side=system.cpu.toL2Bus.slave[1]
205
206[system.cpu.dcache.tags]
207type=LRU
208assoc=2
209block_size=64
210clk_domain=system.cpu_clk_domain
211data_latency=2
212default_p_state=UNDEFINED
213eventq_index=0
214p_state_clk_gate_bins=20
215p_state_clk_gate_max=1000000000000
216p_state_clk_gate_min=1000
217power_model=Null
218sequential_access=false
219size=262144
220tag_latency=2
221
222[system.cpu.dtb]
223type=PowerTLB
224eventq_index=0
225size=64
226
227[system.cpu.fuPool]
228type=FUPool
229children=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7 FUList8
230FUList=system.cpu.fuPool.FUList0 system.cpu.fuPool.FUList1 system.cpu.fuPool.FUList2 system.cpu.fuPool.FUList3 system.cpu.fuPool.FUList4 system.cpu.fuPool.FUList5 system.cpu.fuPool.FUList6 system.cpu.fuPool.FUList7 system.cpu.fuPool.FUList8
231eventq_index=0
232
233[system.cpu.fuPool.FUList0]
234type=FUDesc
235children=opList
236count=6
237eventq_index=0
238opList=system.cpu.fuPool.FUList0.opList
239
240[system.cpu.fuPool.FUList0.opList]
241type=OpDesc
242eventq_index=0
243opClass=IntAlu
244opLat=1
245pipelined=true
246
247[system.cpu.fuPool.FUList1]
248type=FUDesc
249children=opList0 opList1
250count=2
251eventq_index=0
252opList=system.cpu.fuPool.FUList1.opList0 system.cpu.fuPool.FUList1.opList1
253
254[system.cpu.fuPool.FUList1.opList0]
255type=OpDesc
256eventq_index=0
257opClass=IntMult
258opLat=3
259pipelined=true
260
261[system.cpu.fuPool.FUList1.opList1]
262type=OpDesc
263eventq_index=0
264opClass=IntDiv
265opLat=20
266pipelined=false
267
268[system.cpu.fuPool.FUList2]
269type=FUDesc
270children=opList0 opList1 opList2
271count=4
272eventq_index=0
273opList=system.cpu.fuPool.FUList2.opList0 system.cpu.fuPool.FUList2.opList1 system.cpu.fuPool.FUList2.opList2
274
275[system.cpu.fuPool.FUList2.opList0]
276type=OpDesc
277eventq_index=0
278opClass=FloatAdd
279opLat=2
280pipelined=true
281
282[system.cpu.fuPool.FUList2.opList1]
283type=OpDesc
284eventq_index=0
285opClass=FloatCmp
286opLat=2
287pipelined=true
288
289[system.cpu.fuPool.FUList2.opList2]
290type=OpDesc
291eventq_index=0
292opClass=FloatCvt
293opLat=2
294pipelined=true
295
296[system.cpu.fuPool.FUList3]
297type=FUDesc
298children=opList0 opList1 opList2 opList3 opList4
299count=2
300eventq_index=0
301opList=system.cpu.fuPool.FUList3.opList0 system.cpu.fuPool.FUList3.opList1 system.cpu.fuPool.FUList3.opList2 system.cpu.fuPool.FUList3.opList3 system.cpu.fuPool.FUList3.opList4
302
303[system.cpu.fuPool.FUList3.opList0]
304type=OpDesc
305eventq_index=0
306opClass=FloatMult
307opLat=4
308pipelined=true
309
310[system.cpu.fuPool.FUList3.opList1]
311type=OpDesc
312eventq_index=0
313opClass=FloatMultAcc
314opLat=5
315pipelined=true
316
317[system.cpu.fuPool.FUList3.opList2]
318type=OpDesc
319eventq_index=0
320opClass=FloatMisc
321opLat=3
322pipelined=true
323
324[system.cpu.fuPool.FUList3.opList3]
325type=OpDesc
326eventq_index=0
327opClass=FloatDiv
328opLat=12
329pipelined=false
330
331[system.cpu.fuPool.FUList3.opList4]
332type=OpDesc
333eventq_index=0
334opClass=FloatSqrt
335opLat=24
336pipelined=false
337
338[system.cpu.fuPool.FUList4]
339type=FUDesc
340children=opList0 opList1
341count=0
342eventq_index=0
343opList=system.cpu.fuPool.FUList4.opList0 system.cpu.fuPool.FUList4.opList1
344
345[system.cpu.fuPool.FUList4.opList0]
346type=OpDesc
347eventq_index=0
348opClass=MemRead
349opLat=1
350pipelined=true
351
352[system.cpu.fuPool.FUList4.opList1]
353type=OpDesc
354eventq_index=0
355opClass=FloatMemRead
356opLat=1
357pipelined=true
358
359[system.cpu.fuPool.FUList5]
360type=FUDesc
361children=opList00 opList01 opList02 opList03 opList04 opList05 opList06 opList07 opList08 opList09 opList10 opList11 opList12 opList13 opList14 opList15 opList16 opList17 opList18 opList19
362count=4
363eventq_index=0
364opList=system.cpu.fuPool.FUList5.opList00 system.cpu.fuPool.FUList5.opList01 system.cpu.fuPool.FUList5.opList02 system.cpu.fuPool.FUList5.opList03 system.cpu.fuPool.FUList5.opList04 system.cpu.fuPool.FUList5.opList05 system.cpu.fuPool.FUList5.opList06 system.cpu.fuPool.FUList5.opList07 system.cpu.fuPool.FUList5.opList08 system.cpu.fuPool.FUList5.opList09 system.cpu.fuPool.FUList5.opList10 system.cpu.fuPool.FUList5.opList11 system.cpu.fuPool.FUList5.opList12 system.cpu.fuPool.FUList5.opList13 system.cpu.fuPool.FUList5.opList14 system.cpu.fuPool.FUList5.opList15 system.cpu.fuPool.FUList5.opList16 system.cpu.fuPool.FUList5.opList17 system.cpu.fuPool.FUList5.opList18 system.cpu.fuPool.FUList5.opList19
365
366[system.cpu.fuPool.FUList5.opList00]
367type=OpDesc
368eventq_index=0
369opClass=SimdAdd
370opLat=1
371pipelined=true
372
373[system.cpu.fuPool.FUList5.opList01]
374type=OpDesc
375eventq_index=0
376opClass=SimdAddAcc
377opLat=1
378pipelined=true
379
380[system.cpu.fuPool.FUList5.opList02]
381type=OpDesc
382eventq_index=0
383opClass=SimdAlu
384opLat=1
385pipelined=true
386
387[system.cpu.fuPool.FUList5.opList03]
388type=OpDesc
389eventq_index=0
390opClass=SimdCmp
391opLat=1
392pipelined=true
393
394[system.cpu.fuPool.FUList5.opList04]
395type=OpDesc
396eventq_index=0
397opClass=SimdCvt
398opLat=1
399pipelined=true
400
401[system.cpu.fuPool.FUList5.opList05]
402type=OpDesc
403eventq_index=0
404opClass=SimdMisc
405opLat=1
406pipelined=true
407
408[system.cpu.fuPool.FUList5.opList06]
409type=OpDesc
410eventq_index=0
411opClass=SimdMult
412opLat=1
413pipelined=true
414
415[system.cpu.fuPool.FUList5.opList07]
416type=OpDesc
417eventq_index=0
418opClass=SimdMultAcc
419opLat=1
420pipelined=true
421
422[system.cpu.fuPool.FUList5.opList08]
423type=OpDesc
424eventq_index=0
425opClass=SimdShift
426opLat=1
427pipelined=true
428
429[system.cpu.fuPool.FUList5.opList09]
430type=OpDesc
431eventq_index=0
432opClass=SimdShiftAcc
433opLat=1
434pipelined=true
435
436[system.cpu.fuPool.FUList5.opList10]
437type=OpDesc
438eventq_index=0
439opClass=SimdSqrt
440opLat=1
441pipelined=true
442
443[system.cpu.fuPool.FUList5.opList11]
444type=OpDesc
445eventq_index=0
446opClass=SimdFloatAdd
447opLat=1
448pipelined=true
449
450[system.cpu.fuPool.FUList5.opList12]
451type=OpDesc
452eventq_index=0
453opClass=SimdFloatAlu
454opLat=1
455pipelined=true
456
457[system.cpu.fuPool.FUList5.opList13]
458type=OpDesc
459eventq_index=0
460opClass=SimdFloatCmp
461opLat=1
462pipelined=true
463
464[system.cpu.fuPool.FUList5.opList14]
465type=OpDesc
466eventq_index=0
467opClass=SimdFloatCvt
468opLat=1
469pipelined=true
470
471[system.cpu.fuPool.FUList5.opList15]
472type=OpDesc
473eventq_index=0
474opClass=SimdFloatDiv
475opLat=1
476pipelined=true
477
478[system.cpu.fuPool.FUList5.opList16]
479type=OpDesc
480eventq_index=0
481opClass=SimdFloatMisc
482opLat=1
483pipelined=true
484
485[system.cpu.fuPool.FUList5.opList17]
486type=OpDesc
487eventq_index=0
488opClass=SimdFloatMult
489opLat=1
490pipelined=true
491
492[system.cpu.fuPool.FUList5.opList18]
493type=OpDesc
494eventq_index=0
495opClass=SimdFloatMultAcc
496opLat=1
497pipelined=true
498
499[system.cpu.fuPool.FUList5.opList19]
500type=OpDesc
501eventq_index=0
502opClass=SimdFloatSqrt
503opLat=1
504pipelined=true
505
506[system.cpu.fuPool.FUList6]
507type=FUDesc
508children=opList0 opList1
509count=0
510eventq_index=0
511opList=system.cpu.fuPool.FUList6.opList0 system.cpu.fuPool.FUList6.opList1
512
513[system.cpu.fuPool.FUList6.opList0]
514type=OpDesc
515eventq_index=0
516opClass=MemWrite
517opLat=1
518pipelined=true
519
520[system.cpu.fuPool.FUList6.opList1]
521type=OpDesc
522eventq_index=0
523opClass=FloatMemWrite
524opLat=1
525pipelined=true
526
527[system.cpu.fuPool.FUList7]
528type=FUDesc
529children=opList0 opList1 opList2 opList3
530count=4
531eventq_index=0
532opList=system.cpu.fuPool.FUList7.opList0 system.cpu.fuPool.FUList7.opList1 system.cpu.fuPool.FUList7.opList2 system.cpu.fuPool.FUList7.opList3
533
534[system.cpu.fuPool.FUList7.opList0]
535type=OpDesc
536eventq_index=0
537opClass=MemRead
538opLat=1
539pipelined=true
540
541[system.cpu.fuPool.FUList7.opList1]
542type=OpDesc
543eventq_index=0
544opClass=MemWrite
545opLat=1
546pipelined=true
547
548[system.cpu.fuPool.FUList7.opList2]
549type=OpDesc
550eventq_index=0
551opClass=FloatMemRead
552opLat=1
553pipelined=true
554
555[system.cpu.fuPool.FUList7.opList3]
556type=OpDesc
557eventq_index=0
558opClass=FloatMemWrite
559opLat=1
560pipelined=true
561
562[system.cpu.fuPool.FUList8]
563type=FUDesc
564children=opList
565count=1
566eventq_index=0
567opList=system.cpu.fuPool.FUList8.opList
568
569[system.cpu.fuPool.FUList8.opList]
570type=OpDesc
571eventq_index=0
572opClass=IprAccess
573opLat=3
574pipelined=false
575
576[system.cpu.icache]
577type=Cache
578children=tags
579addr_ranges=0:18446744073709551615:0:0:0:0
580assoc=2
581clk_domain=system.cpu_clk_domain
582clusivity=mostly_incl
583data_latency=2
584default_p_state=UNDEFINED
585demand_mshr_reserve=1
586eventq_index=0
587is_read_only=true
588max_miss_count=0
589mshrs=4
590p_state_clk_gate_bins=20
591p_state_clk_gate_max=1000000000000
592p_state_clk_gate_min=1000
593power_model=Null
594prefetch_on_access=false
595prefetcher=Null
596response_latency=2
597sequential_access=false
598size=131072
599system=system
600tag_latency=2
601tags=system.cpu.icache.tags
602tgts_per_mshr=20
603write_buffers=8
604writeback_clean=true
605cpu_side=system.cpu.icache_port
606mem_side=system.cpu.toL2Bus.slave[0]
607
608[system.cpu.icache.tags]
609type=LRU
610assoc=2
611block_size=64
612clk_domain=system.cpu_clk_domain
613data_latency=2
614default_p_state=UNDEFINED
615eventq_index=0
616p_state_clk_gate_bins=20
617p_state_clk_gate_max=1000000000000
618p_state_clk_gate_min=1000
619power_model=Null
620sequential_access=false
621size=131072
622tag_latency=2
623
624[system.cpu.interrupts]
625type=PowerInterrupts
626eventq_index=0
627
628[system.cpu.isa]
629type=PowerISA
630eventq_index=0
631
632[system.cpu.itb]
633type=PowerTLB
634eventq_index=0
635size=64
636
637[system.cpu.l2cache]
638type=Cache
639children=tags
640addr_ranges=0:18446744073709551615:0:0:0:0
641assoc=8
642clk_domain=system.cpu_clk_domain
643clusivity=mostly_incl
644data_latency=20
645default_p_state=UNDEFINED
646demand_mshr_reserve=1
647eventq_index=0
648is_read_only=false
649max_miss_count=0
650mshrs=20
651p_state_clk_gate_bins=20
652p_state_clk_gate_max=1000000000000
653p_state_clk_gate_min=1000
654power_model=Null
655prefetch_on_access=false
656prefetcher=Null
657response_latency=20
658sequential_access=false
659size=2097152
660system=system
661tag_latency=20
662tags=system.cpu.l2cache.tags
663tgts_per_mshr=12
664write_buffers=8
665writeback_clean=false
666cpu_side=system.cpu.toL2Bus.master[0]
667mem_side=system.membus.slave[1]
668
669[system.cpu.l2cache.tags]
670type=LRU
671assoc=8
672block_size=64
673clk_domain=system.cpu_clk_domain
674data_latency=20
675default_p_state=UNDEFINED
676eventq_index=0
677p_state_clk_gate_bins=20
678p_state_clk_gate_max=1000000000000
679p_state_clk_gate_min=1000
680power_model=Null
681sequential_access=false
682size=2097152
683tag_latency=20
684
685[system.cpu.toL2Bus]
686type=CoherentXBar
687children=snoop_filter
688clk_domain=system.cpu_clk_domain
689default_p_state=UNDEFINED
690eventq_index=0
691forward_latency=0
692frontend_latency=1
693p_state_clk_gate_bins=20
694p_state_clk_gate_max=1000000000000
695p_state_clk_gate_min=1000
696point_of_coherency=false
697power_model=Null
698response_latency=1
699snoop_filter=system.cpu.toL2Bus.snoop_filter
700snoop_response_latency=1
701system=system
702use_default_range=false
703width=32
704master=system.cpu.l2cache.cpu_side
705slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side
706
707[system.cpu.toL2Bus.snoop_filter]
708type=SnoopFilter
709eventq_index=0
710lookup_latency=0
711max_capacity=8388608
712system=system
713
714[system.cpu.tracer]
715type=ExeTracer
716eventq_index=0
717
718[system.cpu.workload]
719type=LiveProcess
720cmd=hello
721cwd=
722drivers=
723egid=100
724env=
725errout=cerr
726euid=100
727eventq_index=0
728executable=/dist/m5/regression/test-progs/hello/bin/power/linux/hello
729gid=100
730input=cin
731kvmInSE=false
732max_stack_size=67108864
733output=cout
734pid=100
735ppid=99
736simpoint=0
737system=system
738uid=100
739useArchPT=false
740
741[system.cpu_clk_domain]
742type=SrcClockDomain
743clock=500
744domain_id=-1
745eventq_index=0
746init_perf_level=0
747voltage_domain=system.voltage_domain
748
749[system.dvfs_handler]
750type=DVFSHandler
751domains=
752enable=false
753eventq_index=0
754sys_clk_domain=system.clk_domain
755transition_latency=100000000
756
757[system.membus]
758type=CoherentXBar
759children=snoop_filter
760clk_domain=system.clk_domain
761default_p_state=UNDEFINED
762eventq_index=0
763forward_latency=4
764frontend_latency=3
765p_state_clk_gate_bins=20
766p_state_clk_gate_max=1000000000000
767p_state_clk_gate_min=1000
768point_of_coherency=true
769power_model=Null
770response_latency=2
771snoop_filter=system.membus.snoop_filter
772snoop_response_latency=4
773system=system
774use_default_range=false
775width=16
776master=system.physmem.port
777slave=system.system_port system.cpu.l2cache.mem_side
778
779[system.membus.snoop_filter]
780type=SnoopFilter
781eventq_index=0
782lookup_latency=1
783max_capacity=8388608
784system=system
785
786[system.physmem]
787type=DRAMCtrl
788IDD0=0.055000
789IDD02=0.000000
790IDD2N=0.032000
791IDD2N2=0.000000
792IDD2P0=0.000000
793IDD2P02=0.000000
794IDD2P1=0.032000
795IDD2P12=0.000000
796IDD3N=0.038000
797IDD3N2=0.000000
798IDD3P0=0.000000
799IDD3P02=0.000000
800IDD3P1=0.038000
801IDD3P12=0.000000
802IDD4R=0.157000
803IDD4R2=0.000000
804IDD4W=0.125000
805IDD4W2=0.000000
806IDD5=0.235000
807IDD52=0.000000
808IDD6=0.020000
809IDD62=0.000000
810VDD=1.500000
811VDD2=0.000000
812activation_limit=4
813addr_mapping=RoRaBaCoCh
814bank_groups_per_rank=0
815banks_per_rank=8
816burst_length=8
817channels=1
818clk_domain=system.clk_domain
819conf_table_reported=true
820default_p_state=UNDEFINED
821device_bus_width=8
822device_rowbuffer_size=1024
823device_size=536870912
824devices_per_rank=8
825dll=true
826eventq_index=0
827in_addr_map=true
828kvm_map=true
829max_accesses_per_row=16
830mem_sched_policy=frfcfs
831min_writes_per_switch=16
832null=false
833p_state_clk_gate_bins=20
834p_state_clk_gate_max=1000000000000
835p_state_clk_gate_min=1000
836page_policy=open_adaptive
837power_model=Null
838range=0:134217727:0:0:0:0
839ranks_per_channel=2
840read_buffer_size=32
841static_backend_latency=10000
842static_frontend_latency=10000
843tBURST=5000
844tCCD_L=0
845tCK=1250
846tCL=13750
847tCS=2500
848tRAS=35000
849tRCD=13750
850tREFI=7800000
851tRFC=260000
852tRP=13750
853tRRD=6000
854tRRD_L=0
855tRTP=7500
856tRTW=2500
857tWR=15000
858tWTR=7500
859tXAW=30000
860tXP=6000
861tXPDLL=0
862tXS=270000
863tXSDLL=0
864write_buffer_size=64
865write_high_thresh_perc=85
866write_low_thresh_perc=50
867port=system.membus.master[0]
868
869[system.voltage_domain]
870type=VoltageDomain
871eventq_index=0
872voltage=1.000000
873
874