config.ini revision 5575
1[root]
2type=Root
3children=system
4dummy=0
5
6[system]
7type=System
8children=cpu membus physmem
9mem_mode=atomic
10physmem=system.physmem
11
12[system.cpu]
13type=TimingSimpleCPU
14children=dcache dtb icache itb l2cache tlb toL2Bus tracer workload
15CP0_Config=0
16CP0_Config1=0
17CP0_Config1_C2=false
18CP0_Config1_CA=false
19CP0_Config1_DA=0
20CP0_Config1_DL=0
21CP0_Config1_DS=0
22CP0_Config1_EP=false
23CP0_Config1_FP=false
24CP0_Config1_IA=0
25CP0_Config1_IL=0
26CP0_Config1_IS=0
27CP0_Config1_M=0
28CP0_Config1_MD=false
29CP0_Config1_MMU=0
30CP0_Config1_PC=false
31CP0_Config1_WR=false
32CP0_Config2=0
33CP0_Config2_M=false
34CP0_Config2_SA=0
35CP0_Config2_SL=0
36CP0_Config2_SS=0
37CP0_Config2_SU=0
38CP0_Config2_TA=0
39CP0_Config2_TL=0
40CP0_Config2_TS=0
41CP0_Config2_TU=0
42CP0_Config3=0
43CP0_Config3_DSPP=false
44CP0_Config3_LPA=false
45CP0_Config3_M=false
46CP0_Config3_MT=false
47CP0_Config3_SM=false
48CP0_Config3_SP=false
49CP0_Config3_TL=false
50CP0_Config3_VEIC=false
51CP0_Config3_VInt=false
52CP0_Config_AR=0
53CP0_Config_AT=0
54CP0_Config_BE=0
55CP0_Config_MT=0
56CP0_Config_VI=0
57CP0_EBase_CPUNum=0
58CP0_IntCtl_IPPCI=0
59CP0_IntCtl_IPTI=0
60CP0_PRId=0
61CP0_PRId_CompanyID=0
62CP0_PRId_CompanyOptions=0
63CP0_PRId_ProcessorID=1
64CP0_PRId_Revision=0
65CP0_PerfCtr_M=false
66CP0_PerfCtr_W=false
67CP0_SrsCtl_HSS=0
68CP0_WatchHi_M=false
69UnifiedTLB=true
70clock=500
71cpu_id=0
72defer_registration=false
73dtb=system.cpu.dtb
74function_trace=false
75function_trace_start=0
76itb=system.cpu.itb
77max_insts_all_threads=0
78max_insts_any_thread=0
79max_loads_all_threads=0
80max_loads_any_thread=0
81numThreads=1
82phase=0
83progress_interval=0
84system=system
85tlb=system.cpu.tlb
86tracer=system.cpu.tracer
87workload=system.cpu.workload
88dcache_port=system.cpu.dcache.cpu_side
89icache_port=system.cpu.icache.cpu_side
90
91[system.cpu.dcache]
92type=BaseCache
93addr_range=0:18446744073709551615
94assoc=2
95block_size=64
96cpu_side_filter_ranges=
97hash_delay=1
98latency=1000
99lifo=false
100max_miss_count=0
101mem_side_filter_ranges=
102mshrs=10
103prefetch_access=false
104prefetch_cache_check_push=true
105prefetch_data_accesses_only=false
106prefetch_degree=1
107prefetch_latency=10000
108prefetch_miss=false
109prefetch_past_page=false
110prefetch_policy=none
111prefetch_serial_squash=false
112prefetch_use_cpu_id=true
113prefetcher_size=100
114prioritizeRequests=false
115repl=Null
116size=262144
117split=false
118split_size=0
119subblock_size=0
120tgts_per_mshr=5
121trace_addr=0
122two_queue=false
123write_buffers=8
124cpu_side=system.cpu.dcache_port
125mem_side=system.cpu.toL2Bus.port[1]
126
127[system.cpu.dtb]
128type=MipsDTB
129size=64
130
131[system.cpu.icache]
132type=BaseCache
133addr_range=0:18446744073709551615
134assoc=2
135block_size=64
136cpu_side_filter_ranges=
137hash_delay=1
138latency=1000
139lifo=false
140max_miss_count=0
141mem_side_filter_ranges=
142mshrs=10
143prefetch_access=false
144prefetch_cache_check_push=true
145prefetch_data_accesses_only=false
146prefetch_degree=1
147prefetch_latency=10000
148prefetch_miss=false
149prefetch_past_page=false
150prefetch_policy=none
151prefetch_serial_squash=false
152prefetch_use_cpu_id=true
153prefetcher_size=100
154prioritizeRequests=false
155repl=Null
156size=131072
157split=false
158split_size=0
159subblock_size=0
160tgts_per_mshr=5
161trace_addr=0
162two_queue=false
163write_buffers=8
164cpu_side=system.cpu.icache_port
165mem_side=system.cpu.toL2Bus.port[0]
166
167[system.cpu.itb]
168type=MipsITB
169size=64
170
171[system.cpu.l2cache]
172type=BaseCache
173addr_range=0:18446744073709551615
174assoc=2
175block_size=64
176cpu_side_filter_ranges=
177hash_delay=1
178latency=10000
179lifo=false
180max_miss_count=0
181mem_side_filter_ranges=
182mshrs=10
183prefetch_access=false
184prefetch_cache_check_push=true
185prefetch_data_accesses_only=false
186prefetch_degree=1
187prefetch_latency=100000
188prefetch_miss=false
189prefetch_past_page=false
190prefetch_policy=none
191prefetch_serial_squash=false
192prefetch_use_cpu_id=true
193prefetcher_size=100
194prioritizeRequests=false
195repl=Null
196size=2097152
197split=false
198split_size=0
199subblock_size=0
200tgts_per_mshr=5
201trace_addr=0
202two_queue=false
203write_buffers=8
204cpu_side=system.cpu.toL2Bus.port[2]
205mem_side=system.membus.port[1]
206
207[system.cpu.tlb]
208type=MipsUTB
209size=64
210
211[system.cpu.toL2Bus]
212type=Bus
213block_size=64
214bus_id=0
215clock=1000
216header_cycles=1
217responder_set=false
218width=64
219port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.l2cache.cpu_side
220
221[system.cpu.tracer]
222type=ExeTracer
223
224[system.cpu.workload]
225type=LiveProcess
226cmd=hello
227cwd=
228egid=100
229env=
230errout=cerr
231euid=100
232executable=/dist/m5/regression/test-progs/hello/bin/mips/linux/hello
233gid=100
234input=cin
235max_stack_size=67108864
236output=cout
237pid=100
238ppid=99
239simpoint=0
240system=system
241uid=100
242
243[system.membus]
244type=Bus
245block_size=64
246bus_id=0
247clock=1000
248header_cycles=1
249responder_set=false
250width=64
251port=system.physmem.port[0] system.cpu.l2cache.mem_side
252
253[system.physmem]
254type=PhysicalMemory
255file=
256latency=30000
257latency_var=0
258null=false
259range=0:134217727
260zero=false
261port=system.membus.port[0]
262
263