config.ini revision 6167
1695SN/A[root]
21762SN/Atype=Root
3695SN/Achildren=system
4695SN/Adummy=0
5695SN/A
6695SN/A[system]
7695SN/Atype=System
8695SN/Achildren=cpu membus physmem
9695SN/Amem_mode=atomic
10695SN/Aphysmem=system.physmem
11695SN/A
12695SN/A[system.cpu]
13695SN/Atype=TimingSimpleCPU
14695SN/Achildren=dtb itb tracer workload
15695SN/ACP0_Config=0
16695SN/ACP0_Config1=0
17695SN/ACP0_Config1_C2=false
18695SN/ACP0_Config1_CA=false
19695SN/ACP0_Config1_DA=0
20695SN/ACP0_Config1_DL=0
21695SN/ACP0_Config1_DS=0
22695SN/ACP0_Config1_EP=false
23695SN/ACP0_Config1_FP=false
24695SN/ACP0_Config1_IA=0
25695SN/ACP0_Config1_IL=0
26695SN/ACP0_Config1_IS=0
272665Ssaidi@eecs.umich.eduCP0_Config1_M=0
282665Ssaidi@eecs.umich.eduCP0_Config1_MD=false
29695SN/ACP0_Config1_MMU=0
30695SN/ACP0_Config1_PC=false
31695SN/ACP0_Config1_WR=false
32695SN/ACP0_Config2=0
33695SN/ACP0_Config2_M=false
348296Snate@binkert.orgCP0_Config2_SA=0
35695SN/ACP0_Config2_SL=0
36695SN/ACP0_Config2_SS=0
37729SN/ACP0_Config2_SU=0
38695SN/ACP0_Config2_TA=0
398296Snate@binkert.orgCP0_Config2_TL=0
408296Snate@binkert.orgCP0_Config2_TS=0
418296Snate@binkert.orgCP0_Config2_TU=0
428296Snate@binkert.orgCP0_Config3=0
438296Snate@binkert.orgCP0_Config3_DSPP=false
448296Snate@binkert.orgCP0_Config3_LPA=false
458296Snate@binkert.orgCP0_Config3_M=false
468296Snate@binkert.orgCP0_Config3_MT=false
478296Snate@binkert.orgCP0_Config3_SM=false
48695SN/ACP0_Config3_SP=false
498338Sgblack@eecs.umich.eduCP0_Config3_TL=false
508296Snate@binkert.orgCP0_Config3_VEIC=false
518296Snate@binkert.orgCP0_Config3_VInt=false
52695SN/ACP0_Config_AR=0
538296Snate@binkert.orgCP0_Config_AT=0
548296Snate@binkert.orgCP0_Config_BE=0
558296Snate@binkert.orgCP0_Config_MT=0
568296Snate@binkert.orgCP0_Config_VI=0
578296Snate@binkert.orgCP0_EBase_CPUNum=0
588296Snate@binkert.orgCP0_IntCtl_IPPCI=0
598296Snate@binkert.orgCP0_IntCtl_IPTI=0
60695SN/ACP0_PRId=0
61695SN/ACP0_PRId_CompanyID=0
627811Ssteve.reinhardt@amd.comCP0_PRId_CompanyOptions=0
63695SN/ACP0_PRId_ProcessorID=1
64695SN/ACP0_PRId_Revision=0
65CP0_PerfCtr_M=false
66CP0_PerfCtr_W=false
67CP0_SrsCtl_HSS=0
68CP0_WatchHi_M=false
69checker=Null
70clock=500
71cpu_id=0
72defer_registration=false
73do_checkpoint_insts=true
74do_statistics_insts=true
75dtb=system.cpu.dtb
76function_trace=false
77function_trace_start=0
78itb=system.cpu.itb
79max_insts_all_threads=0
80max_insts_any_thread=0
81max_loads_all_threads=0
82max_loads_any_thread=0
83numThreads=1
84phase=0
85progress_interval=0
86system=system
87tracer=system.cpu.tracer
88workload=system.cpu.workload
89dcache_port=system.membus.port[2]
90icache_port=system.membus.port[1]
91
92[system.cpu.dtb]
93type=MipsTLB
94size=64
95
96[system.cpu.itb]
97type=MipsTLB
98size=64
99
100[system.cpu.tracer]
101type=ExeTracer
102
103[system.cpu.workload]
104type=LiveProcess
105cmd=hello
106cwd=
107egid=100
108env=
109errout=cerr
110euid=100
111executable=/dist/m5/regression/test-progs/hello/bin/mips/linux/hello
112gid=100
113input=cin
114max_stack_size=67108864
115output=cout
116pid=100
117ppid=99
118simpoint=0
119system=system
120uid=100
121
122[system.membus]
123type=Bus
124block_size=64
125bus_id=0
126clock=1000
127header_cycles=1
128responder_set=false
129width=64
130port=system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
131
132[system.physmem]
133type=RubyMemory
134clock=1
135config_file=
136config_options=
137debug=false
138debug_file=
139file=
140latency=30000
141latency_var=0
142null=false
143num_cpus=1
144phase=0
145range=0:134217727
146stats_file=ruby.stats
147zero=false
148port=system.membus.port[0]
149
150