config.ini revision 9348
13096SN/A[root]
23096SN/Atype=Root
33096SN/Achildren=system
48835SAli.Saidi@ARM.comfull_system=false
57935SN/Atime_sync_enable=false
67935SN/Atime_sync_period=100000000000
77935SN/Atime_sync_spin_threshold=100000000
83096SN/A
93096SN/A[system]
103096SN/Atype=System
113096SN/Achildren=cpu membus physmem
128835SAli.Saidi@ARM.comboot_osflags=a
139348SAli.Saidi@ARM.comclock=1000
148835SAli.Saidi@ARM.cominit_param=0
158835SAli.Saidi@ARM.comkernel=
168835SAli.Saidi@ARM.comload_addr_mask=1099511627775
173096SN/Amem_mode=atomic
188464SN/Amemories=system.physmem
198721SN/Anum_work_ids=16
208835SAli.Saidi@ARM.comreadfile=
218835SAli.Saidi@ARM.comsymbolfile=
227935SN/Awork_begin_ckpt_count=0
237935SN/Awork_begin_cpu_id_exit=-1
247935SN/Awork_begin_exit_count=0
257935SN/Awork_cpus_ckpt_count=0
267935SN/Awork_end_ckpt_count=0
277935SN/Awork_end_exit_count=0
287935SN/Awork_item_id=-1
298983Snate@binkert.orgsystem_port=system.membus.slave[0]
303096SN/A
313096SN/A[system.cpu]
323096SN/Atype=DerivO3CPU
339348SAli.Saidi@ARM.comchildren=dcache dtb fuPool icache interrupts isa itb l2cache toL2Bus tracer workload
343096SN/ABTBEntries=4096
353096SN/ABTBTagSize=16
363096SN/ALFSTSize=1024
373096SN/ALQEntries=32
388241SN/ALSQCheckLoads=true
398241SN/ALSQDepCheckShift=4
403096SN/ARASSize=16
413096SN/ASQEntries=32
423096SN/ASSITSize=1024
433096SN/Aactivity=0
443096SN/AbackComSize=5
454657SN/AcachePorts=200
465876SN/Achecker=Null
473096SN/AchoiceCtrBits=2
483096SN/AchoicePredictorSize=8192
494391SN/Aclock=500
503096SN/AcommitToDecodeDelay=1
513096SN/AcommitToFetchDelay=1
523096SN/AcommitToIEWDelay=1
533096SN/AcommitToRenameDelay=1
543096SN/AcommitWidth=8
554289SN/Acpu_id=0
563096SN/AdecodeToFetchDelay=1
573096SN/AdecodeToRenameDelay=1
583096SN/AdecodeWidth=8
593096SN/Adefer_registration=false
603096SN/AdispatchWidth=8
615876SN/Ado_checkpoint_insts=true
628835SAli.Saidi@ARM.comdo_quiesce=true
635876SN/Ado_statistics_insts=true
645000SN/Adtb=system.cpu.dtb
653096SN/AfetchToDecodeDelay=1
663096SN/AfetchTrapLatency=1
673096SN/AfetchWidth=8
683096SN/AforwardComSize=5
693096SN/AfuPool=system.cpu.fuPool
703096SN/Afunction_trace=false
713096SN/Afunction_trace_start=0
723096SN/AglobalCtrBits=2
733096SN/AglobalHistoryBits=13
743096SN/AglobalPredictorSize=8192
753096SN/AiewToCommitDelay=1
763096SN/AiewToDecodeDelay=1
773096SN/AiewToFetchDelay=1
783096SN/AiewToRenameDelay=1
793096SN/AinstShiftAmt=2
808835SAli.Saidi@ARM.cominterrupts=system.cpu.interrupts
819348SAli.Saidi@ARM.comisa=system.cpu.isa
823096SN/AissueToExecuteDelay=1
833096SN/AissueWidth=8
845000SN/Aitb=system.cpu.itb
853096SN/AlocalCtrBits=2
863096SN/AlocalHistoryBits=11
873096SN/AlocalHistoryTableSize=2048
883096SN/AlocalPredictorSize=2048
893096SN/Amax_insts_all_threads=0
903096SN/Amax_insts_any_thread=0
913096SN/Amax_loads_all_threads=0
923096SN/Amax_loads_any_thread=0
938835SAli.Saidi@ARM.comneedsTSO=false
943096SN/AnumIQEntries=64
953096SN/AnumPhysFloatRegs=256
963096SN/AnumPhysIntRegs=256
973096SN/AnumROBEntries=192
983096SN/AnumRobs=1
993096SN/AnumThreads=1
1003096SN/ApredType=tournament
1018835SAli.Saidi@ARM.comprofile=0
1023147SN/Aprogress_interval=0
1033096SN/ArenameToDecodeDelay=1
1043096SN/ArenameToFetchDelay=1
1053096SN/ArenameToIEWDelay=2
1063096SN/ArenameToROBDelay=1
1073096SN/ArenameWidth=8
1084657SN/AsmtCommitPolicy=RoundRobin
1094657SN/AsmtFetchPolicy=SingleThread
1104657SN/AsmtIQPolicy=Partitioned
1114657SN/AsmtIQThreshold=100
1124657SN/AsmtLSQPolicy=Partitioned
1134657SN/AsmtLSQThreshold=100
1144657SN/AsmtNumFetchingThreads=1
1154657SN/AsmtROBPolicy=Partitioned
1164657SN/AsmtROBThreshold=100
1173096SN/AsquashWidth=8
1188546SN/Astore_set_clear_period=250000
1193096SN/Asystem=system
1204938SN/Atracer=system.cpu.tracer
1213096SN/AtrapLatency=13
1223096SN/AwbDepth=1
1233096SN/AwbWidth=8
1243096SN/Aworkload=system.cpu.workload
1253104SN/Adcache_port=system.cpu.dcache.cpu_side
1263104SN/Aicache_port=system.cpu.icache.cpu_side
1273096SN/A
1283096SN/A[system.cpu.dcache]
1293096SN/Atype=BaseCache
1308983Snate@binkert.orgaddr_ranges=0:18446744073709551615
1313096SN/Aassoc=2
1323096SN/Ablock_size=64
1339348SAli.Saidi@ARM.comclock=500
1346123SN/Aforward_snoops=true
1353096SN/Ahash_delay=1
1369348SAli.Saidi@ARM.comhit_latency=2
1378200SN/Ais_top_level=true
1383096SN/Amax_miss_count=0
1399348SAli.Saidi@ARM.commshrs=4
1405876SN/Aprefetch_on_access=false
1418835SAli.Saidi@ARM.comprefetcher=Null
1423096SN/AprioritizeRequests=false
1433096SN/Arepl=Null
1449348SAli.Saidi@ARM.comresponse_latency=2
1453096SN/Asize=262144
1463096SN/Asubblock_size=0
1478835SAli.Saidi@ARM.comsystem=system
1484316SN/Atgts_per_mshr=20
1493096SN/Atrace_addr=0
1503096SN/Atwo_queue=false
1513096SN/Awrite_buffers=8
1523104SN/Acpu_side=system.cpu.dcache_port
1538983Snate@binkert.orgmem_side=system.cpu.toL2Bus.slave[1]
1543096SN/A
1555000SN/A[system.cpu.dtb]
1566024SN/Atype=AlphaTLB
1575000SN/Asize=64
1585000SN/A
1593096SN/A[system.cpu.fuPool]
1603096SN/Atype=FUPool
1617761SN/Achildren=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7 FUList8
1627761SN/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
1633096SN/A
1643096SN/A[system.cpu.fuPool.FUList0]
1653096SN/Atype=FUDesc
1664938SN/Achildren=opList
1673096SN/Acount=6
1684938SN/AopList=system.cpu.fuPool.FUList0.opList
1693096SN/A
1704938SN/A[system.cpu.fuPool.FUList0.opList]
1713096SN/Atype=OpDesc
1723096SN/AissueLat=1
1733096SN/AopClass=IntAlu
1743096SN/AopLat=1
1753096SN/A
1763096SN/A[system.cpu.fuPool.FUList1]
1773096SN/Atype=FUDesc
1783096SN/Achildren=opList0 opList1
1793096SN/Acount=2
1803096SN/AopList=system.cpu.fuPool.FUList1.opList0 system.cpu.fuPool.FUList1.opList1
1813096SN/A
1823096SN/A[system.cpu.fuPool.FUList1.opList0]
1833096SN/Atype=OpDesc
1843096SN/AissueLat=1
1853096SN/AopClass=IntMult
1863096SN/AopLat=3
1873096SN/A
1883096SN/A[system.cpu.fuPool.FUList1.opList1]
1893096SN/Atype=OpDesc
1903096SN/AissueLat=19
1913096SN/AopClass=IntDiv
1923096SN/AopLat=20
1933096SN/A
1943096SN/A[system.cpu.fuPool.FUList2]
1953096SN/Atype=FUDesc
1963096SN/Achildren=opList0 opList1 opList2
1973096SN/Acount=4
1983096SN/AopList=system.cpu.fuPool.FUList2.opList0 system.cpu.fuPool.FUList2.opList1 system.cpu.fuPool.FUList2.opList2
1993096SN/A
2003096SN/A[system.cpu.fuPool.FUList2.opList0]
2013096SN/Atype=OpDesc
2023096SN/AissueLat=1
2033096SN/AopClass=FloatAdd
2043096SN/AopLat=2
2053096SN/A
2063096SN/A[system.cpu.fuPool.FUList2.opList1]
2073096SN/Atype=OpDesc
2083096SN/AissueLat=1
2093096SN/AopClass=FloatCmp
2103096SN/AopLat=2
2113096SN/A
2123096SN/A[system.cpu.fuPool.FUList2.opList2]
2133096SN/Atype=OpDesc
2143096SN/AissueLat=1
2153096SN/AopClass=FloatCvt
2163096SN/AopLat=2
2173096SN/A
2183096SN/A[system.cpu.fuPool.FUList3]
2193096SN/Atype=FUDesc
2203096SN/Achildren=opList0 opList1 opList2
2213096SN/Acount=2
2223096SN/AopList=system.cpu.fuPool.FUList3.opList0 system.cpu.fuPool.FUList3.opList1 system.cpu.fuPool.FUList3.opList2
2233096SN/A
2243096SN/A[system.cpu.fuPool.FUList3.opList0]
2253096SN/Atype=OpDesc
2263096SN/AissueLat=1
2273096SN/AopClass=FloatMult
2283096SN/AopLat=4
2293096SN/A
2303096SN/A[system.cpu.fuPool.FUList3.opList1]
2313096SN/Atype=OpDesc
2323096SN/AissueLat=12
2333096SN/AopClass=FloatDiv
2343096SN/AopLat=12
2353096SN/A
2363096SN/A[system.cpu.fuPool.FUList3.opList2]
2373096SN/Atype=OpDesc
2383096SN/AissueLat=24
2393096SN/AopClass=FloatSqrt
2403096SN/AopLat=24
2413096SN/A
2423096SN/A[system.cpu.fuPool.FUList4]
2433096SN/Atype=FUDesc
2444938SN/Achildren=opList
2453096SN/Acount=0
2464938SN/AopList=system.cpu.fuPool.FUList4.opList
2473096SN/A
2484938SN/A[system.cpu.fuPool.FUList4.opList]
2493096SN/Atype=OpDesc
2503096SN/AissueLat=1
2513096SN/AopClass=MemRead
2523096SN/AopLat=1
2533096SN/A
2543096SN/A[system.cpu.fuPool.FUList5]
2553096SN/Atype=FUDesc
2567761SN/Achildren=opList00 opList01 opList02 opList03 opList04 opList05 opList06 opList07 opList08 opList09 opList10 opList11 opList12 opList13 opList14 opList15 opList16 opList17 opList18 opList19
2577761SN/Acount=4
2587761SN/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
2593096SN/A
2607761SN/A[system.cpu.fuPool.FUList5.opList00]
2613096SN/Atype=OpDesc
2623096SN/AissueLat=1
2637761SN/AopClass=SimdAdd
2647761SN/AopLat=1
2657761SN/A
2667761SN/A[system.cpu.fuPool.FUList5.opList01]
2677761SN/Atype=OpDesc
2687761SN/AissueLat=1
2697761SN/AopClass=SimdAddAcc
2707761SN/AopLat=1
2717761SN/A
2727761SN/A[system.cpu.fuPool.FUList5.opList02]
2737761SN/Atype=OpDesc
2747761SN/AissueLat=1
2757761SN/AopClass=SimdAlu
2767761SN/AopLat=1
2777761SN/A
2787761SN/A[system.cpu.fuPool.FUList5.opList03]
2797761SN/Atype=OpDesc
2807761SN/AissueLat=1
2817761SN/AopClass=SimdCmp
2827761SN/AopLat=1
2837761SN/A
2847761SN/A[system.cpu.fuPool.FUList5.opList04]
2857761SN/Atype=OpDesc
2867761SN/AissueLat=1
2877761SN/AopClass=SimdCvt
2887761SN/AopLat=1
2897761SN/A
2907761SN/A[system.cpu.fuPool.FUList5.opList05]
2917761SN/Atype=OpDesc
2927761SN/AissueLat=1
2937761SN/AopClass=SimdMisc
2947761SN/AopLat=1
2957761SN/A
2967761SN/A[system.cpu.fuPool.FUList5.opList06]
2977761SN/Atype=OpDesc
2987761SN/AissueLat=1
2997761SN/AopClass=SimdMult
3007761SN/AopLat=1
3017761SN/A
3027761SN/A[system.cpu.fuPool.FUList5.opList07]
3037761SN/Atype=OpDesc
3047761SN/AissueLat=1
3057761SN/AopClass=SimdMultAcc
3067761SN/AopLat=1
3077761SN/A
3087761SN/A[system.cpu.fuPool.FUList5.opList08]
3097761SN/Atype=OpDesc
3107761SN/AissueLat=1
3117761SN/AopClass=SimdShift
3127761SN/AopLat=1
3137761SN/A
3147761SN/A[system.cpu.fuPool.FUList5.opList09]
3157761SN/Atype=OpDesc
3167761SN/AissueLat=1
3177761SN/AopClass=SimdShiftAcc
3187761SN/AopLat=1
3197761SN/A
3207761SN/A[system.cpu.fuPool.FUList5.opList10]
3217761SN/Atype=OpDesc
3227761SN/AissueLat=1
3237761SN/AopClass=SimdSqrt
3247761SN/AopLat=1
3257761SN/A
3267761SN/A[system.cpu.fuPool.FUList5.opList11]
3277761SN/Atype=OpDesc
3287761SN/AissueLat=1
3297761SN/AopClass=SimdFloatAdd
3307761SN/AopLat=1
3317761SN/A
3327761SN/A[system.cpu.fuPool.FUList5.opList12]
3337761SN/Atype=OpDesc
3347761SN/AissueLat=1
3357761SN/AopClass=SimdFloatAlu
3367761SN/AopLat=1
3377761SN/A
3387761SN/A[system.cpu.fuPool.FUList5.opList13]
3397761SN/Atype=OpDesc
3407761SN/AissueLat=1
3417761SN/AopClass=SimdFloatCmp
3427761SN/AopLat=1
3437761SN/A
3447761SN/A[system.cpu.fuPool.FUList5.opList14]
3457761SN/Atype=OpDesc
3467761SN/AissueLat=1
3477761SN/AopClass=SimdFloatCvt
3487761SN/AopLat=1
3497761SN/A
3507761SN/A[system.cpu.fuPool.FUList5.opList15]
3517761SN/Atype=OpDesc
3527761SN/AissueLat=1
3537761SN/AopClass=SimdFloatDiv
3547761SN/AopLat=1
3557761SN/A
3567761SN/A[system.cpu.fuPool.FUList5.opList16]
3577761SN/Atype=OpDesc
3587761SN/AissueLat=1
3597761SN/AopClass=SimdFloatMisc
3607761SN/AopLat=1
3617761SN/A
3627761SN/A[system.cpu.fuPool.FUList5.opList17]
3637761SN/Atype=OpDesc
3647761SN/AissueLat=1
3657761SN/AopClass=SimdFloatMult
3667761SN/AopLat=1
3677761SN/A
3687761SN/A[system.cpu.fuPool.FUList5.opList18]
3697761SN/Atype=OpDesc
3707761SN/AissueLat=1
3717761SN/AopClass=SimdFloatMultAcc
3727761SN/AopLat=1
3737761SN/A
3747761SN/A[system.cpu.fuPool.FUList5.opList19]
3757761SN/Atype=OpDesc
3767761SN/AissueLat=1
3777761SN/AopClass=SimdFloatSqrt
3783096SN/AopLat=1
3793096SN/A
3803096SN/A[system.cpu.fuPool.FUList6]
3813096SN/Atype=FUDesc
3827761SN/Achildren=opList
3837761SN/Acount=0
3847761SN/AopList=system.cpu.fuPool.FUList6.opList
3853096SN/A
3867761SN/A[system.cpu.fuPool.FUList6.opList]
3873096SN/Atype=OpDesc
3883096SN/AissueLat=1
3893096SN/AopClass=MemWrite
3903096SN/AopLat=1
3913096SN/A
3923096SN/A[system.cpu.fuPool.FUList7]
3933096SN/Atype=FUDesc
3947761SN/Achildren=opList0 opList1
3957761SN/Acount=4
3967761SN/AopList=system.cpu.fuPool.FUList7.opList0 system.cpu.fuPool.FUList7.opList1
3977761SN/A
3987761SN/A[system.cpu.fuPool.FUList7.opList0]
3997761SN/Atype=OpDesc
4007761SN/AissueLat=1
4017761SN/AopClass=MemRead
4027761SN/AopLat=1
4037761SN/A
4047761SN/A[system.cpu.fuPool.FUList7.opList1]
4057761SN/Atype=OpDesc
4067761SN/AissueLat=1
4077761SN/AopClass=MemWrite
4087761SN/AopLat=1
4097761SN/A
4107761SN/A[system.cpu.fuPool.FUList8]
4117761SN/Atype=FUDesc
4124938SN/Achildren=opList
4133096SN/Acount=1
4147761SN/AopList=system.cpu.fuPool.FUList8.opList
4153096SN/A
4167761SN/A[system.cpu.fuPool.FUList8.opList]
4173096SN/Atype=OpDesc
4183096SN/AissueLat=3
4193096SN/AopClass=IprAccess
4203096SN/AopLat=3
4213096SN/A
4223096SN/A[system.cpu.icache]
4233096SN/Atype=BaseCache
4248983Snate@binkert.orgaddr_ranges=0:18446744073709551615
4253096SN/Aassoc=2
4263096SN/Ablock_size=64
4279348SAli.Saidi@ARM.comclock=500
4286123SN/Aforward_snoops=true
4293096SN/Ahash_delay=1
4309348SAli.Saidi@ARM.comhit_latency=2
4318200SN/Ais_top_level=true
4323096SN/Amax_miss_count=0
4339348SAli.Saidi@ARM.commshrs=4
4345876SN/Aprefetch_on_access=false
4358835SAli.Saidi@ARM.comprefetcher=Null
4363096SN/AprioritizeRequests=false
4373096SN/Arepl=Null
4389348SAli.Saidi@ARM.comresponse_latency=2
4393096SN/Asize=131072
4403096SN/Asubblock_size=0
4418835SAli.Saidi@ARM.comsystem=system
4424316SN/Atgts_per_mshr=20
4433096SN/Atrace_addr=0
4443096SN/Atwo_queue=false
4453096SN/Awrite_buffers=8
4463104SN/Acpu_side=system.cpu.icache_port
4478983Snate@binkert.orgmem_side=system.cpu.toL2Bus.slave[0]
4483096SN/A
4498835SAli.Saidi@ARM.com[system.cpu.interrupts]
4508835SAli.Saidi@ARM.comtype=AlphaInterrupts
4518835SAli.Saidi@ARM.com
4529348SAli.Saidi@ARM.com[system.cpu.isa]
4539348SAli.Saidi@ARM.comtype=AlphaISA
4549348SAli.Saidi@ARM.com
4555000SN/A[system.cpu.itb]
4566024SN/Atype=AlphaTLB
4575000SN/Asize=48
4585000SN/A
4593096SN/A[system.cpu.l2cache]
4603096SN/Atype=BaseCache
4618983Snate@binkert.orgaddr_ranges=0:18446744073709551615
4629348SAli.Saidi@ARM.comassoc=8
4633096SN/Ablock_size=64
4649348SAli.Saidi@ARM.comclock=500
4656123SN/Aforward_snoops=true
4663096SN/Ahash_delay=1
4679348SAli.Saidi@ARM.comhit_latency=20
4688200SN/Ais_top_level=false
4693096SN/Amax_miss_count=0
4709348SAli.Saidi@ARM.commshrs=20
4715876SN/Aprefetch_on_access=false
4728835SAli.Saidi@ARM.comprefetcher=Null
4733096SN/AprioritizeRequests=false
4743096SN/Arepl=Null
4759348SAli.Saidi@ARM.comresponse_latency=20
4763096SN/Asize=2097152
4773096SN/Asubblock_size=0
4788835SAli.Saidi@ARM.comsystem=system
4799348SAli.Saidi@ARM.comtgts_per_mshr=12
4803096SN/Atrace_addr=0
4813096SN/Atwo_queue=false
4823096SN/Awrite_buffers=8
4838983Snate@binkert.orgcpu_side=system.cpu.toL2Bus.master[0]
4848983Snate@binkert.orgmem_side=system.membus.slave[1]
4853096SN/A
4863096SN/A[system.cpu.toL2Bus]
4879055Ssaidi@eecs.umich.edutype=CoherentBus
4884463SN/Ablock_size=64
4899348SAli.Saidi@ARM.comclock=500
4905355SN/Aheader_cycles=1
4917524SN/Ause_default_range=false
4929348SAli.Saidi@ARM.comwidth=32
4938983Snate@binkert.orgmaster=system.cpu.l2cache.cpu_side
4948983Snate@binkert.orgslave=system.cpu.icache.mem_side system.cpu.dcache.mem_side
4953096SN/A
4964938SN/A[system.cpu.tracer]
4974938SN/Atype=ExeTracer
4984938SN/A
4993096SN/A[system.cpu.workload]
5003096SN/Atype=LiveProcess
5013096SN/Acmd=hello
5023974SN/Acwd=
5033147SN/Aegid=100
5043096SN/Aenv=
5055516SN/Aerrout=cerr
5063147SN/Aeuid=100
5079348SAli.Saidi@ARM.comexecutable=/projects/pd/randd/dist/test-progs/hello/bin/alpha/linux/hello
5083147SN/Agid=100
5093096SN/Ainput=cin
5105328SN/Amax_stack_size=67108864
5113096SN/Aoutput=cout
5123147SN/Apid=100
5133147SN/Appid=99
5145509SN/Asimpoint=0
5153096SN/Asystem=system
5163147SN/Auid=100
5173096SN/A
5183096SN/A[system.membus]
5199055Ssaidi@eecs.umich.edutype=CoherentBus
5204463SN/Ablock_size=64
5213233SN/Aclock=1000
5225355SN/Aheader_cycles=1
5237524SN/Ause_default_range=false
5249096Sandreas.hansson@arm.comwidth=8
5259150SAli.Saidi@ARM.commaster=system.physmem.port
5268983Snate@binkert.orgslave=system.system_port system.cpu.l2cache.mem_side
5273096SN/A
5283096SN/A[system.physmem]
5299348SAli.Saidi@ARM.comtype=SimpleDRAM
5309348SAli.Saidi@ARM.comaddr_mapping=openmap
5319348SAli.Saidi@ARM.combanks_per_rank=8
5329348SAli.Saidi@ARM.comclock=1000
5338983Snate@binkert.orgconf_table_reported=false
5348983Snate@binkert.orgin_addr_map=true
5359348SAli.Saidi@ARM.comlines_per_rowbuffer=64
5369348SAli.Saidi@ARM.commem_sched_policy=fcfs
5375509SN/Anull=false
5389348SAli.Saidi@ARM.compage_policy=open
5393096SN/Arange=0:134217727
5409348SAli.Saidi@ARM.comranks_per_channel=2
5419348SAli.Saidi@ARM.comread_buffer_size=32
5429348SAli.Saidi@ARM.comtBURST=4000
5439348SAli.Saidi@ARM.comtCL=14000
5449348SAli.Saidi@ARM.comtRCD=14000
5459348SAli.Saidi@ARM.comtREFI=7800000
5469348SAli.Saidi@ARM.comtRFC=300000
5479348SAli.Saidi@ARM.comtRP=14000
5489348SAli.Saidi@ARM.comtWTR=1000
5499348SAli.Saidi@ARM.comwrite_buffer_size=32
5509348SAli.Saidi@ARM.comwrite_thresh_perc=70
5513974SN/Azero=false
5528983Snate@binkert.orgport=system.membus.master[0]
5533096SN/A
554