config.ini revision 9373
15729SN/A[root]
25729SN/Atype=Root
35729SN/Achildren=system
48835SAli.Saidi@ARM.comfull_system=false
57873SN/Atime_sync_enable=false
67873SN/Atime_sync_period=100000000000
77873SN/Atime_sync_spin_threshold=100000000
85729SN/A
95729SN/A[system]
105729SN/Atype=System
115729SN/Achildren=cpu membus physmem
128835SAli.Saidi@ARM.comboot_osflags=a
139373Snilay@cs.wisc.educlock=1000
148835SAli.Saidi@ARM.cominit_param=0
158835SAli.Saidi@ARM.comkernel=
168835SAli.Saidi@ARM.comload_addr_mask=1099511627775
175729SN/Amem_mode=atomic
188673SN/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]
305729SN/A
315729SN/A[system.cpu]
325729SN/Atype=TimingSimpleCPU
338835SAli.Saidi@ARM.comchildren=dcache dtb icache interrupts itb l2cache toL2Bus tracer workload
345876SN/Achecker=Null
355729SN/Aclock=500
365729SN/Acpu_id=0
375729SN/Adefer_registration=false
385876SN/Ado_checkpoint_insts=true
398835SAli.Saidi@ARM.comdo_quiesce=true
405876SN/Ado_statistics_insts=true
415729SN/Adtb=system.cpu.dtb
425729SN/Afunction_trace=false
435729SN/Afunction_trace_start=0
448835SAli.Saidi@ARM.cominterrupts=system.cpu.interrupts
455729SN/Aitb=system.cpu.itb
465729SN/Amax_insts_all_threads=0
475729SN/Amax_insts_any_thread=0
485729SN/Amax_loads_all_threads=0
495729SN/Amax_loads_any_thread=0
505729SN/AnumThreads=1
518835SAli.Saidi@ARM.comprofile=0
525729SN/Aprogress_interval=0
535729SN/Asystem=system
545729SN/Atracer=system.cpu.tracer
555729SN/Aworkload=system.cpu.workload
565729SN/Adcache_port=system.cpu.dcache.cpu_side
575729SN/Aicache_port=system.cpu.icache.cpu_side
585729SN/A
595729SN/A[system.cpu.dcache]
605729SN/Atype=BaseCache
618983Snate@binkert.orgaddr_ranges=0:18446744073709551615
625729SN/Aassoc=2
635729SN/Ablock_size=64
649373Snilay@cs.wisc.educlock=500
656123SN/Aforward_snoops=true
665729SN/Ahash_delay=1
679373Snilay@cs.wisc.eduhit_latency=2
688241SN/Ais_top_level=true
695729SN/Amax_miss_count=0
709373Snilay@cs.wisc.edumshrs=4
715876SN/Aprefetch_on_access=false
728835SAli.Saidi@ARM.comprefetcher=Null
735729SN/AprioritizeRequests=false
745729SN/Arepl=Null
759373Snilay@cs.wisc.eduresponse_latency=2
765729SN/Asize=262144
775729SN/Asubblock_size=0
788835SAli.Saidi@ARM.comsystem=system
799373Snilay@cs.wisc.edutgts_per_mshr=20
805729SN/Atrace_addr=0
815729SN/Atwo_queue=false
825729SN/Awrite_buffers=8
835729SN/Acpu_side=system.cpu.dcache_port
848983Snate@binkert.orgmem_side=system.cpu.toL2Bus.slave[1]
855729SN/A
865729SN/A[system.cpu.dtb]
876024SN/Atype=X86TLB
888835SAli.Saidi@ARM.comchildren=walker
895729SN/Asize=64
908835SAli.Saidi@ARM.comwalker=system.cpu.dtb.walker
918835SAli.Saidi@ARM.com
928835SAli.Saidi@ARM.com[system.cpu.dtb.walker]
938835SAli.Saidi@ARM.comtype=X86PagetableWalker
949373Snilay@cs.wisc.educlock=500
958835SAli.Saidi@ARM.comsystem=system
968983Snate@binkert.orgport=system.cpu.toL2Bus.slave[3]
975729SN/A
985729SN/A[system.cpu.icache]
995729SN/Atype=BaseCache
1008983Snate@binkert.orgaddr_ranges=0:18446744073709551615
1015729SN/Aassoc=2
1025729SN/Ablock_size=64
1039373Snilay@cs.wisc.educlock=500
1046123SN/Aforward_snoops=true
1055729SN/Ahash_delay=1
1069373Snilay@cs.wisc.eduhit_latency=2
1078241SN/Ais_top_level=true
1085729SN/Amax_miss_count=0
1099373Snilay@cs.wisc.edumshrs=4
1105876SN/Aprefetch_on_access=false
1118835SAli.Saidi@ARM.comprefetcher=Null
1125729SN/AprioritizeRequests=false
1135729SN/Arepl=Null
1149373Snilay@cs.wisc.eduresponse_latency=2
1155729SN/Asize=131072
1165729SN/Asubblock_size=0
1178835SAli.Saidi@ARM.comsystem=system
1189373Snilay@cs.wisc.edutgts_per_mshr=20
1195729SN/Atrace_addr=0
1205729SN/Atwo_queue=false
1215729SN/Awrite_buffers=8
1225729SN/Acpu_side=system.cpu.icache_port
1238983Snate@binkert.orgmem_side=system.cpu.toL2Bus.slave[0]
1245729SN/A
1258835SAli.Saidi@ARM.com[system.cpu.interrupts]
1268835SAli.Saidi@ARM.comtype=X86LocalApic
1279373Snilay@cs.wisc.educlock=500
1288835SAli.Saidi@ARM.comint_latency=1000
1298835SAli.Saidi@ARM.compio_addr=2305843009213693952
1309213Snilay@cs.wisc.edupio_latency=100000
1318835SAli.Saidi@ARM.comsystem=system
1328983Snate@binkert.orgint_master=system.membus.slave[2]
1338983Snate@binkert.orgint_slave=system.membus.master[2]
1348983Snate@binkert.orgpio=system.membus.master[1]
1358835SAli.Saidi@ARM.com
1365729SN/A[system.cpu.itb]
1376024SN/Atype=X86TLB
1388835SAli.Saidi@ARM.comchildren=walker
1395729SN/Asize=64
1408835SAli.Saidi@ARM.comwalker=system.cpu.itb.walker
1418835SAli.Saidi@ARM.com
1428835SAli.Saidi@ARM.com[system.cpu.itb.walker]
1438835SAli.Saidi@ARM.comtype=X86PagetableWalker
1449373Snilay@cs.wisc.educlock=500
1458835SAli.Saidi@ARM.comsystem=system
1468983Snate@binkert.orgport=system.cpu.toL2Bus.slave[2]
1475729SN/A
1485729SN/A[system.cpu.l2cache]
1495729SN/Atype=BaseCache
1508983Snate@binkert.orgaddr_ranges=0:18446744073709551615
1519373Snilay@cs.wisc.eduassoc=8
1525729SN/Ablock_size=64
1539373Snilay@cs.wisc.educlock=500
1546123SN/Aforward_snoops=true
1555729SN/Ahash_delay=1
1569373Snilay@cs.wisc.eduhit_latency=20
1578241SN/Ais_top_level=false
1585729SN/Amax_miss_count=0
1599373Snilay@cs.wisc.edumshrs=20
1605876SN/Aprefetch_on_access=false
1618835SAli.Saidi@ARM.comprefetcher=Null
1625729SN/AprioritizeRequests=false
1635729SN/Arepl=Null
1649373Snilay@cs.wisc.eduresponse_latency=20
1655729SN/Asize=2097152
1665729SN/Asubblock_size=0
1678835SAli.Saidi@ARM.comsystem=system
1689373Snilay@cs.wisc.edutgts_per_mshr=12
1695729SN/Atrace_addr=0
1705729SN/Atwo_queue=false
1715729SN/Awrite_buffers=8
1728983Snate@binkert.orgcpu_side=system.cpu.toL2Bus.master[0]
1738983Snate@binkert.orgmem_side=system.membus.slave[1]
1745729SN/A
1755729SN/A[system.cpu.toL2Bus]
1769039Sgblack@eecs.umich.edutype=CoherentBus
1775729SN/Ablock_size=64
1789373Snilay@cs.wisc.educlock=500
1795729SN/Aheader_cycles=1
1807524SN/Ause_default_range=false
1819373Snilay@cs.wisc.eduwidth=32
1828983Snate@binkert.orgmaster=system.cpu.l2cache.cpu_side
1838983Snate@binkert.orgslave=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb.walker.port system.cpu.dtb.walker.port
1845729SN/A
1855729SN/A[system.cpu.tracer]
1865729SN/Atype=ExeTracer
1875729SN/A
1885729SN/A[system.cpu.workload]
1895729SN/Atype=LiveProcess
1905729SN/Acmd=mcf mcf.in
1919150SAli.Saidi@ARM.comcwd=build/X86/tests/opt/long/se/10.mcf/x86/linux/simple-timing
1925729SN/Aegid=100
1935729SN/Aenv=
1945729SN/Aerrout=cerr
1955729SN/Aeuid=100
1969213Snilay@cs.wisc.eduexecutable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/mcf
1975729SN/Agid=100
1989213Snilay@cs.wisc.eduinput=/scratch/nilay/GEM5/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
1995729SN/Amax_stack_size=67108864
2005729SN/Aoutput=cout
2015729SN/Apid=100
2025729SN/Appid=99
2035729SN/Asimpoint=55300000000
2045729SN/Asystem=system
2055729SN/Auid=100
2065729SN/A
2075729SN/A[system.membus]
2089039Sgblack@eecs.umich.edutype=CoherentBus
2095729SN/Ablock_size=64
2105729SN/Aclock=1000
2115729SN/Aheader_cycles=1
2127524SN/Ause_default_range=false
2139096Sandreas.hansson@arm.comwidth=8
2149150SAli.Saidi@ARM.commaster=system.physmem.port system.cpu.interrupts.pio system.cpu.interrupts.int_slave
2158983Snate@binkert.orgslave=system.system_port system.cpu.l2cache.mem_side system.cpu.interrupts.int_master
2165729SN/A
2175729SN/A[system.physmem]
2188983Snate@binkert.orgtype=SimpleMemory
2199373Snilay@cs.wisc.edubandwidth=73.000000
2209373Snilay@cs.wisc.educlock=1000
2218983Snate@binkert.orgconf_table_reported=false
2228983Snate@binkert.orgin_addr_map=true
2235729SN/Alatency=30000
2245729SN/Alatency_var=0
2255729SN/Anull=false
2265729SN/Arange=0:268435455
2275729SN/Azero=false
2288983Snate@binkert.orgport=system.membus.master[0]
2295729SN/A
230