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