config.ini revision 9885
16112SN/A[root]
26112SN/Atype=Root
36112SN/Achildren=system
48835SAli.Saidi@ARM.comfull_system=false
57935SN/Atime_sync_enable=false
67935SN/Atime_sync_period=100000000000
77935SN/Atime_sync_spin_threshold=100000000
86112SN/A
96112SN/A[system]
106112SN/Atype=System
119885Sstever@gmail.comchildren=clk_domain cpu0 cpu1 cpu2 cpu3 cpu_clk_domain l2c membus physmem toL2Bus voltage_domain
128835SAli.Saidi@ARM.comboot_osflags=a
139885Sstever@gmail.comcache_line_size=64
149885Sstever@gmail.comclk_domain=system.clk_domain
158835SAli.Saidi@ARM.cominit_param=0
168835SAli.Saidi@ARM.comkernel=
178835SAli.Saidi@ARM.comload_addr_mask=1099511627775
186112SN/Amem_mode=timing
199449SAli.Saidi@ARM.commem_ranges=
208464SN/Amemories=system.physmem
218721SN/Anum_work_ids=16
228835SAli.Saidi@ARM.comreadfile=
238835SAli.Saidi@ARM.comsymbolfile=
247935SN/Awork_begin_ckpt_count=0
257935SN/Awork_begin_cpu_id_exit=-1
267935SN/Awork_begin_exit_count=0
277935SN/Awork_cpus_ckpt_count=0
287935SN/Awork_end_ckpt_count=0
297935SN/Awork_end_exit_count=0
307935SN/Awork_item_id=-1
319885Sstever@gmail.comsystem_port=system.membus.slave[0]
329885Sstever@gmail.com
339885Sstever@gmail.com[system.clk_domain]
349885Sstever@gmail.comtype=SrcClockDomain
359885Sstever@gmail.comclock=1000
369885Sstever@gmail.comvoltage_domain=system.voltage_domain
376112SN/A
386112SN/A[system.cpu0]
396112SN/Atype=DerivO3CPU
409481Snilay@cs.wisc.educhildren=branchPred dcache dtb fuPool icache interrupts isa itb tracer workload
416112SN/ALFSTSize=1024
426112SN/ALQEntries=32
438241SN/ALSQCheckLoads=true
448241SN/ALSQDepCheckShift=4
456112SN/ASQEntries=32
466112SN/ASSITSize=1024
476112SN/Aactivity=0
486112SN/AbackComSize=5
499481Snilay@cs.wisc.edubranchPred=system.cpu0.branchPred
506112SN/AcachePorts=200
516112SN/Achecker=Null
529885Sstever@gmail.comclk_domain=system.cpu_clk_domain
536112SN/AcommitToDecodeDelay=1
546112SN/AcommitToFetchDelay=1
556112SN/AcommitToIEWDelay=1
566112SN/AcommitToRenameDelay=1
576112SN/AcommitWidth=8
586112SN/Acpu_id=0
596112SN/AdecodeToFetchDelay=1
606112SN/AdecodeToRenameDelay=1
616112SN/AdecodeWidth=8
626112SN/AdispatchWidth=8
636112SN/Ado_checkpoint_insts=true
648835SAli.Saidi@ARM.comdo_quiesce=true
656112SN/Ado_statistics_insts=true
666112SN/Adtb=system.cpu0.dtb
676112SN/AfetchToDecodeDelay=1
686112SN/AfetchTrapLatency=1
696112SN/AfetchWidth=8
706112SN/AforwardComSize=5
716112SN/AfuPool=system.cpu0.fuPool
726112SN/Afunction_trace=false
736112SN/Afunction_trace_start=0
746112SN/AiewToCommitDelay=1
756112SN/AiewToDecodeDelay=1
766112SN/AiewToFetchDelay=1
776112SN/AiewToRenameDelay=1
788835SAli.Saidi@ARM.cominterrupts=system.cpu0.interrupts
799449SAli.Saidi@ARM.comisa=system.cpu0.isa
806112SN/AissueToExecuteDelay=1
816112SN/AissueWidth=8
826112SN/Aitb=system.cpu0.itb
836112SN/Amax_insts_all_threads=0
846112SN/Amax_insts_any_thread=0
856112SN/Amax_loads_all_threads=0
866112SN/Amax_loads_any_thread=0
878835SAli.Saidi@ARM.comneedsTSO=false
886112SN/AnumIQEntries=64
896112SN/AnumPhysFloatRegs=256
906112SN/AnumPhysIntRegs=256
916112SN/AnumROBEntries=192
926112SN/AnumRobs=1
936112SN/AnumThreads=1
948835SAli.Saidi@ARM.comprofile=0
956112SN/Aprogress_interval=0
966112SN/ArenameToDecodeDelay=1
976112SN/ArenameToFetchDelay=1
986112SN/ArenameToIEWDelay=2
996112SN/ArenameToROBDelay=1
1006112SN/ArenameWidth=8
1019885Sstever@gmail.comsimpoint_start_insts=
1026112SN/AsmtCommitPolicy=RoundRobin
1036112SN/AsmtFetchPolicy=SingleThread
1046112SN/AsmtIQPolicy=Partitioned
1056112SN/AsmtIQThreshold=100
1066112SN/AsmtLSQPolicy=Partitioned
1076112SN/AsmtLSQThreshold=100
1086112SN/AsmtNumFetchingThreads=1
1096112SN/AsmtROBPolicy=Partitioned
1106112SN/AsmtROBThreshold=100
1116112SN/AsquashWidth=8
1128546SN/Astore_set_clear_period=250000
1139449SAli.Saidi@ARM.comswitched_out=false
1146112SN/Asystem=system
1156112SN/Atracer=system.cpu0.tracer
1166112SN/AtrapLatency=13
1176112SN/AwbDepth=1
1186112SN/AwbWidth=8
1196112SN/Aworkload=system.cpu0.workload
1206112SN/Adcache_port=system.cpu0.dcache.cpu_side
1216112SN/Aicache_port=system.cpu0.icache.cpu_side
1226112SN/A
1239481Snilay@cs.wisc.edu[system.cpu0.branchPred]
1249481Snilay@cs.wisc.edutype=BranchPredictor
1259481Snilay@cs.wisc.eduBTBEntries=4096
1269481Snilay@cs.wisc.eduBTBTagSize=16
1279481Snilay@cs.wisc.eduRASSize=16
1289481Snilay@cs.wisc.educhoiceCtrBits=2
1299481Snilay@cs.wisc.educhoicePredictorSize=8192
1309481Snilay@cs.wisc.eduglobalCtrBits=2
1319481Snilay@cs.wisc.eduglobalPredictorSize=8192
1329481Snilay@cs.wisc.eduinstShiftAmt=2
1339481Snilay@cs.wisc.edulocalCtrBits=2
1349481Snilay@cs.wisc.edulocalHistoryTableSize=2048
1359481Snilay@cs.wisc.edulocalPredictorSize=2048
1369481Snilay@cs.wisc.edunumThreads=1
1379481Snilay@cs.wisc.edupredType=tournament
1389481Snilay@cs.wisc.edu
1396112SN/A[system.cpu0.dcache]
1406112SN/Atype=BaseCache
1419885Sstever@gmail.comchildren=tags
1428983Snate@binkert.orgaddr_ranges=0:18446744073709551615
1436112SN/Aassoc=4
1449885Sstever@gmail.comclk_domain=system.cpu_clk_domain
1456123SN/Aforward_snoops=true
1469348SAli.Saidi@ARM.comhit_latency=2
1478200SN/Ais_top_level=true
1486112SN/Amax_miss_count=0
1496112SN/Amshrs=4
1506112SN/Aprefetch_on_access=false
1518835SAli.Saidi@ARM.comprefetcher=Null
1529348SAli.Saidi@ARM.comresponse_latency=2
1536112SN/Asize=32768
1548835SAli.Saidi@ARM.comsystem=system
1559885Sstever@gmail.comtags=system.cpu0.dcache.tags
1566112SN/Atgts_per_mshr=20
1576112SN/Atwo_queue=false
1586112SN/Awrite_buffers=8
1596112SN/Acpu_side=system.cpu0.dcache_port
1608983Snate@binkert.orgmem_side=system.toL2Bus.slave[1]
1616112SN/A
1629885Sstever@gmail.com[system.cpu0.dcache.tags]
1639885Sstever@gmail.comtype=LRU
1649885Sstever@gmail.comassoc=4
1659885Sstever@gmail.comblock_size=64
1669885Sstever@gmail.comclk_domain=system.cpu_clk_domain
1679885Sstever@gmail.comhit_latency=2
1689885Sstever@gmail.comsize=32768
1699885Sstever@gmail.com
1706112SN/A[system.cpu0.dtb]
1716112SN/Atype=SparcTLB
1726112SN/Asize=64
1736112SN/A
1746112SN/A[system.cpu0.fuPool]
1756112SN/Atype=FUPool
1767761SN/Achildren=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7 FUList8
1777761SN/AFUList=system.cpu0.fuPool.FUList0 system.cpu0.fuPool.FUList1 system.cpu0.fuPool.FUList2 system.cpu0.fuPool.FUList3 system.cpu0.fuPool.FUList4 system.cpu0.fuPool.FUList5 system.cpu0.fuPool.FUList6 system.cpu0.fuPool.FUList7 system.cpu0.fuPool.FUList8
1786112SN/A
1796112SN/A[system.cpu0.fuPool.FUList0]
1806112SN/Atype=FUDesc
1816112SN/Achildren=opList
1826112SN/Acount=6
1836112SN/AopList=system.cpu0.fuPool.FUList0.opList
1846112SN/A
1856112SN/A[system.cpu0.fuPool.FUList0.opList]
1866112SN/Atype=OpDesc
1876112SN/AissueLat=1
1886112SN/AopClass=IntAlu
1896112SN/AopLat=1
1906112SN/A
1916112SN/A[system.cpu0.fuPool.FUList1]
1926112SN/Atype=FUDesc
1936112SN/Achildren=opList0 opList1
1946112SN/Acount=2
1956112SN/AopList=system.cpu0.fuPool.FUList1.opList0 system.cpu0.fuPool.FUList1.opList1
1966112SN/A
1976112SN/A[system.cpu0.fuPool.FUList1.opList0]
1986112SN/Atype=OpDesc
1996112SN/AissueLat=1
2006112SN/AopClass=IntMult
2016112SN/AopLat=3
2026112SN/A
2036112SN/A[system.cpu0.fuPool.FUList1.opList1]
2046112SN/Atype=OpDesc
2056112SN/AissueLat=19
2066112SN/AopClass=IntDiv
2076112SN/AopLat=20
2086112SN/A
2096112SN/A[system.cpu0.fuPool.FUList2]
2106112SN/Atype=FUDesc
2116112SN/Achildren=opList0 opList1 opList2
2126112SN/Acount=4
2136112SN/AopList=system.cpu0.fuPool.FUList2.opList0 system.cpu0.fuPool.FUList2.opList1 system.cpu0.fuPool.FUList2.opList2
2146112SN/A
2156112SN/A[system.cpu0.fuPool.FUList2.opList0]
2166112SN/Atype=OpDesc
2176112SN/AissueLat=1
2186112SN/AopClass=FloatAdd
2196112SN/AopLat=2
2206112SN/A
2216112SN/A[system.cpu0.fuPool.FUList2.opList1]
2226112SN/Atype=OpDesc
2236112SN/AissueLat=1
2246112SN/AopClass=FloatCmp
2256112SN/AopLat=2
2266112SN/A
2276112SN/A[system.cpu0.fuPool.FUList2.opList2]
2286112SN/Atype=OpDesc
2296112SN/AissueLat=1
2306112SN/AopClass=FloatCvt
2316112SN/AopLat=2
2326112SN/A
2336112SN/A[system.cpu0.fuPool.FUList3]
2346112SN/Atype=FUDesc
2356112SN/Achildren=opList0 opList1 opList2
2366112SN/Acount=2
2376112SN/AopList=system.cpu0.fuPool.FUList3.opList0 system.cpu0.fuPool.FUList3.opList1 system.cpu0.fuPool.FUList3.opList2
2386112SN/A
2396112SN/A[system.cpu0.fuPool.FUList3.opList0]
2406112SN/Atype=OpDesc
2416112SN/AissueLat=1
2426112SN/AopClass=FloatMult
2436112SN/AopLat=4
2446112SN/A
2456112SN/A[system.cpu0.fuPool.FUList3.opList1]
2466112SN/Atype=OpDesc
2476112SN/AissueLat=12
2486112SN/AopClass=FloatDiv
2496112SN/AopLat=12
2506112SN/A
2516112SN/A[system.cpu0.fuPool.FUList3.opList2]
2526112SN/Atype=OpDesc
2536112SN/AissueLat=24
2546112SN/AopClass=FloatSqrt
2556112SN/AopLat=24
2566112SN/A
2576112SN/A[system.cpu0.fuPool.FUList4]
2586112SN/Atype=FUDesc
2596112SN/Achildren=opList
2606112SN/Acount=0
2616112SN/AopList=system.cpu0.fuPool.FUList4.opList
2626112SN/A
2636112SN/A[system.cpu0.fuPool.FUList4.opList]
2646112SN/Atype=OpDesc
2656112SN/AissueLat=1
2666112SN/AopClass=MemRead
2676112SN/AopLat=1
2686112SN/A
2696112SN/A[system.cpu0.fuPool.FUList5]
2706112SN/Atype=FUDesc
2717761SN/Achildren=opList00 opList01 opList02 opList03 opList04 opList05 opList06 opList07 opList08 opList09 opList10 opList11 opList12 opList13 opList14 opList15 opList16 opList17 opList18 opList19
2727761SN/Acount=4
2737761SN/AopList=system.cpu0.fuPool.FUList5.opList00 system.cpu0.fuPool.FUList5.opList01 system.cpu0.fuPool.FUList5.opList02 system.cpu0.fuPool.FUList5.opList03 system.cpu0.fuPool.FUList5.opList04 system.cpu0.fuPool.FUList5.opList05 system.cpu0.fuPool.FUList5.opList06 system.cpu0.fuPool.FUList5.opList07 system.cpu0.fuPool.FUList5.opList08 system.cpu0.fuPool.FUList5.opList09 system.cpu0.fuPool.FUList5.opList10 system.cpu0.fuPool.FUList5.opList11 system.cpu0.fuPool.FUList5.opList12 system.cpu0.fuPool.FUList5.opList13 system.cpu0.fuPool.FUList5.opList14 system.cpu0.fuPool.FUList5.opList15 system.cpu0.fuPool.FUList5.opList16 system.cpu0.fuPool.FUList5.opList17 system.cpu0.fuPool.FUList5.opList18 system.cpu0.fuPool.FUList5.opList19
2746112SN/A
2757761SN/A[system.cpu0.fuPool.FUList5.opList00]
2766112SN/Atype=OpDesc
2776112SN/AissueLat=1
2787761SN/AopClass=SimdAdd
2797761SN/AopLat=1
2807761SN/A
2817761SN/A[system.cpu0.fuPool.FUList5.opList01]
2827761SN/Atype=OpDesc
2837761SN/AissueLat=1
2847761SN/AopClass=SimdAddAcc
2857761SN/AopLat=1
2867761SN/A
2877761SN/A[system.cpu0.fuPool.FUList5.opList02]
2887761SN/Atype=OpDesc
2897761SN/AissueLat=1
2907761SN/AopClass=SimdAlu
2917761SN/AopLat=1
2927761SN/A
2937761SN/A[system.cpu0.fuPool.FUList5.opList03]
2947761SN/Atype=OpDesc
2957761SN/AissueLat=1
2967761SN/AopClass=SimdCmp
2977761SN/AopLat=1
2987761SN/A
2997761SN/A[system.cpu0.fuPool.FUList5.opList04]
3007761SN/Atype=OpDesc
3017761SN/AissueLat=1
3027761SN/AopClass=SimdCvt
3037761SN/AopLat=1
3047761SN/A
3057761SN/A[system.cpu0.fuPool.FUList5.opList05]
3067761SN/Atype=OpDesc
3077761SN/AissueLat=1
3087761SN/AopClass=SimdMisc
3097761SN/AopLat=1
3107761SN/A
3117761SN/A[system.cpu0.fuPool.FUList5.opList06]
3127761SN/Atype=OpDesc
3137761SN/AissueLat=1
3147761SN/AopClass=SimdMult
3157761SN/AopLat=1
3167761SN/A
3177761SN/A[system.cpu0.fuPool.FUList5.opList07]
3187761SN/Atype=OpDesc
3197761SN/AissueLat=1
3207761SN/AopClass=SimdMultAcc
3217761SN/AopLat=1
3227761SN/A
3237761SN/A[system.cpu0.fuPool.FUList5.opList08]
3247761SN/Atype=OpDesc
3257761SN/AissueLat=1
3267761SN/AopClass=SimdShift
3277761SN/AopLat=1
3287761SN/A
3297761SN/A[system.cpu0.fuPool.FUList5.opList09]
3307761SN/Atype=OpDesc
3317761SN/AissueLat=1
3327761SN/AopClass=SimdShiftAcc
3337761SN/AopLat=1
3347761SN/A
3357761SN/A[system.cpu0.fuPool.FUList5.opList10]
3367761SN/Atype=OpDesc
3377761SN/AissueLat=1
3387761SN/AopClass=SimdSqrt
3397761SN/AopLat=1
3407761SN/A
3417761SN/A[system.cpu0.fuPool.FUList5.opList11]
3427761SN/Atype=OpDesc
3437761SN/AissueLat=1
3447761SN/AopClass=SimdFloatAdd
3457761SN/AopLat=1
3467761SN/A
3477761SN/A[system.cpu0.fuPool.FUList5.opList12]
3487761SN/Atype=OpDesc
3497761SN/AissueLat=1
3507761SN/AopClass=SimdFloatAlu
3517761SN/AopLat=1
3527761SN/A
3537761SN/A[system.cpu0.fuPool.FUList5.opList13]
3547761SN/Atype=OpDesc
3557761SN/AissueLat=1
3567761SN/AopClass=SimdFloatCmp
3577761SN/AopLat=1
3587761SN/A
3597761SN/A[system.cpu0.fuPool.FUList5.opList14]
3607761SN/Atype=OpDesc
3617761SN/AissueLat=1
3627761SN/AopClass=SimdFloatCvt
3637761SN/AopLat=1
3647761SN/A
3657761SN/A[system.cpu0.fuPool.FUList5.opList15]
3667761SN/Atype=OpDesc
3677761SN/AissueLat=1
3687761SN/AopClass=SimdFloatDiv
3697761SN/AopLat=1
3707761SN/A
3717761SN/A[system.cpu0.fuPool.FUList5.opList16]
3727761SN/Atype=OpDesc
3737761SN/AissueLat=1
3747761SN/AopClass=SimdFloatMisc
3757761SN/AopLat=1
3767761SN/A
3777761SN/A[system.cpu0.fuPool.FUList5.opList17]
3787761SN/Atype=OpDesc
3797761SN/AissueLat=1
3807761SN/AopClass=SimdFloatMult
3817761SN/AopLat=1
3827761SN/A
3837761SN/A[system.cpu0.fuPool.FUList5.opList18]
3847761SN/Atype=OpDesc
3857761SN/AissueLat=1
3867761SN/AopClass=SimdFloatMultAcc
3877761SN/AopLat=1
3887761SN/A
3897761SN/A[system.cpu0.fuPool.FUList5.opList19]
3907761SN/Atype=OpDesc
3917761SN/AissueLat=1
3927761SN/AopClass=SimdFloatSqrt
3936112SN/AopLat=1
3946112SN/A
3956112SN/A[system.cpu0.fuPool.FUList6]
3966112SN/Atype=FUDesc
3977761SN/Achildren=opList
3987761SN/Acount=0
3997761SN/AopList=system.cpu0.fuPool.FUList6.opList
4006112SN/A
4017761SN/A[system.cpu0.fuPool.FUList6.opList]
4026112SN/Atype=OpDesc
4036112SN/AissueLat=1
4046112SN/AopClass=MemWrite
4056112SN/AopLat=1
4066112SN/A
4076112SN/A[system.cpu0.fuPool.FUList7]
4086112SN/Atype=FUDesc
4097761SN/Achildren=opList0 opList1
4107761SN/Acount=4
4117761SN/AopList=system.cpu0.fuPool.FUList7.opList0 system.cpu0.fuPool.FUList7.opList1
4127761SN/A
4137761SN/A[system.cpu0.fuPool.FUList7.opList0]
4147761SN/Atype=OpDesc
4157761SN/AissueLat=1
4167761SN/AopClass=MemRead
4177761SN/AopLat=1
4187761SN/A
4197761SN/A[system.cpu0.fuPool.FUList7.opList1]
4207761SN/Atype=OpDesc
4217761SN/AissueLat=1
4227761SN/AopClass=MemWrite
4237761SN/AopLat=1
4247761SN/A
4257761SN/A[system.cpu0.fuPool.FUList8]
4267761SN/Atype=FUDesc
4276112SN/Achildren=opList
4286112SN/Acount=1
4297761SN/AopList=system.cpu0.fuPool.FUList8.opList
4306112SN/A
4317761SN/A[system.cpu0.fuPool.FUList8.opList]
4326112SN/Atype=OpDesc
4336112SN/AissueLat=3
4346112SN/AopClass=IprAccess
4356112SN/AopLat=3
4366112SN/A
4376112SN/A[system.cpu0.icache]
4386112SN/Atype=BaseCache
4399885Sstever@gmail.comchildren=tags
4408983Snate@binkert.orgaddr_ranges=0:18446744073709551615
4416112SN/Aassoc=1
4429885Sstever@gmail.comclk_domain=system.cpu_clk_domain
4436123SN/Aforward_snoops=true
4449348SAli.Saidi@ARM.comhit_latency=2
4458200SN/Ais_top_level=true
4466112SN/Amax_miss_count=0
4476112SN/Amshrs=4
4486112SN/Aprefetch_on_access=false
4498835SAli.Saidi@ARM.comprefetcher=Null
4509348SAli.Saidi@ARM.comresponse_latency=2
4516112SN/Asize=32768
4528835SAli.Saidi@ARM.comsystem=system
4539885Sstever@gmail.comtags=system.cpu0.icache.tags
4546112SN/Atgts_per_mshr=20
4556112SN/Atwo_queue=false
4566112SN/Awrite_buffers=8
4576112SN/Acpu_side=system.cpu0.icache_port
4588983Snate@binkert.orgmem_side=system.toL2Bus.slave[0]
4596112SN/A
4609885Sstever@gmail.com[system.cpu0.icache.tags]
4619885Sstever@gmail.comtype=LRU
4629885Sstever@gmail.comassoc=1
4639885Sstever@gmail.comblock_size=64
4649885Sstever@gmail.comclk_domain=system.cpu_clk_domain
4659885Sstever@gmail.comhit_latency=2
4669885Sstever@gmail.comsize=32768
4679885Sstever@gmail.com
4688835SAli.Saidi@ARM.com[system.cpu0.interrupts]
4698835SAli.Saidi@ARM.comtype=SparcInterrupts
4708835SAli.Saidi@ARM.com
4719449SAli.Saidi@ARM.com[system.cpu0.isa]
4729449SAli.Saidi@ARM.comtype=SparcISA
4739449SAli.Saidi@ARM.com
4746112SN/A[system.cpu0.itb]
4756112SN/Atype=SparcTLB
4766112SN/Asize=64
4776112SN/A
4786112SN/A[system.cpu0.tracer]
4796112SN/Atype=ExeTracer
4806112SN/A
4816112SN/A[system.cpu0.workload]
4826112SN/Atype=LiveProcess
4836112SN/Acmd=test_atomic 4
4846112SN/Acwd=
4856112SN/Aegid=100
4866112SN/Aenv=
4876112SN/Aerrout=cerr
4886112SN/Aeuid=100
4899885Sstever@gmail.comexecutable=/dist/m5/regression/test-progs/m5threads/bin/sparc/linux/test_atomic
4906112SN/Agid=100
4916112SN/Ainput=cin
4926112SN/Amax_stack_size=67108864
4936112SN/Aoutput=cout
4946112SN/Apid=100
4956112SN/Appid=99
4966112SN/Asimpoint=0
4976112SN/Asystem=system
4986112SN/Auid=100
4996112SN/A
5006112SN/A[system.cpu1]
5016112SN/Atype=DerivO3CPU
5029481Snilay@cs.wisc.educhildren=branchPred dcache dtb fuPool icache interrupts isa itb tracer
5036112SN/ALFSTSize=1024
5046112SN/ALQEntries=32
5058241SN/ALSQCheckLoads=true
5068241SN/ALSQDepCheckShift=4
5076112SN/ASQEntries=32
5086112SN/ASSITSize=1024
5096112SN/Aactivity=0
5106112SN/AbackComSize=5
5119481Snilay@cs.wisc.edubranchPred=system.cpu1.branchPred
5126112SN/AcachePorts=200
5136112SN/Achecker=Null
5149885Sstever@gmail.comclk_domain=system.cpu_clk_domain
5156112SN/AcommitToDecodeDelay=1
5166112SN/AcommitToFetchDelay=1
5176112SN/AcommitToIEWDelay=1
5186112SN/AcommitToRenameDelay=1
5196112SN/AcommitWidth=8
5206112SN/Acpu_id=1
5216112SN/AdecodeToFetchDelay=1
5226112SN/AdecodeToRenameDelay=1
5236112SN/AdecodeWidth=8
5246112SN/AdispatchWidth=8
5256112SN/Ado_checkpoint_insts=true
5268835SAli.Saidi@ARM.comdo_quiesce=true
5276112SN/Ado_statistics_insts=true
5286112SN/Adtb=system.cpu1.dtb
5296112SN/AfetchToDecodeDelay=1
5306112SN/AfetchTrapLatency=1
5316112SN/AfetchWidth=8
5326112SN/AforwardComSize=5
5336112SN/AfuPool=system.cpu1.fuPool
5346112SN/Afunction_trace=false
5356112SN/Afunction_trace_start=0
5366112SN/AiewToCommitDelay=1
5376112SN/AiewToDecodeDelay=1
5386112SN/AiewToFetchDelay=1
5396112SN/AiewToRenameDelay=1
5408835SAli.Saidi@ARM.cominterrupts=system.cpu1.interrupts
5419449SAli.Saidi@ARM.comisa=system.cpu1.isa
5426112SN/AissueToExecuteDelay=1
5436112SN/AissueWidth=8
5446112SN/Aitb=system.cpu1.itb
5456112SN/Amax_insts_all_threads=0
5466112SN/Amax_insts_any_thread=0
5476112SN/Amax_loads_all_threads=0
5486112SN/Amax_loads_any_thread=0
5498835SAli.Saidi@ARM.comneedsTSO=false
5506112SN/AnumIQEntries=64
5516112SN/AnumPhysFloatRegs=256
5526112SN/AnumPhysIntRegs=256
5536112SN/AnumROBEntries=192
5546112SN/AnumRobs=1
5556112SN/AnumThreads=1
5568835SAli.Saidi@ARM.comprofile=0
5576112SN/Aprogress_interval=0
5586112SN/ArenameToDecodeDelay=1
5596112SN/ArenameToFetchDelay=1
5606112SN/ArenameToIEWDelay=2
5616112SN/ArenameToROBDelay=1
5626112SN/ArenameWidth=8
5639885Sstever@gmail.comsimpoint_start_insts=
5646112SN/AsmtCommitPolicy=RoundRobin
5656112SN/AsmtFetchPolicy=SingleThread
5666112SN/AsmtIQPolicy=Partitioned
5676112SN/AsmtIQThreshold=100
5686112SN/AsmtLSQPolicy=Partitioned
5696112SN/AsmtLSQThreshold=100
5706112SN/AsmtNumFetchingThreads=1
5716112SN/AsmtROBPolicy=Partitioned
5726112SN/AsmtROBThreshold=100
5736112SN/AsquashWidth=8
5748546SN/Astore_set_clear_period=250000
5759449SAli.Saidi@ARM.comswitched_out=false
5766112SN/Asystem=system
5776112SN/Atracer=system.cpu1.tracer
5786112SN/AtrapLatency=13
5796112SN/AwbDepth=1
5806112SN/AwbWidth=8
5816112SN/Aworkload=system.cpu0.workload
5826112SN/Adcache_port=system.cpu1.dcache.cpu_side
5836112SN/Aicache_port=system.cpu1.icache.cpu_side
5846112SN/A
5859481Snilay@cs.wisc.edu[system.cpu1.branchPred]
5869481Snilay@cs.wisc.edutype=BranchPredictor
5879481Snilay@cs.wisc.eduBTBEntries=4096
5889481Snilay@cs.wisc.eduBTBTagSize=16
5899481Snilay@cs.wisc.eduRASSize=16
5909481Snilay@cs.wisc.educhoiceCtrBits=2
5919481Snilay@cs.wisc.educhoicePredictorSize=8192
5929481Snilay@cs.wisc.eduglobalCtrBits=2
5939481Snilay@cs.wisc.eduglobalPredictorSize=8192
5949481Snilay@cs.wisc.eduinstShiftAmt=2
5959481Snilay@cs.wisc.edulocalCtrBits=2
5969481Snilay@cs.wisc.edulocalHistoryTableSize=2048
5979481Snilay@cs.wisc.edulocalPredictorSize=2048
5989481Snilay@cs.wisc.edunumThreads=1
5999481Snilay@cs.wisc.edupredType=tournament
6009481Snilay@cs.wisc.edu
6016112SN/A[system.cpu1.dcache]
6026112SN/Atype=BaseCache
6039885Sstever@gmail.comchildren=tags
6048983Snate@binkert.orgaddr_ranges=0:18446744073709551615
6056112SN/Aassoc=4
6069885Sstever@gmail.comclk_domain=system.cpu_clk_domain
6076123SN/Aforward_snoops=true
6089348SAli.Saidi@ARM.comhit_latency=2
6098200SN/Ais_top_level=true
6106112SN/Amax_miss_count=0
6116112SN/Amshrs=4
6126112SN/Aprefetch_on_access=false
6138835SAli.Saidi@ARM.comprefetcher=Null
6149348SAli.Saidi@ARM.comresponse_latency=2
6156112SN/Asize=32768
6168835SAli.Saidi@ARM.comsystem=system
6179885Sstever@gmail.comtags=system.cpu1.dcache.tags
6186112SN/Atgts_per_mshr=20
6196112SN/Atwo_queue=false
6206112SN/Awrite_buffers=8
6216112SN/Acpu_side=system.cpu1.dcache_port
6228983Snate@binkert.orgmem_side=system.toL2Bus.slave[3]
6236112SN/A
6249885Sstever@gmail.com[system.cpu1.dcache.tags]
6259885Sstever@gmail.comtype=LRU
6269885Sstever@gmail.comassoc=4
6279885Sstever@gmail.comblock_size=64
6289885Sstever@gmail.comclk_domain=system.cpu_clk_domain
6299885Sstever@gmail.comhit_latency=2
6309885Sstever@gmail.comsize=32768
6319885Sstever@gmail.com
6326112SN/A[system.cpu1.dtb]
6336112SN/Atype=SparcTLB
6346112SN/Asize=64
6356112SN/A
6366112SN/A[system.cpu1.fuPool]
6376112SN/Atype=FUPool
6387761SN/Achildren=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7 FUList8
6397761SN/AFUList=system.cpu1.fuPool.FUList0 system.cpu1.fuPool.FUList1 system.cpu1.fuPool.FUList2 system.cpu1.fuPool.FUList3 system.cpu1.fuPool.FUList4 system.cpu1.fuPool.FUList5 system.cpu1.fuPool.FUList6 system.cpu1.fuPool.FUList7 system.cpu1.fuPool.FUList8
6406112SN/A
6416112SN/A[system.cpu1.fuPool.FUList0]
6426112SN/Atype=FUDesc
6436112SN/Achildren=opList
6446112SN/Acount=6
6456112SN/AopList=system.cpu1.fuPool.FUList0.opList
6466112SN/A
6476112SN/A[system.cpu1.fuPool.FUList0.opList]
6486112SN/Atype=OpDesc
6496112SN/AissueLat=1
6506112SN/AopClass=IntAlu
6516112SN/AopLat=1
6526112SN/A
6536112SN/A[system.cpu1.fuPool.FUList1]
6546112SN/Atype=FUDesc
6556112SN/Achildren=opList0 opList1
6566112SN/Acount=2
6576112SN/AopList=system.cpu1.fuPool.FUList1.opList0 system.cpu1.fuPool.FUList1.opList1
6586112SN/A
6596112SN/A[system.cpu1.fuPool.FUList1.opList0]
6606112SN/Atype=OpDesc
6616112SN/AissueLat=1
6626112SN/AopClass=IntMult
6636112SN/AopLat=3
6646112SN/A
6656112SN/A[system.cpu1.fuPool.FUList1.opList1]
6666112SN/Atype=OpDesc
6676112SN/AissueLat=19
6686112SN/AopClass=IntDiv
6696112SN/AopLat=20
6706112SN/A
6716112SN/A[system.cpu1.fuPool.FUList2]
6726112SN/Atype=FUDesc
6736112SN/Achildren=opList0 opList1 opList2
6746112SN/Acount=4
6756112SN/AopList=system.cpu1.fuPool.FUList2.opList0 system.cpu1.fuPool.FUList2.opList1 system.cpu1.fuPool.FUList2.opList2
6766112SN/A
6776112SN/A[system.cpu1.fuPool.FUList2.opList0]
6786112SN/Atype=OpDesc
6796112SN/AissueLat=1
6806112SN/AopClass=FloatAdd
6816112SN/AopLat=2
6826112SN/A
6836112SN/A[system.cpu1.fuPool.FUList2.opList1]
6846112SN/Atype=OpDesc
6856112SN/AissueLat=1
6866112SN/AopClass=FloatCmp
6876112SN/AopLat=2
6886112SN/A
6896112SN/A[system.cpu1.fuPool.FUList2.opList2]
6906112SN/Atype=OpDesc
6916112SN/AissueLat=1
6926112SN/AopClass=FloatCvt
6936112SN/AopLat=2
6946112SN/A
6956112SN/A[system.cpu1.fuPool.FUList3]
6966112SN/Atype=FUDesc
6976112SN/Achildren=opList0 opList1 opList2
6986112SN/Acount=2
6996112SN/AopList=system.cpu1.fuPool.FUList3.opList0 system.cpu1.fuPool.FUList3.opList1 system.cpu1.fuPool.FUList3.opList2
7006112SN/A
7016112SN/A[system.cpu1.fuPool.FUList3.opList0]
7026112SN/Atype=OpDesc
7036112SN/AissueLat=1
7046112SN/AopClass=FloatMult
7056112SN/AopLat=4
7066112SN/A
7076112SN/A[system.cpu1.fuPool.FUList3.opList1]
7086112SN/Atype=OpDesc
7096112SN/AissueLat=12
7106112SN/AopClass=FloatDiv
7116112SN/AopLat=12
7126112SN/A
7136112SN/A[system.cpu1.fuPool.FUList3.opList2]
7146112SN/Atype=OpDesc
7156112SN/AissueLat=24
7166112SN/AopClass=FloatSqrt
7176112SN/AopLat=24
7186112SN/A
7196112SN/A[system.cpu1.fuPool.FUList4]
7206112SN/Atype=FUDesc
7216112SN/Achildren=opList
7226112SN/Acount=0
7236112SN/AopList=system.cpu1.fuPool.FUList4.opList
7246112SN/A
7256112SN/A[system.cpu1.fuPool.FUList4.opList]
7266112SN/Atype=OpDesc
7276112SN/AissueLat=1
7286112SN/AopClass=MemRead
7296112SN/AopLat=1
7306112SN/A
7316112SN/A[system.cpu1.fuPool.FUList5]
7326112SN/Atype=FUDesc
7337761SN/Achildren=opList00 opList01 opList02 opList03 opList04 opList05 opList06 opList07 opList08 opList09 opList10 opList11 opList12 opList13 opList14 opList15 opList16 opList17 opList18 opList19
7347761SN/Acount=4
7357761SN/AopList=system.cpu1.fuPool.FUList5.opList00 system.cpu1.fuPool.FUList5.opList01 system.cpu1.fuPool.FUList5.opList02 system.cpu1.fuPool.FUList5.opList03 system.cpu1.fuPool.FUList5.opList04 system.cpu1.fuPool.FUList5.opList05 system.cpu1.fuPool.FUList5.opList06 system.cpu1.fuPool.FUList5.opList07 system.cpu1.fuPool.FUList5.opList08 system.cpu1.fuPool.FUList5.opList09 system.cpu1.fuPool.FUList5.opList10 system.cpu1.fuPool.FUList5.opList11 system.cpu1.fuPool.FUList5.opList12 system.cpu1.fuPool.FUList5.opList13 system.cpu1.fuPool.FUList5.opList14 system.cpu1.fuPool.FUList5.opList15 system.cpu1.fuPool.FUList5.opList16 system.cpu1.fuPool.FUList5.opList17 system.cpu1.fuPool.FUList5.opList18 system.cpu1.fuPool.FUList5.opList19
7366112SN/A
7377761SN/A[system.cpu1.fuPool.FUList5.opList00]
7386112SN/Atype=OpDesc
7396112SN/AissueLat=1
7407761SN/AopClass=SimdAdd
7417761SN/AopLat=1
7427761SN/A
7437761SN/A[system.cpu1.fuPool.FUList5.opList01]
7447761SN/Atype=OpDesc
7457761SN/AissueLat=1
7467761SN/AopClass=SimdAddAcc
7477761SN/AopLat=1
7487761SN/A
7497761SN/A[system.cpu1.fuPool.FUList5.opList02]
7507761SN/Atype=OpDesc
7517761SN/AissueLat=1
7527761SN/AopClass=SimdAlu
7537761SN/AopLat=1
7547761SN/A
7557761SN/A[system.cpu1.fuPool.FUList5.opList03]
7567761SN/Atype=OpDesc
7577761SN/AissueLat=1
7587761SN/AopClass=SimdCmp
7597761SN/AopLat=1
7607761SN/A
7617761SN/A[system.cpu1.fuPool.FUList5.opList04]
7627761SN/Atype=OpDesc
7637761SN/AissueLat=1
7647761SN/AopClass=SimdCvt
7657761SN/AopLat=1
7667761SN/A
7677761SN/A[system.cpu1.fuPool.FUList5.opList05]
7687761SN/Atype=OpDesc
7697761SN/AissueLat=1
7707761SN/AopClass=SimdMisc
7717761SN/AopLat=1
7727761SN/A
7737761SN/A[system.cpu1.fuPool.FUList5.opList06]
7747761SN/Atype=OpDesc
7757761SN/AissueLat=1
7767761SN/AopClass=SimdMult
7777761SN/AopLat=1
7787761SN/A
7797761SN/A[system.cpu1.fuPool.FUList5.opList07]
7807761SN/Atype=OpDesc
7817761SN/AissueLat=1
7827761SN/AopClass=SimdMultAcc
7837761SN/AopLat=1
7847761SN/A
7857761SN/A[system.cpu1.fuPool.FUList5.opList08]
7867761SN/Atype=OpDesc
7877761SN/AissueLat=1
7887761SN/AopClass=SimdShift
7897761SN/AopLat=1
7907761SN/A
7917761SN/A[system.cpu1.fuPool.FUList5.opList09]
7927761SN/Atype=OpDesc
7937761SN/AissueLat=1
7947761SN/AopClass=SimdShiftAcc
7957761SN/AopLat=1
7967761SN/A
7977761SN/A[system.cpu1.fuPool.FUList5.opList10]
7987761SN/Atype=OpDesc
7997761SN/AissueLat=1
8007761SN/AopClass=SimdSqrt
8017761SN/AopLat=1
8027761SN/A
8037761SN/A[system.cpu1.fuPool.FUList5.opList11]
8047761SN/Atype=OpDesc
8057761SN/AissueLat=1
8067761SN/AopClass=SimdFloatAdd
8077761SN/AopLat=1
8087761SN/A
8097761SN/A[system.cpu1.fuPool.FUList5.opList12]
8107761SN/Atype=OpDesc
8117761SN/AissueLat=1
8127761SN/AopClass=SimdFloatAlu
8137761SN/AopLat=1
8147761SN/A
8157761SN/A[system.cpu1.fuPool.FUList5.opList13]
8167761SN/Atype=OpDesc
8177761SN/AissueLat=1
8187761SN/AopClass=SimdFloatCmp
8197761SN/AopLat=1
8207761SN/A
8217761SN/A[system.cpu1.fuPool.FUList5.opList14]
8227761SN/Atype=OpDesc
8237761SN/AissueLat=1
8247761SN/AopClass=SimdFloatCvt
8257761SN/AopLat=1
8267761SN/A
8277761SN/A[system.cpu1.fuPool.FUList5.opList15]
8287761SN/Atype=OpDesc
8297761SN/AissueLat=1
8307761SN/AopClass=SimdFloatDiv
8317761SN/AopLat=1
8327761SN/A
8337761SN/A[system.cpu1.fuPool.FUList5.opList16]
8347761SN/Atype=OpDesc
8357761SN/AissueLat=1
8367761SN/AopClass=SimdFloatMisc
8377761SN/AopLat=1
8387761SN/A
8397761SN/A[system.cpu1.fuPool.FUList5.opList17]
8407761SN/Atype=OpDesc
8417761SN/AissueLat=1
8427761SN/AopClass=SimdFloatMult
8437761SN/AopLat=1
8447761SN/A
8457761SN/A[system.cpu1.fuPool.FUList5.opList18]
8467761SN/Atype=OpDesc
8477761SN/AissueLat=1
8487761SN/AopClass=SimdFloatMultAcc
8497761SN/AopLat=1
8507761SN/A
8517761SN/A[system.cpu1.fuPool.FUList5.opList19]
8527761SN/Atype=OpDesc
8537761SN/AissueLat=1
8547761SN/AopClass=SimdFloatSqrt
8556112SN/AopLat=1
8566112SN/A
8576112SN/A[system.cpu1.fuPool.FUList6]
8586112SN/Atype=FUDesc
8597761SN/Achildren=opList
8607761SN/Acount=0
8617761SN/AopList=system.cpu1.fuPool.FUList6.opList
8626112SN/A
8637761SN/A[system.cpu1.fuPool.FUList6.opList]
8646112SN/Atype=OpDesc
8656112SN/AissueLat=1
8666112SN/AopClass=MemWrite
8676112SN/AopLat=1
8686112SN/A
8696112SN/A[system.cpu1.fuPool.FUList7]
8706112SN/Atype=FUDesc
8717761SN/Achildren=opList0 opList1
8727761SN/Acount=4
8737761SN/AopList=system.cpu1.fuPool.FUList7.opList0 system.cpu1.fuPool.FUList7.opList1
8747761SN/A
8757761SN/A[system.cpu1.fuPool.FUList7.opList0]
8767761SN/Atype=OpDesc
8777761SN/AissueLat=1
8787761SN/AopClass=MemRead
8797761SN/AopLat=1
8807761SN/A
8817761SN/A[system.cpu1.fuPool.FUList7.opList1]
8827761SN/Atype=OpDesc
8837761SN/AissueLat=1
8847761SN/AopClass=MemWrite
8857761SN/AopLat=1
8867761SN/A
8877761SN/A[system.cpu1.fuPool.FUList8]
8887761SN/Atype=FUDesc
8896112SN/Achildren=opList
8906112SN/Acount=1
8917761SN/AopList=system.cpu1.fuPool.FUList8.opList
8926112SN/A
8937761SN/A[system.cpu1.fuPool.FUList8.opList]
8946112SN/Atype=OpDesc
8956112SN/AissueLat=3
8966112SN/AopClass=IprAccess
8976112SN/AopLat=3
8986112SN/A
8996112SN/A[system.cpu1.icache]
9006112SN/Atype=BaseCache
9019885Sstever@gmail.comchildren=tags
9028983Snate@binkert.orgaddr_ranges=0:18446744073709551615
9036112SN/Aassoc=1
9049885Sstever@gmail.comclk_domain=system.cpu_clk_domain
9056123SN/Aforward_snoops=true
9069348SAli.Saidi@ARM.comhit_latency=2
9078200SN/Ais_top_level=true
9086112SN/Amax_miss_count=0
9096112SN/Amshrs=4
9106112SN/Aprefetch_on_access=false
9118835SAli.Saidi@ARM.comprefetcher=Null
9129348SAli.Saidi@ARM.comresponse_latency=2
9136112SN/Asize=32768
9148835SAli.Saidi@ARM.comsystem=system
9159885Sstever@gmail.comtags=system.cpu1.icache.tags
9166112SN/Atgts_per_mshr=20
9176112SN/Atwo_queue=false
9186112SN/Awrite_buffers=8
9196112SN/Acpu_side=system.cpu1.icache_port
9208983Snate@binkert.orgmem_side=system.toL2Bus.slave[2]
9216112SN/A
9229885Sstever@gmail.com[system.cpu1.icache.tags]
9239885Sstever@gmail.comtype=LRU
9249885Sstever@gmail.comassoc=1
9259885Sstever@gmail.comblock_size=64
9269885Sstever@gmail.comclk_domain=system.cpu_clk_domain
9279885Sstever@gmail.comhit_latency=2
9289885Sstever@gmail.comsize=32768
9299885Sstever@gmail.com
9308835SAli.Saidi@ARM.com[system.cpu1.interrupts]
9318835SAli.Saidi@ARM.comtype=SparcInterrupts
9328835SAli.Saidi@ARM.com
9339449SAli.Saidi@ARM.com[system.cpu1.isa]
9349449SAli.Saidi@ARM.comtype=SparcISA
9359449SAli.Saidi@ARM.com
9366112SN/A[system.cpu1.itb]
9376112SN/Atype=SparcTLB
9386112SN/Asize=64
9396112SN/A
9406112SN/A[system.cpu1.tracer]
9416112SN/Atype=ExeTracer
9426112SN/A
9436112SN/A[system.cpu2]
9446112SN/Atype=DerivO3CPU
9459481Snilay@cs.wisc.educhildren=branchPred dcache dtb fuPool icache interrupts isa itb tracer
9466112SN/ALFSTSize=1024
9476112SN/ALQEntries=32
9488241SN/ALSQCheckLoads=true
9498241SN/ALSQDepCheckShift=4
9506112SN/ASQEntries=32
9516112SN/ASSITSize=1024
9526112SN/Aactivity=0
9536112SN/AbackComSize=5
9549481Snilay@cs.wisc.edubranchPred=system.cpu2.branchPred
9556112SN/AcachePorts=200
9566112SN/Achecker=Null
9579885Sstever@gmail.comclk_domain=system.cpu_clk_domain
9586112SN/AcommitToDecodeDelay=1
9596112SN/AcommitToFetchDelay=1
9606112SN/AcommitToIEWDelay=1
9616112SN/AcommitToRenameDelay=1
9626112SN/AcommitWidth=8
9636112SN/Acpu_id=2
9646112SN/AdecodeToFetchDelay=1
9656112SN/AdecodeToRenameDelay=1
9666112SN/AdecodeWidth=8
9676112SN/AdispatchWidth=8
9686112SN/Ado_checkpoint_insts=true
9698835SAli.Saidi@ARM.comdo_quiesce=true
9706112SN/Ado_statistics_insts=true
9716112SN/Adtb=system.cpu2.dtb
9726112SN/AfetchToDecodeDelay=1
9736112SN/AfetchTrapLatency=1
9746112SN/AfetchWidth=8
9756112SN/AforwardComSize=5
9766112SN/AfuPool=system.cpu2.fuPool
9776112SN/Afunction_trace=false
9786112SN/Afunction_trace_start=0
9796112SN/AiewToCommitDelay=1
9806112SN/AiewToDecodeDelay=1
9816112SN/AiewToFetchDelay=1
9826112SN/AiewToRenameDelay=1
9838835SAli.Saidi@ARM.cominterrupts=system.cpu2.interrupts
9849449SAli.Saidi@ARM.comisa=system.cpu2.isa
9856112SN/AissueToExecuteDelay=1
9866112SN/AissueWidth=8
9876112SN/Aitb=system.cpu2.itb
9886112SN/Amax_insts_all_threads=0
9896112SN/Amax_insts_any_thread=0
9906112SN/Amax_loads_all_threads=0
9916112SN/Amax_loads_any_thread=0
9928835SAli.Saidi@ARM.comneedsTSO=false
9936112SN/AnumIQEntries=64
9946112SN/AnumPhysFloatRegs=256
9956112SN/AnumPhysIntRegs=256
9966112SN/AnumROBEntries=192
9976112SN/AnumRobs=1
9986112SN/AnumThreads=1
9998835SAli.Saidi@ARM.comprofile=0
10006112SN/Aprogress_interval=0
10016112SN/ArenameToDecodeDelay=1
10026112SN/ArenameToFetchDelay=1
10036112SN/ArenameToIEWDelay=2
10046112SN/ArenameToROBDelay=1
10056112SN/ArenameWidth=8
10069885Sstever@gmail.comsimpoint_start_insts=
10076112SN/AsmtCommitPolicy=RoundRobin
10086112SN/AsmtFetchPolicy=SingleThread
10096112SN/AsmtIQPolicy=Partitioned
10106112SN/AsmtIQThreshold=100
10116112SN/AsmtLSQPolicy=Partitioned
10126112SN/AsmtLSQThreshold=100
10136112SN/AsmtNumFetchingThreads=1
10146112SN/AsmtROBPolicy=Partitioned
10156112SN/AsmtROBThreshold=100
10166112SN/AsquashWidth=8
10178546SN/Astore_set_clear_period=250000
10189449SAli.Saidi@ARM.comswitched_out=false
10196112SN/Asystem=system
10206112SN/Atracer=system.cpu2.tracer
10216112SN/AtrapLatency=13
10226112SN/AwbDepth=1
10236112SN/AwbWidth=8
10246112SN/Aworkload=system.cpu0.workload
10256112SN/Adcache_port=system.cpu2.dcache.cpu_side
10266112SN/Aicache_port=system.cpu2.icache.cpu_side
10276112SN/A
10289481Snilay@cs.wisc.edu[system.cpu2.branchPred]
10299481Snilay@cs.wisc.edutype=BranchPredictor
10309481Snilay@cs.wisc.eduBTBEntries=4096
10319481Snilay@cs.wisc.eduBTBTagSize=16
10329481Snilay@cs.wisc.eduRASSize=16
10339481Snilay@cs.wisc.educhoiceCtrBits=2
10349481Snilay@cs.wisc.educhoicePredictorSize=8192
10359481Snilay@cs.wisc.eduglobalCtrBits=2
10369481Snilay@cs.wisc.eduglobalPredictorSize=8192
10379481Snilay@cs.wisc.eduinstShiftAmt=2
10389481Snilay@cs.wisc.edulocalCtrBits=2
10399481Snilay@cs.wisc.edulocalHistoryTableSize=2048
10409481Snilay@cs.wisc.edulocalPredictorSize=2048
10419481Snilay@cs.wisc.edunumThreads=1
10429481Snilay@cs.wisc.edupredType=tournament
10439481Snilay@cs.wisc.edu
10446112SN/A[system.cpu2.dcache]
10456112SN/Atype=BaseCache
10469885Sstever@gmail.comchildren=tags
10478983Snate@binkert.orgaddr_ranges=0:18446744073709551615
10486112SN/Aassoc=4
10499885Sstever@gmail.comclk_domain=system.cpu_clk_domain
10506123SN/Aforward_snoops=true
10519348SAli.Saidi@ARM.comhit_latency=2
10528200SN/Ais_top_level=true
10536112SN/Amax_miss_count=0
10546112SN/Amshrs=4
10556112SN/Aprefetch_on_access=false
10568835SAli.Saidi@ARM.comprefetcher=Null
10579348SAli.Saidi@ARM.comresponse_latency=2
10586112SN/Asize=32768
10598835SAli.Saidi@ARM.comsystem=system
10609885Sstever@gmail.comtags=system.cpu2.dcache.tags
10616112SN/Atgts_per_mshr=20
10626112SN/Atwo_queue=false
10636112SN/Awrite_buffers=8
10646112SN/Acpu_side=system.cpu2.dcache_port
10658983Snate@binkert.orgmem_side=system.toL2Bus.slave[5]
10666112SN/A
10679885Sstever@gmail.com[system.cpu2.dcache.tags]
10689885Sstever@gmail.comtype=LRU
10699885Sstever@gmail.comassoc=4
10709885Sstever@gmail.comblock_size=64
10719885Sstever@gmail.comclk_domain=system.cpu_clk_domain
10729885Sstever@gmail.comhit_latency=2
10739885Sstever@gmail.comsize=32768
10749885Sstever@gmail.com
10756112SN/A[system.cpu2.dtb]
10766112SN/Atype=SparcTLB
10776112SN/Asize=64
10786112SN/A
10796112SN/A[system.cpu2.fuPool]
10806112SN/Atype=FUPool
10817761SN/Achildren=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7 FUList8
10827761SN/AFUList=system.cpu2.fuPool.FUList0 system.cpu2.fuPool.FUList1 system.cpu2.fuPool.FUList2 system.cpu2.fuPool.FUList3 system.cpu2.fuPool.FUList4 system.cpu2.fuPool.FUList5 system.cpu2.fuPool.FUList6 system.cpu2.fuPool.FUList7 system.cpu2.fuPool.FUList8
10836112SN/A
10846112SN/A[system.cpu2.fuPool.FUList0]
10856112SN/Atype=FUDesc
10866112SN/Achildren=opList
10876112SN/Acount=6
10886112SN/AopList=system.cpu2.fuPool.FUList0.opList
10896112SN/A
10906112SN/A[system.cpu2.fuPool.FUList0.opList]
10916112SN/Atype=OpDesc
10926112SN/AissueLat=1
10936112SN/AopClass=IntAlu
10946112SN/AopLat=1
10956112SN/A
10966112SN/A[system.cpu2.fuPool.FUList1]
10976112SN/Atype=FUDesc
10986112SN/Achildren=opList0 opList1
10996112SN/Acount=2
11006112SN/AopList=system.cpu2.fuPool.FUList1.opList0 system.cpu2.fuPool.FUList1.opList1
11016112SN/A
11026112SN/A[system.cpu2.fuPool.FUList1.opList0]
11036112SN/Atype=OpDesc
11046112SN/AissueLat=1
11056112SN/AopClass=IntMult
11066112SN/AopLat=3
11076112SN/A
11086112SN/A[system.cpu2.fuPool.FUList1.opList1]
11096112SN/Atype=OpDesc
11106112SN/AissueLat=19
11116112SN/AopClass=IntDiv
11126112SN/AopLat=20
11136112SN/A
11146112SN/A[system.cpu2.fuPool.FUList2]
11156112SN/Atype=FUDesc
11166112SN/Achildren=opList0 opList1 opList2
11176112SN/Acount=4
11186112SN/AopList=system.cpu2.fuPool.FUList2.opList0 system.cpu2.fuPool.FUList2.opList1 system.cpu2.fuPool.FUList2.opList2
11196112SN/A
11206112SN/A[system.cpu2.fuPool.FUList2.opList0]
11216112SN/Atype=OpDesc
11226112SN/AissueLat=1
11236112SN/AopClass=FloatAdd
11246112SN/AopLat=2
11256112SN/A
11266112SN/A[system.cpu2.fuPool.FUList2.opList1]
11276112SN/Atype=OpDesc
11286112SN/AissueLat=1
11296112SN/AopClass=FloatCmp
11306112SN/AopLat=2
11316112SN/A
11326112SN/A[system.cpu2.fuPool.FUList2.opList2]
11336112SN/Atype=OpDesc
11346112SN/AissueLat=1
11356112SN/AopClass=FloatCvt
11366112SN/AopLat=2
11376112SN/A
11386112SN/A[system.cpu2.fuPool.FUList3]
11396112SN/Atype=FUDesc
11406112SN/Achildren=opList0 opList1 opList2
11416112SN/Acount=2
11426112SN/AopList=system.cpu2.fuPool.FUList3.opList0 system.cpu2.fuPool.FUList3.opList1 system.cpu2.fuPool.FUList3.opList2
11436112SN/A
11446112SN/A[system.cpu2.fuPool.FUList3.opList0]
11456112SN/Atype=OpDesc
11466112SN/AissueLat=1
11476112SN/AopClass=FloatMult
11486112SN/AopLat=4
11496112SN/A
11506112SN/A[system.cpu2.fuPool.FUList3.opList1]
11516112SN/Atype=OpDesc
11526112SN/AissueLat=12
11536112SN/AopClass=FloatDiv
11546112SN/AopLat=12
11556112SN/A
11566112SN/A[system.cpu2.fuPool.FUList3.opList2]
11576112SN/Atype=OpDesc
11586112SN/AissueLat=24
11596112SN/AopClass=FloatSqrt
11606112SN/AopLat=24
11616112SN/A
11626112SN/A[system.cpu2.fuPool.FUList4]
11636112SN/Atype=FUDesc
11646112SN/Achildren=opList
11656112SN/Acount=0
11666112SN/AopList=system.cpu2.fuPool.FUList4.opList
11676112SN/A
11686112SN/A[system.cpu2.fuPool.FUList4.opList]
11696112SN/Atype=OpDesc
11706112SN/AissueLat=1
11716112SN/AopClass=MemRead
11726112SN/AopLat=1
11736112SN/A
11746112SN/A[system.cpu2.fuPool.FUList5]
11756112SN/Atype=FUDesc
11767761SN/Achildren=opList00 opList01 opList02 opList03 opList04 opList05 opList06 opList07 opList08 opList09 opList10 opList11 opList12 opList13 opList14 opList15 opList16 opList17 opList18 opList19
11777761SN/Acount=4
11787761SN/AopList=system.cpu2.fuPool.FUList5.opList00 system.cpu2.fuPool.FUList5.opList01 system.cpu2.fuPool.FUList5.opList02 system.cpu2.fuPool.FUList5.opList03 system.cpu2.fuPool.FUList5.opList04 system.cpu2.fuPool.FUList5.opList05 system.cpu2.fuPool.FUList5.opList06 system.cpu2.fuPool.FUList5.opList07 system.cpu2.fuPool.FUList5.opList08 system.cpu2.fuPool.FUList5.opList09 system.cpu2.fuPool.FUList5.opList10 system.cpu2.fuPool.FUList5.opList11 system.cpu2.fuPool.FUList5.opList12 system.cpu2.fuPool.FUList5.opList13 system.cpu2.fuPool.FUList5.opList14 system.cpu2.fuPool.FUList5.opList15 system.cpu2.fuPool.FUList5.opList16 system.cpu2.fuPool.FUList5.opList17 system.cpu2.fuPool.FUList5.opList18 system.cpu2.fuPool.FUList5.opList19
11796112SN/A
11807761SN/A[system.cpu2.fuPool.FUList5.opList00]
11816112SN/Atype=OpDesc
11826112SN/AissueLat=1
11837761SN/AopClass=SimdAdd
11847761SN/AopLat=1
11857761SN/A
11867761SN/A[system.cpu2.fuPool.FUList5.opList01]
11877761SN/Atype=OpDesc
11887761SN/AissueLat=1
11897761SN/AopClass=SimdAddAcc
11907761SN/AopLat=1
11917761SN/A
11927761SN/A[system.cpu2.fuPool.FUList5.opList02]
11937761SN/Atype=OpDesc
11947761SN/AissueLat=1
11957761SN/AopClass=SimdAlu
11967761SN/AopLat=1
11977761SN/A
11987761SN/A[system.cpu2.fuPool.FUList5.opList03]
11997761SN/Atype=OpDesc
12007761SN/AissueLat=1
12017761SN/AopClass=SimdCmp
12027761SN/AopLat=1
12037761SN/A
12047761SN/A[system.cpu2.fuPool.FUList5.opList04]
12057761SN/Atype=OpDesc
12067761SN/AissueLat=1
12077761SN/AopClass=SimdCvt
12087761SN/AopLat=1
12097761SN/A
12107761SN/A[system.cpu2.fuPool.FUList5.opList05]
12117761SN/Atype=OpDesc
12127761SN/AissueLat=1
12137761SN/AopClass=SimdMisc
12147761SN/AopLat=1
12157761SN/A
12167761SN/A[system.cpu2.fuPool.FUList5.opList06]
12177761SN/Atype=OpDesc
12187761SN/AissueLat=1
12197761SN/AopClass=SimdMult
12207761SN/AopLat=1
12217761SN/A
12227761SN/A[system.cpu2.fuPool.FUList5.opList07]
12237761SN/Atype=OpDesc
12247761SN/AissueLat=1
12257761SN/AopClass=SimdMultAcc
12267761SN/AopLat=1
12277761SN/A
12287761SN/A[system.cpu2.fuPool.FUList5.opList08]
12297761SN/Atype=OpDesc
12307761SN/AissueLat=1
12317761SN/AopClass=SimdShift
12327761SN/AopLat=1
12337761SN/A
12347761SN/A[system.cpu2.fuPool.FUList5.opList09]
12357761SN/Atype=OpDesc
12367761SN/AissueLat=1
12377761SN/AopClass=SimdShiftAcc
12387761SN/AopLat=1
12397761SN/A
12407761SN/A[system.cpu2.fuPool.FUList5.opList10]
12417761SN/Atype=OpDesc
12427761SN/AissueLat=1
12437761SN/AopClass=SimdSqrt
12447761SN/AopLat=1
12457761SN/A
12467761SN/A[system.cpu2.fuPool.FUList5.opList11]
12477761SN/Atype=OpDesc
12487761SN/AissueLat=1
12497761SN/AopClass=SimdFloatAdd
12507761SN/AopLat=1
12517761SN/A
12527761SN/A[system.cpu2.fuPool.FUList5.opList12]
12537761SN/Atype=OpDesc
12547761SN/AissueLat=1
12557761SN/AopClass=SimdFloatAlu
12567761SN/AopLat=1
12577761SN/A
12587761SN/A[system.cpu2.fuPool.FUList5.opList13]
12597761SN/Atype=OpDesc
12607761SN/AissueLat=1
12617761SN/AopClass=SimdFloatCmp
12627761SN/AopLat=1
12637761SN/A
12647761SN/A[system.cpu2.fuPool.FUList5.opList14]
12657761SN/Atype=OpDesc
12667761SN/AissueLat=1
12677761SN/AopClass=SimdFloatCvt
12687761SN/AopLat=1
12697761SN/A
12707761SN/A[system.cpu2.fuPool.FUList5.opList15]
12717761SN/Atype=OpDesc
12727761SN/AissueLat=1
12737761SN/AopClass=SimdFloatDiv
12747761SN/AopLat=1
12757761SN/A
12767761SN/A[system.cpu2.fuPool.FUList5.opList16]
12777761SN/Atype=OpDesc
12787761SN/AissueLat=1
12797761SN/AopClass=SimdFloatMisc
12807761SN/AopLat=1
12817761SN/A
12827761SN/A[system.cpu2.fuPool.FUList5.opList17]
12837761SN/Atype=OpDesc
12847761SN/AissueLat=1
12857761SN/AopClass=SimdFloatMult
12867761SN/AopLat=1
12877761SN/A
12887761SN/A[system.cpu2.fuPool.FUList5.opList18]
12897761SN/Atype=OpDesc
12907761SN/AissueLat=1
12917761SN/AopClass=SimdFloatMultAcc
12927761SN/AopLat=1
12937761SN/A
12947761SN/A[system.cpu2.fuPool.FUList5.opList19]
12957761SN/Atype=OpDesc
12967761SN/AissueLat=1
12977761SN/AopClass=SimdFloatSqrt
12986112SN/AopLat=1
12996112SN/A
13006112SN/A[system.cpu2.fuPool.FUList6]
13016112SN/Atype=FUDesc
13027761SN/Achildren=opList
13037761SN/Acount=0
13047761SN/AopList=system.cpu2.fuPool.FUList6.opList
13056112SN/A
13067761SN/A[system.cpu2.fuPool.FUList6.opList]
13076112SN/Atype=OpDesc
13086112SN/AissueLat=1
13096112SN/AopClass=MemWrite
13106112SN/AopLat=1
13116112SN/A
13126112SN/A[system.cpu2.fuPool.FUList7]
13136112SN/Atype=FUDesc
13147761SN/Achildren=opList0 opList1
13157761SN/Acount=4
13167761SN/AopList=system.cpu2.fuPool.FUList7.opList0 system.cpu2.fuPool.FUList7.opList1
13177761SN/A
13187761SN/A[system.cpu2.fuPool.FUList7.opList0]
13197761SN/Atype=OpDesc
13207761SN/AissueLat=1
13217761SN/AopClass=MemRead
13227761SN/AopLat=1
13237761SN/A
13247761SN/A[system.cpu2.fuPool.FUList7.opList1]
13257761SN/Atype=OpDesc
13267761SN/AissueLat=1
13277761SN/AopClass=MemWrite
13287761SN/AopLat=1
13297761SN/A
13307761SN/A[system.cpu2.fuPool.FUList8]
13317761SN/Atype=FUDesc
13326112SN/Achildren=opList
13336112SN/Acount=1
13347761SN/AopList=system.cpu2.fuPool.FUList8.opList
13356112SN/A
13367761SN/A[system.cpu2.fuPool.FUList8.opList]
13376112SN/Atype=OpDesc
13386112SN/AissueLat=3
13396112SN/AopClass=IprAccess
13406112SN/AopLat=3
13416112SN/A
13426112SN/A[system.cpu2.icache]
13436112SN/Atype=BaseCache
13449885Sstever@gmail.comchildren=tags
13458983Snate@binkert.orgaddr_ranges=0:18446744073709551615
13466112SN/Aassoc=1
13479885Sstever@gmail.comclk_domain=system.cpu_clk_domain
13486123SN/Aforward_snoops=true
13499348SAli.Saidi@ARM.comhit_latency=2
13508200SN/Ais_top_level=true
13516112SN/Amax_miss_count=0
13526112SN/Amshrs=4
13536112SN/Aprefetch_on_access=false
13548835SAli.Saidi@ARM.comprefetcher=Null
13559348SAli.Saidi@ARM.comresponse_latency=2
13566112SN/Asize=32768
13578835SAli.Saidi@ARM.comsystem=system
13589885Sstever@gmail.comtags=system.cpu2.icache.tags
13596112SN/Atgts_per_mshr=20
13606112SN/Atwo_queue=false
13616112SN/Awrite_buffers=8
13626112SN/Acpu_side=system.cpu2.icache_port
13638983Snate@binkert.orgmem_side=system.toL2Bus.slave[4]
13646112SN/A
13659885Sstever@gmail.com[system.cpu2.icache.tags]
13669885Sstever@gmail.comtype=LRU
13679885Sstever@gmail.comassoc=1
13689885Sstever@gmail.comblock_size=64
13699885Sstever@gmail.comclk_domain=system.cpu_clk_domain
13709885Sstever@gmail.comhit_latency=2
13719885Sstever@gmail.comsize=32768
13729885Sstever@gmail.com
13738835SAli.Saidi@ARM.com[system.cpu2.interrupts]
13748835SAli.Saidi@ARM.comtype=SparcInterrupts
13758835SAli.Saidi@ARM.com
13769449SAli.Saidi@ARM.com[system.cpu2.isa]
13779449SAli.Saidi@ARM.comtype=SparcISA
13789449SAli.Saidi@ARM.com
13796112SN/A[system.cpu2.itb]
13806112SN/Atype=SparcTLB
13816112SN/Asize=64
13826112SN/A
13836112SN/A[system.cpu2.tracer]
13846112SN/Atype=ExeTracer
13856112SN/A
13866112SN/A[system.cpu3]
13876112SN/Atype=DerivO3CPU
13889481Snilay@cs.wisc.educhildren=branchPred dcache dtb fuPool icache interrupts isa itb tracer
13896112SN/ALFSTSize=1024
13906112SN/ALQEntries=32
13918241SN/ALSQCheckLoads=true
13928241SN/ALSQDepCheckShift=4
13936112SN/ASQEntries=32
13946112SN/ASSITSize=1024
13956112SN/Aactivity=0
13966112SN/AbackComSize=5
13979481Snilay@cs.wisc.edubranchPred=system.cpu3.branchPred
13986112SN/AcachePorts=200
13996112SN/Achecker=Null
14009885Sstever@gmail.comclk_domain=system.cpu_clk_domain
14016112SN/AcommitToDecodeDelay=1
14026112SN/AcommitToFetchDelay=1
14036112SN/AcommitToIEWDelay=1
14046112SN/AcommitToRenameDelay=1
14056112SN/AcommitWidth=8
14066112SN/Acpu_id=3
14076112SN/AdecodeToFetchDelay=1
14086112SN/AdecodeToRenameDelay=1
14096112SN/AdecodeWidth=8
14106112SN/AdispatchWidth=8
14116112SN/Ado_checkpoint_insts=true
14128835SAli.Saidi@ARM.comdo_quiesce=true
14136112SN/Ado_statistics_insts=true
14146112SN/Adtb=system.cpu3.dtb
14156112SN/AfetchToDecodeDelay=1
14166112SN/AfetchTrapLatency=1
14176112SN/AfetchWidth=8
14186112SN/AforwardComSize=5
14196112SN/AfuPool=system.cpu3.fuPool
14206112SN/Afunction_trace=false
14216112SN/Afunction_trace_start=0
14226112SN/AiewToCommitDelay=1
14236112SN/AiewToDecodeDelay=1
14246112SN/AiewToFetchDelay=1
14256112SN/AiewToRenameDelay=1
14268835SAli.Saidi@ARM.cominterrupts=system.cpu3.interrupts
14279449SAli.Saidi@ARM.comisa=system.cpu3.isa
14286112SN/AissueToExecuteDelay=1
14296112SN/AissueWidth=8
14306112SN/Aitb=system.cpu3.itb
14316112SN/Amax_insts_all_threads=0
14326112SN/Amax_insts_any_thread=0
14336112SN/Amax_loads_all_threads=0
14346112SN/Amax_loads_any_thread=0
14358835SAli.Saidi@ARM.comneedsTSO=false
14366112SN/AnumIQEntries=64
14376112SN/AnumPhysFloatRegs=256
14386112SN/AnumPhysIntRegs=256
14396112SN/AnumROBEntries=192
14406112SN/AnumRobs=1
14416112SN/AnumThreads=1
14428835SAli.Saidi@ARM.comprofile=0
14436112SN/Aprogress_interval=0
14446112SN/ArenameToDecodeDelay=1
14456112SN/ArenameToFetchDelay=1
14466112SN/ArenameToIEWDelay=2
14476112SN/ArenameToROBDelay=1
14486112SN/ArenameWidth=8
14499885Sstever@gmail.comsimpoint_start_insts=
14506112SN/AsmtCommitPolicy=RoundRobin
14516112SN/AsmtFetchPolicy=SingleThread
14526112SN/AsmtIQPolicy=Partitioned
14536112SN/AsmtIQThreshold=100
14546112SN/AsmtLSQPolicy=Partitioned
14556112SN/AsmtLSQThreshold=100
14566112SN/AsmtNumFetchingThreads=1
14576112SN/AsmtROBPolicy=Partitioned
14586112SN/AsmtROBThreshold=100
14596112SN/AsquashWidth=8
14608546SN/Astore_set_clear_period=250000
14619449SAli.Saidi@ARM.comswitched_out=false
14626112SN/Asystem=system
14636112SN/Atracer=system.cpu3.tracer
14646112SN/AtrapLatency=13
14656112SN/AwbDepth=1
14666112SN/AwbWidth=8
14676112SN/Aworkload=system.cpu0.workload
14686112SN/Adcache_port=system.cpu3.dcache.cpu_side
14696112SN/Aicache_port=system.cpu3.icache.cpu_side
14706112SN/A
14719481Snilay@cs.wisc.edu[system.cpu3.branchPred]
14729481Snilay@cs.wisc.edutype=BranchPredictor
14739481Snilay@cs.wisc.eduBTBEntries=4096
14749481Snilay@cs.wisc.eduBTBTagSize=16
14759481Snilay@cs.wisc.eduRASSize=16
14769481Snilay@cs.wisc.educhoiceCtrBits=2
14779481Snilay@cs.wisc.educhoicePredictorSize=8192
14789481Snilay@cs.wisc.eduglobalCtrBits=2
14799481Snilay@cs.wisc.eduglobalPredictorSize=8192
14809481Snilay@cs.wisc.eduinstShiftAmt=2
14819481Snilay@cs.wisc.edulocalCtrBits=2
14829481Snilay@cs.wisc.edulocalHistoryTableSize=2048
14839481Snilay@cs.wisc.edulocalPredictorSize=2048
14849481Snilay@cs.wisc.edunumThreads=1
14859481Snilay@cs.wisc.edupredType=tournament
14869481Snilay@cs.wisc.edu
14876112SN/A[system.cpu3.dcache]
14886112SN/Atype=BaseCache
14899885Sstever@gmail.comchildren=tags
14908983Snate@binkert.orgaddr_ranges=0:18446744073709551615
14916112SN/Aassoc=4
14929885Sstever@gmail.comclk_domain=system.cpu_clk_domain
14936123SN/Aforward_snoops=true
14949348SAli.Saidi@ARM.comhit_latency=2
14958200SN/Ais_top_level=true
14966112SN/Amax_miss_count=0
14976112SN/Amshrs=4
14986112SN/Aprefetch_on_access=false
14998835SAli.Saidi@ARM.comprefetcher=Null
15009348SAli.Saidi@ARM.comresponse_latency=2
15016112SN/Asize=32768
15028835SAli.Saidi@ARM.comsystem=system
15039885Sstever@gmail.comtags=system.cpu3.dcache.tags
15046112SN/Atgts_per_mshr=20
15056112SN/Atwo_queue=false
15066112SN/Awrite_buffers=8
15076112SN/Acpu_side=system.cpu3.dcache_port
15088983Snate@binkert.orgmem_side=system.toL2Bus.slave[7]
15096112SN/A
15109885Sstever@gmail.com[system.cpu3.dcache.tags]
15119885Sstever@gmail.comtype=LRU
15129885Sstever@gmail.comassoc=4
15139885Sstever@gmail.comblock_size=64
15149885Sstever@gmail.comclk_domain=system.cpu_clk_domain
15159885Sstever@gmail.comhit_latency=2
15169885Sstever@gmail.comsize=32768
15179885Sstever@gmail.com
15186112SN/A[system.cpu3.dtb]
15196112SN/Atype=SparcTLB
15206112SN/Asize=64
15216112SN/A
15226112SN/A[system.cpu3.fuPool]
15236112SN/Atype=FUPool
15247761SN/Achildren=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7 FUList8
15257761SN/AFUList=system.cpu3.fuPool.FUList0 system.cpu3.fuPool.FUList1 system.cpu3.fuPool.FUList2 system.cpu3.fuPool.FUList3 system.cpu3.fuPool.FUList4 system.cpu3.fuPool.FUList5 system.cpu3.fuPool.FUList6 system.cpu3.fuPool.FUList7 system.cpu3.fuPool.FUList8
15266112SN/A
15276112SN/A[system.cpu3.fuPool.FUList0]
15286112SN/Atype=FUDesc
15296112SN/Achildren=opList
15306112SN/Acount=6
15316112SN/AopList=system.cpu3.fuPool.FUList0.opList
15326112SN/A
15336112SN/A[system.cpu3.fuPool.FUList0.opList]
15346112SN/Atype=OpDesc
15356112SN/AissueLat=1
15366112SN/AopClass=IntAlu
15376112SN/AopLat=1
15386112SN/A
15396112SN/A[system.cpu3.fuPool.FUList1]
15406112SN/Atype=FUDesc
15416112SN/Achildren=opList0 opList1
15426112SN/Acount=2
15436112SN/AopList=system.cpu3.fuPool.FUList1.opList0 system.cpu3.fuPool.FUList1.opList1
15446112SN/A
15456112SN/A[system.cpu3.fuPool.FUList1.opList0]
15466112SN/Atype=OpDesc
15476112SN/AissueLat=1
15486112SN/AopClass=IntMult
15496112SN/AopLat=3
15506112SN/A
15516112SN/A[system.cpu3.fuPool.FUList1.opList1]
15526112SN/Atype=OpDesc
15536112SN/AissueLat=19
15546112SN/AopClass=IntDiv
15556112SN/AopLat=20
15566112SN/A
15576112SN/A[system.cpu3.fuPool.FUList2]
15586112SN/Atype=FUDesc
15596112SN/Achildren=opList0 opList1 opList2
15606112SN/Acount=4
15616112SN/AopList=system.cpu3.fuPool.FUList2.opList0 system.cpu3.fuPool.FUList2.opList1 system.cpu3.fuPool.FUList2.opList2
15626112SN/A
15636112SN/A[system.cpu3.fuPool.FUList2.opList0]
15646112SN/Atype=OpDesc
15656112SN/AissueLat=1
15666112SN/AopClass=FloatAdd
15676112SN/AopLat=2
15686112SN/A
15696112SN/A[system.cpu3.fuPool.FUList2.opList1]
15706112SN/Atype=OpDesc
15716112SN/AissueLat=1
15726112SN/AopClass=FloatCmp
15736112SN/AopLat=2
15746112SN/A
15756112SN/A[system.cpu3.fuPool.FUList2.opList2]
15766112SN/Atype=OpDesc
15776112SN/AissueLat=1
15786112SN/AopClass=FloatCvt
15796112SN/AopLat=2
15806112SN/A
15816112SN/A[system.cpu3.fuPool.FUList3]
15826112SN/Atype=FUDesc
15836112SN/Achildren=opList0 opList1 opList2
15846112SN/Acount=2
15856112SN/AopList=system.cpu3.fuPool.FUList3.opList0 system.cpu3.fuPool.FUList3.opList1 system.cpu3.fuPool.FUList3.opList2
15866112SN/A
15876112SN/A[system.cpu3.fuPool.FUList3.opList0]
15886112SN/Atype=OpDesc
15896112SN/AissueLat=1
15906112SN/AopClass=FloatMult
15916112SN/AopLat=4
15926112SN/A
15936112SN/A[system.cpu3.fuPool.FUList3.opList1]
15946112SN/Atype=OpDesc
15956112SN/AissueLat=12
15966112SN/AopClass=FloatDiv
15976112SN/AopLat=12
15986112SN/A
15996112SN/A[system.cpu3.fuPool.FUList3.opList2]
16006112SN/Atype=OpDesc
16016112SN/AissueLat=24
16026112SN/AopClass=FloatSqrt
16036112SN/AopLat=24
16046112SN/A
16056112SN/A[system.cpu3.fuPool.FUList4]
16066112SN/Atype=FUDesc
16076112SN/Achildren=opList
16086112SN/Acount=0
16096112SN/AopList=system.cpu3.fuPool.FUList4.opList
16106112SN/A
16116112SN/A[system.cpu3.fuPool.FUList4.opList]
16126112SN/Atype=OpDesc
16136112SN/AissueLat=1
16146112SN/AopClass=MemRead
16156112SN/AopLat=1
16166112SN/A
16176112SN/A[system.cpu3.fuPool.FUList5]
16186112SN/Atype=FUDesc
16197761SN/Achildren=opList00 opList01 opList02 opList03 opList04 opList05 opList06 opList07 opList08 opList09 opList10 opList11 opList12 opList13 opList14 opList15 opList16 opList17 opList18 opList19
16207761SN/Acount=4
16217761SN/AopList=system.cpu3.fuPool.FUList5.opList00 system.cpu3.fuPool.FUList5.opList01 system.cpu3.fuPool.FUList5.opList02 system.cpu3.fuPool.FUList5.opList03 system.cpu3.fuPool.FUList5.opList04 system.cpu3.fuPool.FUList5.opList05 system.cpu3.fuPool.FUList5.opList06 system.cpu3.fuPool.FUList5.opList07 system.cpu3.fuPool.FUList5.opList08 system.cpu3.fuPool.FUList5.opList09 system.cpu3.fuPool.FUList5.opList10 system.cpu3.fuPool.FUList5.opList11 system.cpu3.fuPool.FUList5.opList12 system.cpu3.fuPool.FUList5.opList13 system.cpu3.fuPool.FUList5.opList14 system.cpu3.fuPool.FUList5.opList15 system.cpu3.fuPool.FUList5.opList16 system.cpu3.fuPool.FUList5.opList17 system.cpu3.fuPool.FUList5.opList18 system.cpu3.fuPool.FUList5.opList19
16226112SN/A
16237761SN/A[system.cpu3.fuPool.FUList5.opList00]
16246112SN/Atype=OpDesc
16256112SN/AissueLat=1
16267761SN/AopClass=SimdAdd
16277761SN/AopLat=1
16287761SN/A
16297761SN/A[system.cpu3.fuPool.FUList5.opList01]
16307761SN/Atype=OpDesc
16317761SN/AissueLat=1
16327761SN/AopClass=SimdAddAcc
16337761SN/AopLat=1
16347761SN/A
16357761SN/A[system.cpu3.fuPool.FUList5.opList02]
16367761SN/Atype=OpDesc
16377761SN/AissueLat=1
16387761SN/AopClass=SimdAlu
16397761SN/AopLat=1
16407761SN/A
16417761SN/A[system.cpu3.fuPool.FUList5.opList03]
16427761SN/Atype=OpDesc
16437761SN/AissueLat=1
16447761SN/AopClass=SimdCmp
16457761SN/AopLat=1
16467761SN/A
16477761SN/A[system.cpu3.fuPool.FUList5.opList04]
16487761SN/Atype=OpDesc
16497761SN/AissueLat=1
16507761SN/AopClass=SimdCvt
16517761SN/AopLat=1
16527761SN/A
16537761SN/A[system.cpu3.fuPool.FUList5.opList05]
16547761SN/Atype=OpDesc
16557761SN/AissueLat=1
16567761SN/AopClass=SimdMisc
16577761SN/AopLat=1
16587761SN/A
16597761SN/A[system.cpu3.fuPool.FUList5.opList06]
16607761SN/Atype=OpDesc
16617761SN/AissueLat=1
16627761SN/AopClass=SimdMult
16637761SN/AopLat=1
16647761SN/A
16657761SN/A[system.cpu3.fuPool.FUList5.opList07]
16667761SN/Atype=OpDesc
16677761SN/AissueLat=1
16687761SN/AopClass=SimdMultAcc
16697761SN/AopLat=1
16707761SN/A
16717761SN/A[system.cpu3.fuPool.FUList5.opList08]
16727761SN/Atype=OpDesc
16737761SN/AissueLat=1
16747761SN/AopClass=SimdShift
16757761SN/AopLat=1
16767761SN/A
16777761SN/A[system.cpu3.fuPool.FUList5.opList09]
16787761SN/Atype=OpDesc
16797761SN/AissueLat=1
16807761SN/AopClass=SimdShiftAcc
16817761SN/AopLat=1
16827761SN/A
16837761SN/A[system.cpu3.fuPool.FUList5.opList10]
16847761SN/Atype=OpDesc
16857761SN/AissueLat=1
16867761SN/AopClass=SimdSqrt
16877761SN/AopLat=1
16887761SN/A
16897761SN/A[system.cpu3.fuPool.FUList5.opList11]
16907761SN/Atype=OpDesc
16917761SN/AissueLat=1
16927761SN/AopClass=SimdFloatAdd
16937761SN/AopLat=1
16947761SN/A
16957761SN/A[system.cpu3.fuPool.FUList5.opList12]
16967761SN/Atype=OpDesc
16977761SN/AissueLat=1
16987761SN/AopClass=SimdFloatAlu
16997761SN/AopLat=1
17007761SN/A
17017761SN/A[system.cpu3.fuPool.FUList5.opList13]
17027761SN/Atype=OpDesc
17037761SN/AissueLat=1
17047761SN/AopClass=SimdFloatCmp
17057761SN/AopLat=1
17067761SN/A
17077761SN/A[system.cpu3.fuPool.FUList5.opList14]
17087761SN/Atype=OpDesc
17097761SN/AissueLat=1
17107761SN/AopClass=SimdFloatCvt
17117761SN/AopLat=1
17127761SN/A
17137761SN/A[system.cpu3.fuPool.FUList5.opList15]
17147761SN/Atype=OpDesc
17157761SN/AissueLat=1
17167761SN/AopClass=SimdFloatDiv
17177761SN/AopLat=1
17187761SN/A
17197761SN/A[system.cpu3.fuPool.FUList5.opList16]
17207761SN/Atype=OpDesc
17217761SN/AissueLat=1
17227761SN/AopClass=SimdFloatMisc
17237761SN/AopLat=1
17247761SN/A
17257761SN/A[system.cpu3.fuPool.FUList5.opList17]
17267761SN/Atype=OpDesc
17277761SN/AissueLat=1
17287761SN/AopClass=SimdFloatMult
17297761SN/AopLat=1
17307761SN/A
17317761SN/A[system.cpu3.fuPool.FUList5.opList18]
17327761SN/Atype=OpDesc
17337761SN/AissueLat=1
17347761SN/AopClass=SimdFloatMultAcc
17357761SN/AopLat=1
17367761SN/A
17377761SN/A[system.cpu3.fuPool.FUList5.opList19]
17387761SN/Atype=OpDesc
17397761SN/AissueLat=1
17407761SN/AopClass=SimdFloatSqrt
17416112SN/AopLat=1
17426112SN/A
17436112SN/A[system.cpu3.fuPool.FUList6]
17446112SN/Atype=FUDesc
17457761SN/Achildren=opList
17467761SN/Acount=0
17477761SN/AopList=system.cpu3.fuPool.FUList6.opList
17486112SN/A
17497761SN/A[system.cpu3.fuPool.FUList6.opList]
17506112SN/Atype=OpDesc
17516112SN/AissueLat=1
17526112SN/AopClass=MemWrite
17536112SN/AopLat=1
17546112SN/A
17556112SN/A[system.cpu3.fuPool.FUList7]
17566112SN/Atype=FUDesc
17577761SN/Achildren=opList0 opList1
17587761SN/Acount=4
17597761SN/AopList=system.cpu3.fuPool.FUList7.opList0 system.cpu3.fuPool.FUList7.opList1
17607761SN/A
17617761SN/A[system.cpu3.fuPool.FUList7.opList0]
17627761SN/Atype=OpDesc
17637761SN/AissueLat=1
17647761SN/AopClass=MemRead
17657761SN/AopLat=1
17667761SN/A
17677761SN/A[system.cpu3.fuPool.FUList7.opList1]
17687761SN/Atype=OpDesc
17697761SN/AissueLat=1
17707761SN/AopClass=MemWrite
17717761SN/AopLat=1
17727761SN/A
17737761SN/A[system.cpu3.fuPool.FUList8]
17747761SN/Atype=FUDesc
17756112SN/Achildren=opList
17766112SN/Acount=1
17777761SN/AopList=system.cpu3.fuPool.FUList8.opList
17786112SN/A
17797761SN/A[system.cpu3.fuPool.FUList8.opList]
17806112SN/Atype=OpDesc
17816112SN/AissueLat=3
17826112SN/AopClass=IprAccess
17836112SN/AopLat=3
17846112SN/A
17856112SN/A[system.cpu3.icache]
17866112SN/Atype=BaseCache
17879885Sstever@gmail.comchildren=tags
17888983Snate@binkert.orgaddr_ranges=0:18446744073709551615
17896112SN/Aassoc=1
17909885Sstever@gmail.comclk_domain=system.cpu_clk_domain
17916123SN/Aforward_snoops=true
17929348SAli.Saidi@ARM.comhit_latency=2
17938200SN/Ais_top_level=true
17946112SN/Amax_miss_count=0
17956112SN/Amshrs=4
17966112SN/Aprefetch_on_access=false
17978835SAli.Saidi@ARM.comprefetcher=Null
17989348SAli.Saidi@ARM.comresponse_latency=2
17996112SN/Asize=32768
18008835SAli.Saidi@ARM.comsystem=system
18019885Sstever@gmail.comtags=system.cpu3.icache.tags
18026112SN/Atgts_per_mshr=20
18036112SN/Atwo_queue=false
18046112SN/Awrite_buffers=8
18056112SN/Acpu_side=system.cpu3.icache_port
18068983Snate@binkert.orgmem_side=system.toL2Bus.slave[6]
18076112SN/A
18089885Sstever@gmail.com[system.cpu3.icache.tags]
18099885Sstever@gmail.comtype=LRU
18109885Sstever@gmail.comassoc=1
18119885Sstever@gmail.comblock_size=64
18129885Sstever@gmail.comclk_domain=system.cpu_clk_domain
18139885Sstever@gmail.comhit_latency=2
18149885Sstever@gmail.comsize=32768
18159885Sstever@gmail.com
18168835SAli.Saidi@ARM.com[system.cpu3.interrupts]
18178835SAli.Saidi@ARM.comtype=SparcInterrupts
18188835SAli.Saidi@ARM.com
18199449SAli.Saidi@ARM.com[system.cpu3.isa]
18209449SAli.Saidi@ARM.comtype=SparcISA
18219449SAli.Saidi@ARM.com
18226112SN/A[system.cpu3.itb]
18236112SN/Atype=SparcTLB
18246112SN/Asize=64
18256112SN/A
18266112SN/A[system.cpu3.tracer]
18276112SN/Atype=ExeTracer
18286112SN/A
18299885Sstever@gmail.com[system.cpu_clk_domain]
18309885Sstever@gmail.comtype=SrcClockDomain
18319885Sstever@gmail.comclock=500
18329885Sstever@gmail.comvoltage_domain=system.voltage_domain
18339885Sstever@gmail.com
18346112SN/A[system.l2c]
18356112SN/Atype=BaseCache
18369885Sstever@gmail.comchildren=tags
18378983Snate@binkert.orgaddr_ranges=0:18446744073709551615
18386112SN/Aassoc=8
18399885Sstever@gmail.comclk_domain=system.cpu_clk_domain
18406123SN/Aforward_snoops=true
18419348SAli.Saidi@ARM.comhit_latency=20
18428200SN/Ais_top_level=false
18436112SN/Amax_miss_count=0
18449348SAli.Saidi@ARM.commshrs=20
18456112SN/Aprefetch_on_access=false
18468835SAli.Saidi@ARM.comprefetcher=Null
18479348SAli.Saidi@ARM.comresponse_latency=20
18486112SN/Asize=4194304
18498835SAli.Saidi@ARM.comsystem=system
18509885Sstever@gmail.comtags=system.l2c.tags
18519348SAli.Saidi@ARM.comtgts_per_mshr=12
18526112SN/Atwo_queue=false
18536112SN/Awrite_buffers=8
18548983Snate@binkert.orgcpu_side=system.toL2Bus.master[0]
18559885Sstever@gmail.commem_side=system.membus.slave[1]
18569885Sstever@gmail.com
18579885Sstever@gmail.com[system.l2c.tags]
18589885Sstever@gmail.comtype=LRU
18599885Sstever@gmail.comassoc=8
18609885Sstever@gmail.comblock_size=64
18619885Sstever@gmail.comclk_domain=system.cpu_clk_domain
18629885Sstever@gmail.comhit_latency=20
18639885Sstever@gmail.comsize=4194304
18646112SN/A
18656112SN/A[system.membus]
18669055Ssaidi@eecs.umich.edutype=CoherentBus
18679885Sstever@gmail.comclk_domain=system.clk_domain
18686112SN/Aheader_cycles=1
18699620Snilay@cs.wisc.edusystem=system
18707524SN/Ause_default_range=false
18719096Sandreas.hansson@arm.comwidth=8
18729150SAli.Saidi@ARM.commaster=system.physmem.port
18739885Sstever@gmail.comslave=system.system_port system.l2c.mem_side
18746112SN/A
18756112SN/A[system.physmem]
18769348SAli.Saidi@ARM.comtype=SimpleDRAM
18779510Snilay@cs.wisc.eduactivation_limit=4
18789885Sstever@gmail.comaddr_mapping=RaBaChCo
18799348SAli.Saidi@ARM.combanks_per_rank=8
18809885Sstever@gmail.comburst_length=8
18819620Snilay@cs.wisc.educhannels=1
18829885Sstever@gmail.comclk_domain=system.clk_domain
18839885Sstever@gmail.comconf_table_reported=true
18849885Sstever@gmail.comdevice_bus_width=8
18859885Sstever@gmail.comdevice_rowbuffer_size=1024
18869885Sstever@gmail.comdevices_per_rank=8
18878983Snate@binkert.orgin_addr_map=true
18889510Snilay@cs.wisc.edumem_sched_policy=frfcfs
18896112SN/Anull=false
18909348SAli.Saidi@ARM.compage_policy=open
18916112SN/Arange=0:134217727
18929348SAli.Saidi@ARM.comranks_per_channel=2
18939348SAli.Saidi@ARM.comread_buffer_size=32
18949885Sstever@gmail.comstatic_backend_latency=10000
18959885Sstever@gmail.comstatic_frontend_latency=10000
18969510Snilay@cs.wisc.edutBURST=5000
18979510Snilay@cs.wisc.edutCL=13750
18989510Snilay@cs.wisc.edutRCD=13750
18999348SAli.Saidi@ARM.comtREFI=7800000
19009348SAli.Saidi@ARM.comtRFC=300000
19019510Snilay@cs.wisc.edutRP=13750
19029510Snilay@cs.wisc.edutWTR=7500
19039510Snilay@cs.wisc.edutXAW=40000
19049348SAli.Saidi@ARM.comwrite_buffer_size=32
19059348SAli.Saidi@ARM.comwrite_thresh_perc=70
19068983Snate@binkert.orgport=system.membus.master[0]
19076112SN/A
19086112SN/A[system.toL2Bus]
19099055Ssaidi@eecs.umich.edutype=CoherentBus
19109885Sstever@gmail.comclk_domain=system.cpu_clk_domain
19116112SN/Aheader_cycles=1
19129620Snilay@cs.wisc.edusystem=system
19137524SN/Ause_default_range=false
19149096Sandreas.hansson@arm.comwidth=8
19158983Snate@binkert.orgmaster=system.l2c.cpu_side
19168983Snate@binkert.orgslave=system.cpu0.icache.mem_side system.cpu0.dcache.mem_side system.cpu1.icache.mem_side system.cpu1.dcache.mem_side system.cpu2.icache.mem_side system.cpu2.dcache.mem_side system.cpu3.icache.mem_side system.cpu3.dcache.mem_side
19176112SN/A
19189885Sstever@gmail.com[system.voltage_domain]
19199885Sstever@gmail.comtype=VoltageDomain
19209885Sstever@gmail.comvoltage=1.000000
19219885Sstever@gmail.com
1922