config.ini revision 9885
17860SN/A[root]
27860SN/Atype=Root
37860SN/Achildren=system
48825Snilay@cs.wisc.edufull_system=false
57935SN/Atime_sync_enable=false
67935SN/Atime_sync_period=100000000000
77935SN/Atime_sync_spin_threshold=100000000
87860SN/A
97860SN/A[system]
107860SN/Atype=System
119885Sstever@gmail.comchildren=clk_domain cpu cpu_clk_domain membus physmem voltage_domain
128825Snilay@cs.wisc.eduboot_osflags=a
139885Sstever@gmail.comcache_line_size=64
149885Sstever@gmail.comclk_domain=system.clk_domain
158825Snilay@cs.wisc.eduinit_param=0
168825Snilay@cs.wisc.edukernel=
178825Snilay@cs.wisc.eduload_addr_mask=1099511627775
189449SAli.Saidi@ARM.commem_mode=timing
199449SAli.Saidi@ARM.commem_ranges=
208464SN/Amemories=system.physmem
218721SN/Anum_work_ids=16
228825Snilay@cs.wisc.edureadfile=
238825Snilay@cs.wisc.edusymbolfile=
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
318893Ssaidi@eecs.umich.edusystem_port=system.membus.slave[0]
327860SN/A
339885Sstever@gmail.com[system.clk_domain]
349885Sstever@gmail.comtype=SrcClockDomain
359885Sstever@gmail.comclock=1000
369885Sstever@gmail.comvoltage_domain=system.voltage_domain
379885Sstever@gmail.com
387860SN/A[system.cpu]
397860SN/Atype=DerivO3CPU
409481Snilay@cs.wisc.educhildren=branchPred dcache dtb fuPool icache interrupts isa itb l2cache toL2Bus tracer workload
417860SN/ALFSTSize=1024
427860SN/ALQEntries=32
438210SN/ALSQCheckLoads=true
448210SN/ALSQDepCheckShift=4
457860SN/ASQEntries=32
467860SN/ASSITSize=1024
477860SN/Aactivity=0
487860SN/AbackComSize=5
499481Snilay@cs.wisc.edubranchPred=system.cpu.branchPred
507860SN/AcachePorts=200
517860SN/Achecker=Null
529885Sstever@gmail.comclk_domain=system.cpu_clk_domain
537860SN/AcommitToDecodeDelay=1
547860SN/AcommitToFetchDelay=1
557860SN/AcommitToIEWDelay=1
567860SN/AcommitToRenameDelay=1
577860SN/AcommitWidth=8
587860SN/Acpu_id=0
597860SN/AdecodeToFetchDelay=1
607860SN/AdecodeToRenameDelay=1
617860SN/AdecodeWidth=8
627860SN/AdispatchWidth=8
637860SN/Ado_checkpoint_insts=true
648825Snilay@cs.wisc.edudo_quiesce=true
657860SN/Ado_statistics_insts=true
667860SN/Adtb=system.cpu.dtb
677860SN/AfetchToDecodeDelay=1
687860SN/AfetchTrapLatency=1
697860SN/AfetchWidth=8
707860SN/AforwardComSize=5
717860SN/AfuPool=system.cpu.fuPool
727860SN/Afunction_trace=false
737860SN/Afunction_trace_start=0
747860SN/AiewToCommitDelay=1
757860SN/AiewToDecodeDelay=1
767860SN/AiewToFetchDelay=1
777860SN/AiewToRenameDelay=1
788825Snilay@cs.wisc.eduinterrupts=system.cpu.interrupts
799449SAli.Saidi@ARM.comisa=system.cpu.isa
807860SN/AissueToExecuteDelay=1
817860SN/AissueWidth=8
827860SN/Aitb=system.cpu.itb
837860SN/Amax_insts_all_threads=0
847860SN/Amax_insts_any_thread=0
857860SN/Amax_loads_all_threads=0
867860SN/Amax_loads_any_thread=0
878825Snilay@cs.wisc.eduneedsTSO=false
887860SN/AnumIQEntries=64
897860SN/AnumPhysFloatRegs=256
907860SN/AnumPhysIntRegs=256
917860SN/AnumROBEntries=192
927860SN/AnumRobs=1
937860SN/AnumThreads=1
948825Snilay@cs.wisc.eduprofile=0
957860SN/Aprogress_interval=0
967860SN/ArenameToDecodeDelay=1
977860SN/ArenameToFetchDelay=1
987860SN/ArenameToIEWDelay=2
997860SN/ArenameToROBDelay=1
1007860SN/ArenameWidth=8
1019885Sstever@gmail.comsimpoint_start_insts=
1027860SN/AsmtCommitPolicy=RoundRobin
1037860SN/AsmtFetchPolicy=SingleThread
1047860SN/AsmtIQPolicy=Partitioned
1057860SN/AsmtIQThreshold=100
1067860SN/AsmtLSQPolicy=Partitioned
1077860SN/AsmtLSQThreshold=100
1087860SN/AsmtNumFetchingThreads=1
1097860SN/AsmtROBPolicy=Partitioned
1107860SN/AsmtROBThreshold=100
1117860SN/AsquashWidth=8
1128521SN/Astore_set_clear_period=250000
1139449SAli.Saidi@ARM.comswitched_out=false
1147860SN/Asystem=system
1157860SN/Atracer=system.cpu.tracer
1167860SN/AtrapLatency=13
1177860SN/AwbDepth=1
1187860SN/AwbWidth=8
1197860SN/Aworkload=system.cpu.workload
1207860SN/Adcache_port=system.cpu.dcache.cpu_side
1217860SN/Aicache_port=system.cpu.icache.cpu_side
1227860SN/A
1239481Snilay@cs.wisc.edu[system.cpu.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
1397860SN/A[system.cpu.dcache]
1407860SN/Atype=BaseCache
1419885Sstever@gmail.comchildren=tags
1428893Ssaidi@eecs.umich.eduaddr_ranges=0:18446744073709551615
1437860SN/Aassoc=2
1449885Sstever@gmail.comclk_domain=system.cpu_clk_domain
1457860SN/Aforward_snoops=true
1469348SAli.Saidi@ARM.comhit_latency=2
1478150SN/Ais_top_level=true
1487860SN/Amax_miss_count=0
1499348SAli.Saidi@ARM.commshrs=4
1507860SN/Aprefetch_on_access=false
1518835SAli.Saidi@ARM.comprefetcher=Null
1529348SAli.Saidi@ARM.comresponse_latency=2
1537860SN/Asize=262144
1548835SAli.Saidi@ARM.comsystem=system
1559885Sstever@gmail.comtags=system.cpu.dcache.tags
1567860SN/Atgts_per_mshr=20
1577860SN/Atwo_queue=false
1587860SN/Awrite_buffers=8
1597860SN/Acpu_side=system.cpu.dcache_port
1608893Ssaidi@eecs.umich.edumem_side=system.cpu.toL2Bus.slave[1]
1617860SN/A
1629885Sstever@gmail.com[system.cpu.dcache.tags]
1639885Sstever@gmail.comtype=LRU
1649885Sstever@gmail.comassoc=2
1659885Sstever@gmail.comblock_size=64
1669885Sstever@gmail.comclk_domain=system.cpu_clk_domain
1679885Sstever@gmail.comhit_latency=2
1689885Sstever@gmail.comsize=262144
1699885Sstever@gmail.com
1707860SN/A[system.cpu.dtb]
1717860SN/Atype=ArmTLB
1728825Snilay@cs.wisc.educhildren=walker
1737860SN/Asize=64
1748825Snilay@cs.wisc.eduwalker=system.cpu.dtb.walker
1758825Snilay@cs.wisc.edu
1768825Snilay@cs.wisc.edu[system.cpu.dtb.walker]
1778825Snilay@cs.wisc.edutype=ArmTableWalker
1789885Sstever@gmail.comclk_domain=system.cpu_clk_domain
1799265SAli.Saidi@ARM.comnum_squash_per_cycle=2
1808825Snilay@cs.wisc.edusys=system
1818893Ssaidi@eecs.umich.eduport=system.cpu.toL2Bus.slave[3]
1827860SN/A
1837860SN/A[system.cpu.fuPool]
1847860SN/Atype=FUPool
1857860SN/Achildren=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7 FUList8
1867860SN/AFUList=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
1877860SN/A
1887860SN/A[system.cpu.fuPool.FUList0]
1897860SN/Atype=FUDesc
1907860SN/Achildren=opList
1917860SN/Acount=6
1927860SN/AopList=system.cpu.fuPool.FUList0.opList
1937860SN/A
1947860SN/A[system.cpu.fuPool.FUList0.opList]
1957860SN/Atype=OpDesc
1967860SN/AissueLat=1
1977860SN/AopClass=IntAlu
1987860SN/AopLat=1
1997860SN/A
2007860SN/A[system.cpu.fuPool.FUList1]
2017860SN/Atype=FUDesc
2027860SN/Achildren=opList0 opList1
2037860SN/Acount=2
2047860SN/AopList=system.cpu.fuPool.FUList1.opList0 system.cpu.fuPool.FUList1.opList1
2057860SN/A
2067860SN/A[system.cpu.fuPool.FUList1.opList0]
2077860SN/Atype=OpDesc
2087860SN/AissueLat=1
2097860SN/AopClass=IntMult
2107860SN/AopLat=3
2117860SN/A
2127860SN/A[system.cpu.fuPool.FUList1.opList1]
2137860SN/Atype=OpDesc
2147860SN/AissueLat=19
2157860SN/AopClass=IntDiv
2167860SN/AopLat=20
2177860SN/A
2187860SN/A[system.cpu.fuPool.FUList2]
2197860SN/Atype=FUDesc
2207860SN/Achildren=opList0 opList1 opList2
2217860SN/Acount=4
2227860SN/AopList=system.cpu.fuPool.FUList2.opList0 system.cpu.fuPool.FUList2.opList1 system.cpu.fuPool.FUList2.opList2
2237860SN/A
2247860SN/A[system.cpu.fuPool.FUList2.opList0]
2257860SN/Atype=OpDesc
2267860SN/AissueLat=1
2277860SN/AopClass=FloatAdd
2287860SN/AopLat=2
2297860SN/A
2307860SN/A[system.cpu.fuPool.FUList2.opList1]
2317860SN/Atype=OpDesc
2327860SN/AissueLat=1
2337860SN/AopClass=FloatCmp
2347860SN/AopLat=2
2357860SN/A
2367860SN/A[system.cpu.fuPool.FUList2.opList2]
2377860SN/Atype=OpDesc
2387860SN/AissueLat=1
2397860SN/AopClass=FloatCvt
2407860SN/AopLat=2
2417860SN/A
2427860SN/A[system.cpu.fuPool.FUList3]
2437860SN/Atype=FUDesc
2447860SN/Achildren=opList0 opList1 opList2
2457860SN/Acount=2
2467860SN/AopList=system.cpu.fuPool.FUList3.opList0 system.cpu.fuPool.FUList3.opList1 system.cpu.fuPool.FUList3.opList2
2477860SN/A
2487860SN/A[system.cpu.fuPool.FUList3.opList0]
2497860SN/Atype=OpDesc
2507860SN/AissueLat=1
2517860SN/AopClass=FloatMult
2527860SN/AopLat=4
2537860SN/A
2547860SN/A[system.cpu.fuPool.FUList3.opList1]
2557860SN/Atype=OpDesc
2567860SN/AissueLat=12
2577860SN/AopClass=FloatDiv
2587860SN/AopLat=12
2597860SN/A
2607860SN/A[system.cpu.fuPool.FUList3.opList2]
2617860SN/Atype=OpDesc
2627860SN/AissueLat=24
2637860SN/AopClass=FloatSqrt
2647860SN/AopLat=24
2657860SN/A
2667860SN/A[system.cpu.fuPool.FUList4]
2677860SN/Atype=FUDesc
2687860SN/Achildren=opList
2697860SN/Acount=0
2707860SN/AopList=system.cpu.fuPool.FUList4.opList
2717860SN/A
2727860SN/A[system.cpu.fuPool.FUList4.opList]
2737860SN/Atype=OpDesc
2747860SN/AissueLat=1
2757860SN/AopClass=MemRead
2767860SN/AopLat=1
2777860SN/A
2787860SN/A[system.cpu.fuPool.FUList5]
2797860SN/Atype=FUDesc
2807860SN/Achildren=opList00 opList01 opList02 opList03 opList04 opList05 opList06 opList07 opList08 opList09 opList10 opList11 opList12 opList13 opList14 opList15 opList16 opList17 opList18 opList19
2817860SN/Acount=4
2827860SN/AopList=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
2837860SN/A
2847860SN/A[system.cpu.fuPool.FUList5.opList00]
2857860SN/Atype=OpDesc
2867860SN/AissueLat=1
2877860SN/AopClass=SimdAdd
2887860SN/AopLat=1
2897860SN/A
2907860SN/A[system.cpu.fuPool.FUList5.opList01]
2917860SN/Atype=OpDesc
2927860SN/AissueLat=1
2937860SN/AopClass=SimdAddAcc
2947860SN/AopLat=1
2957860SN/A
2967860SN/A[system.cpu.fuPool.FUList5.opList02]
2977860SN/Atype=OpDesc
2987860SN/AissueLat=1
2997860SN/AopClass=SimdAlu
3007860SN/AopLat=1
3017860SN/A
3027860SN/A[system.cpu.fuPool.FUList5.opList03]
3037860SN/Atype=OpDesc
3047860SN/AissueLat=1
3057860SN/AopClass=SimdCmp
3067860SN/AopLat=1
3077860SN/A
3087860SN/A[system.cpu.fuPool.FUList5.opList04]
3097860SN/Atype=OpDesc
3107860SN/AissueLat=1
3117860SN/AopClass=SimdCvt
3127860SN/AopLat=1
3137860SN/A
3147860SN/A[system.cpu.fuPool.FUList5.opList05]
3157860SN/Atype=OpDesc
3167860SN/AissueLat=1
3177860SN/AopClass=SimdMisc
3187860SN/AopLat=1
3197860SN/A
3207860SN/A[system.cpu.fuPool.FUList5.opList06]
3217860SN/Atype=OpDesc
3227860SN/AissueLat=1
3237860SN/AopClass=SimdMult
3247860SN/AopLat=1
3257860SN/A
3267860SN/A[system.cpu.fuPool.FUList5.opList07]
3277860SN/Atype=OpDesc
3287860SN/AissueLat=1
3297860SN/AopClass=SimdMultAcc
3307860SN/AopLat=1
3317860SN/A
3327860SN/A[system.cpu.fuPool.FUList5.opList08]
3337860SN/Atype=OpDesc
3347860SN/AissueLat=1
3357860SN/AopClass=SimdShift
3367860SN/AopLat=1
3377860SN/A
3387860SN/A[system.cpu.fuPool.FUList5.opList09]
3397860SN/Atype=OpDesc
3407860SN/AissueLat=1
3417860SN/AopClass=SimdShiftAcc
3427860SN/AopLat=1
3437860SN/A
3447860SN/A[system.cpu.fuPool.FUList5.opList10]
3457860SN/Atype=OpDesc
3467860SN/AissueLat=1
3477860SN/AopClass=SimdSqrt
3487860SN/AopLat=1
3497860SN/A
3507860SN/A[system.cpu.fuPool.FUList5.opList11]
3517860SN/Atype=OpDesc
3527860SN/AissueLat=1
3537860SN/AopClass=SimdFloatAdd
3547860SN/AopLat=1
3557860SN/A
3567860SN/A[system.cpu.fuPool.FUList5.opList12]
3577860SN/Atype=OpDesc
3587860SN/AissueLat=1
3597860SN/AopClass=SimdFloatAlu
3607860SN/AopLat=1
3617860SN/A
3627860SN/A[system.cpu.fuPool.FUList5.opList13]
3637860SN/Atype=OpDesc
3647860SN/AissueLat=1
3657860SN/AopClass=SimdFloatCmp
3667860SN/AopLat=1
3677860SN/A
3687860SN/A[system.cpu.fuPool.FUList5.opList14]
3697860SN/Atype=OpDesc
3707860SN/AissueLat=1
3717860SN/AopClass=SimdFloatCvt
3727860SN/AopLat=1
3737860SN/A
3747860SN/A[system.cpu.fuPool.FUList5.opList15]
3757860SN/Atype=OpDesc
3767860SN/AissueLat=1
3777860SN/AopClass=SimdFloatDiv
3787860SN/AopLat=1
3797860SN/A
3807860SN/A[system.cpu.fuPool.FUList5.opList16]
3817860SN/Atype=OpDesc
3827860SN/AissueLat=1
3837860SN/AopClass=SimdFloatMisc
3847860SN/AopLat=1
3857860SN/A
3867860SN/A[system.cpu.fuPool.FUList5.opList17]
3877860SN/Atype=OpDesc
3887860SN/AissueLat=1
3897860SN/AopClass=SimdFloatMult
3907860SN/AopLat=1
3917860SN/A
3927860SN/A[system.cpu.fuPool.FUList5.opList18]
3937860SN/Atype=OpDesc
3947860SN/AissueLat=1
3957860SN/AopClass=SimdFloatMultAcc
3967860SN/AopLat=1
3977860SN/A
3987860SN/A[system.cpu.fuPool.FUList5.opList19]
3997860SN/Atype=OpDesc
4007860SN/AissueLat=1
4017860SN/AopClass=SimdFloatSqrt
4027860SN/AopLat=1
4037860SN/A
4047860SN/A[system.cpu.fuPool.FUList6]
4057860SN/Atype=FUDesc
4067860SN/Achildren=opList
4077860SN/Acount=0
4087860SN/AopList=system.cpu.fuPool.FUList6.opList
4097860SN/A
4107860SN/A[system.cpu.fuPool.FUList6.opList]
4117860SN/Atype=OpDesc
4127860SN/AissueLat=1
4137860SN/AopClass=MemWrite
4147860SN/AopLat=1
4157860SN/A
4167860SN/A[system.cpu.fuPool.FUList7]
4177860SN/Atype=FUDesc
4187860SN/Achildren=opList0 opList1
4197860SN/Acount=4
4207860SN/AopList=system.cpu.fuPool.FUList7.opList0 system.cpu.fuPool.FUList7.opList1
4217860SN/A
4227860SN/A[system.cpu.fuPool.FUList7.opList0]
4237860SN/Atype=OpDesc
4247860SN/AissueLat=1
4257860SN/AopClass=MemRead
4267860SN/AopLat=1
4277860SN/A
4287860SN/A[system.cpu.fuPool.FUList7.opList1]
4297860SN/Atype=OpDesc
4307860SN/AissueLat=1
4317860SN/AopClass=MemWrite
4327860SN/AopLat=1
4337860SN/A
4347860SN/A[system.cpu.fuPool.FUList8]
4357860SN/Atype=FUDesc
4367860SN/Achildren=opList
4377860SN/Acount=1
4387860SN/AopList=system.cpu.fuPool.FUList8.opList
4397860SN/A
4407860SN/A[system.cpu.fuPool.FUList8.opList]
4417860SN/Atype=OpDesc
4427860SN/AissueLat=3
4437860SN/AopClass=IprAccess
4447860SN/AopLat=3
4457860SN/A
4467860SN/A[system.cpu.icache]
4477860SN/Atype=BaseCache
4489885Sstever@gmail.comchildren=tags
4498893Ssaidi@eecs.umich.eduaddr_ranges=0:18446744073709551615
4507860SN/Aassoc=2
4519885Sstever@gmail.comclk_domain=system.cpu_clk_domain
4527860SN/Aforward_snoops=true
4539348SAli.Saidi@ARM.comhit_latency=2
4548150SN/Ais_top_level=true
4557860SN/Amax_miss_count=0
4569348SAli.Saidi@ARM.commshrs=4
4577860SN/Aprefetch_on_access=false
4588835SAli.Saidi@ARM.comprefetcher=Null
4599348SAli.Saidi@ARM.comresponse_latency=2
4607860SN/Asize=131072
4618835SAli.Saidi@ARM.comsystem=system
4629885Sstever@gmail.comtags=system.cpu.icache.tags
4637860SN/Atgts_per_mshr=20
4647860SN/Atwo_queue=false
4657860SN/Awrite_buffers=8
4667860SN/Acpu_side=system.cpu.icache_port
4678893Ssaidi@eecs.umich.edumem_side=system.cpu.toL2Bus.slave[0]
4687860SN/A
4699885Sstever@gmail.com[system.cpu.icache.tags]
4709885Sstever@gmail.comtype=LRU
4719885Sstever@gmail.comassoc=2
4729885Sstever@gmail.comblock_size=64
4739885Sstever@gmail.comclk_domain=system.cpu_clk_domain
4749885Sstever@gmail.comhit_latency=2
4759885Sstever@gmail.comsize=131072
4769885Sstever@gmail.com
4778825Snilay@cs.wisc.edu[system.cpu.interrupts]
4788825Snilay@cs.wisc.edutype=ArmInterrupts
4798825Snilay@cs.wisc.edu
4809449SAli.Saidi@ARM.com[system.cpu.isa]
4819449SAli.Saidi@ARM.comtype=ArmISA
4829449SAli.Saidi@ARM.comfpsid=1090793632
4839449SAli.Saidi@ARM.comid_isar0=34607377
4849449SAli.Saidi@ARM.comid_isar1=34677009
4859449SAli.Saidi@ARM.comid_isar2=555950401
4869449SAli.Saidi@ARM.comid_isar3=17899825
4879449SAli.Saidi@ARM.comid_isar4=268501314
4889449SAli.Saidi@ARM.comid_isar5=0
4899449SAli.Saidi@ARM.comid_mmfr0=3
4909449SAli.Saidi@ARM.comid_mmfr1=0
4919449SAli.Saidi@ARM.comid_mmfr2=19070976
4929449SAli.Saidi@ARM.comid_mmfr3=4027589137
4939449SAli.Saidi@ARM.comid_pfr0=49
4949449SAli.Saidi@ARM.comid_pfr1=1
4959449SAli.Saidi@ARM.commidr=890224640
4969449SAli.Saidi@ARM.com
4977860SN/A[system.cpu.itb]
4987860SN/Atype=ArmTLB
4998825Snilay@cs.wisc.educhildren=walker
5007860SN/Asize=64
5018825Snilay@cs.wisc.eduwalker=system.cpu.itb.walker
5028825Snilay@cs.wisc.edu
5038825Snilay@cs.wisc.edu[system.cpu.itb.walker]
5048825Snilay@cs.wisc.edutype=ArmTableWalker
5059885Sstever@gmail.comclk_domain=system.cpu_clk_domain
5069265SAli.Saidi@ARM.comnum_squash_per_cycle=2
5078825Snilay@cs.wisc.edusys=system
5088893Ssaidi@eecs.umich.eduport=system.cpu.toL2Bus.slave[2]
5097860SN/A
5107860SN/A[system.cpu.l2cache]
5117860SN/Atype=BaseCache
5129885Sstever@gmail.comchildren=tags
5138893Ssaidi@eecs.umich.eduaddr_ranges=0:18446744073709551615
5149348SAli.Saidi@ARM.comassoc=8
5159885Sstever@gmail.comclk_domain=system.cpu_clk_domain
5167860SN/Aforward_snoops=true
5179348SAli.Saidi@ARM.comhit_latency=20
5188150SN/Ais_top_level=false
5197860SN/Amax_miss_count=0
5209348SAli.Saidi@ARM.commshrs=20
5217860SN/Aprefetch_on_access=false
5228835SAli.Saidi@ARM.comprefetcher=Null
5239348SAli.Saidi@ARM.comresponse_latency=20
5247860SN/Asize=2097152
5258835SAli.Saidi@ARM.comsystem=system
5269885Sstever@gmail.comtags=system.cpu.l2cache.tags
5279348SAli.Saidi@ARM.comtgts_per_mshr=12
5287860SN/Atwo_queue=false
5297860SN/Awrite_buffers=8
5308893Ssaidi@eecs.umich.educpu_side=system.cpu.toL2Bus.master[0]
5318893Ssaidi@eecs.umich.edumem_side=system.membus.slave[1]
5327860SN/A
5339885Sstever@gmail.com[system.cpu.l2cache.tags]
5349885Sstever@gmail.comtype=LRU
5359885Sstever@gmail.comassoc=8
5369885Sstever@gmail.comblock_size=64
5379885Sstever@gmail.comclk_domain=system.cpu_clk_domain
5389885Sstever@gmail.comhit_latency=20
5399885Sstever@gmail.comsize=2097152
5409885Sstever@gmail.com
5417860SN/A[system.cpu.toL2Bus]
5429055Ssaidi@eecs.umich.edutype=CoherentBus
5439885Sstever@gmail.comclk_domain=system.cpu_clk_domain
5447860SN/Aheader_cycles=1
5459575Ssaidi@eecs.umich.edusystem=system
5467860SN/Ause_default_range=false
5479348SAli.Saidi@ARM.comwidth=32
5488893Ssaidi@eecs.umich.edumaster=system.cpu.l2cache.cpu_side
5498893Ssaidi@eecs.umich.eduslave=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb.walker.port system.cpu.dtb.walker.port
5507860SN/A
5517860SN/A[system.cpu.tracer]
5527860SN/Atype=ExeTracer
5537860SN/A
5547860SN/A[system.cpu.workload]
5557860SN/Atype=LiveProcess
5567860SN/Acmd=vortex lendian.raw
5579265SAli.Saidi@ARM.comcwd=build/ARM/tests/opt/long/se/50.vortex/arm/linux/o3-timing
5587860SN/Aegid=100
5597860SN/Aenv=
5607860SN/Aerrout=cerr
5617860SN/Aeuid=100
5629885Sstever@gmail.comexecutable=/dist/m5/cpu2000/binaries/arm/linux/vortex
5637860SN/Agid=100
5647860SN/Ainput=cin
5657860SN/Amax_stack_size=67108864
5667860SN/Aoutput=cout
5677860SN/Apid=100
5687860SN/Appid=99
5697860SN/Asimpoint=0
5707860SN/Asystem=system
5717860SN/Auid=100
5727860SN/A
5739885Sstever@gmail.com[system.cpu_clk_domain]
5749885Sstever@gmail.comtype=SrcClockDomain
5759885Sstever@gmail.comclock=500
5769885Sstever@gmail.comvoltage_domain=system.voltage_domain
5779885Sstever@gmail.com
5787860SN/A[system.membus]
5799055Ssaidi@eecs.umich.edutype=CoherentBus
5809885Sstever@gmail.comclk_domain=system.clk_domain
5817860SN/Aheader_cycles=1
5829575Ssaidi@eecs.umich.edusystem=system
5837860SN/Ause_default_range=false
5849096Sandreas.hansson@arm.comwidth=8
5859265SAli.Saidi@ARM.commaster=system.physmem.port
5868893Ssaidi@eecs.umich.eduslave=system.system_port system.cpu.l2cache.mem_side
5877860SN/A
5887860SN/A[system.physmem]
5899348SAli.Saidi@ARM.comtype=SimpleDRAM
5909575Ssaidi@eecs.umich.eduactivation_limit=4
5919885Sstever@gmail.comaddr_mapping=RaBaChCo
5929348SAli.Saidi@ARM.combanks_per_rank=8
5939885Sstever@gmail.comburst_length=8
5949575Ssaidi@eecs.umich.educhannels=1
5959885Sstever@gmail.comclk_domain=system.clk_domain
5969885Sstever@gmail.comconf_table_reported=true
5979885Sstever@gmail.comdevice_bus_width=8
5989885Sstever@gmail.comdevice_rowbuffer_size=1024
5999885Sstever@gmail.comdevices_per_rank=8
6008983Snate@binkert.orgin_addr_map=true
6019575Ssaidi@eecs.umich.edumem_sched_policy=frfcfs
6027860SN/Anull=false
6039348SAli.Saidi@ARM.compage_policy=open
6047860SN/Arange=0:134217727
6059348SAli.Saidi@ARM.comranks_per_channel=2
6069348SAli.Saidi@ARM.comread_buffer_size=32
6079885Sstever@gmail.comstatic_backend_latency=10000
6089885Sstever@gmail.comstatic_frontend_latency=10000
6099575Ssaidi@eecs.umich.edutBURST=5000
6109575Ssaidi@eecs.umich.edutCL=13750
6119575Ssaidi@eecs.umich.edutRCD=13750
6129348SAli.Saidi@ARM.comtREFI=7800000
6139348SAli.Saidi@ARM.comtRFC=300000
6149575Ssaidi@eecs.umich.edutRP=13750
6159575Ssaidi@eecs.umich.edutWTR=7500
6169575Ssaidi@eecs.umich.edutXAW=40000
6179348SAli.Saidi@ARM.comwrite_buffer_size=32
6189348SAli.Saidi@ARM.comwrite_thresh_perc=70
6198893Ssaidi@eecs.umich.eduport=system.membus.master[0]
6207860SN/A
6219885Sstever@gmail.com[system.voltage_domain]
6229885Sstever@gmail.comtype=VoltageDomain
6239885Sstever@gmail.comvoltage=1.000000
6249885Sstever@gmail.com
625