config.ini revision 5520
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
81phase=0
82progress_interval=0
83system=system
84tlb=system.cpu.tlb
85tracer=system.cpu.tracer
86workload=system.cpu.workload
87dcache_port=system.cpu.dcache.cpu_side
88icache_port=system.cpu.icache.cpu_side
89
90[system.cpu.dcache]
91type=BaseCache
92addr_range=0:18446744073709551615
93assoc=2
94block_size=64
95cpu_side_filter_ranges=
96hash_delay=1
97latency=1000
98lifo=false
99max_miss_count=0
100mem_side_filter_ranges=
101mshrs=10
102prefetch_access=false
103prefetch_cache_check_push=true
104prefetch_data_accesses_only=false
105prefetch_degree=1
106prefetch_latency=10000
107prefetch_miss=false
108prefetch_past_page=false
109prefetch_policy=none
110prefetch_serial_squash=false
111prefetch_use_cpu_id=true
112prefetcher_size=100
113prioritizeRequests=false
114repl=Null
115size=262144
116split=false
117split_size=0
118subblock_size=0
119tgts_per_mshr=5
120trace_addr=0
121two_queue=false
122write_buffers=8
123cpu_side=system.cpu.dcache_port
124mem_side=system.cpu.toL2Bus.port[1]
125
126[system.cpu.dtb]
127type=MipsDTB
128size=64
129
130[system.cpu.icache]
131type=BaseCache
132addr_range=0:18446744073709551615
133assoc=2
134block_size=64
135cpu_side_filter_ranges=
136hash_delay=1
137latency=1000
138lifo=false
139max_miss_count=0
140mem_side_filter_ranges=
141mshrs=10
142prefetch_access=false
143prefetch_cache_check_push=true
144prefetch_data_accesses_only=false
145prefetch_degree=1
146prefetch_latency=10000
147prefetch_miss=false
148prefetch_past_page=false
149prefetch_policy=none
150prefetch_serial_squash=false
151prefetch_use_cpu_id=true
152prefetcher_size=100
153prioritizeRequests=false
154repl=Null
155size=131072
156split=false
157split_size=0
158subblock_size=0
159tgts_per_mshr=5
160trace_addr=0
161two_queue=false
162write_buffers=8
163cpu_side=system.cpu.icache_port
164mem_side=system.cpu.toL2Bus.port[0]
165
166[system.cpu.itb]
167type=MipsITB
168size=64
169
170[system.cpu.l2cache]
171type=BaseCache
172addr_range=0:18446744073709551615
173assoc=2
174block_size=64
175cpu_side_filter_ranges=
176hash_delay=1
177latency=10000
178lifo=false
179max_miss_count=0
180mem_side_filter_ranges=
181mshrs=10
182prefetch_access=false
183prefetch_cache_check_push=true
184prefetch_data_accesses_only=false
185prefetch_degree=1
186prefetch_latency=100000
187prefetch_miss=false
188prefetch_past_page=false
189prefetch_policy=none
190prefetch_serial_squash=false
191prefetch_use_cpu_id=true
192prefetcher_size=100
193prioritizeRequests=false
194repl=Null
195size=2097152
196split=false
197split_size=0
198subblock_size=0
199tgts_per_mshr=5
200trace_addr=0
201two_queue=false
202write_buffers=8
203cpu_side=system.cpu.toL2Bus.port[2]
204mem_side=system.membus.port[1]
205
206[system.cpu.tlb]
207type=MipsUTB
208size=64
209
210[system.cpu.toL2Bus]
211type=Bus
212block_size=64
213bus_id=0
214clock=1000
215header_cycles=1
216responder_set=false
217width=64
218port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.l2cache.cpu_side
219
220[system.cpu.tracer]
221type=ExeTracer
222
223[system.cpu.workload]
224type=LiveProcess
225cmd=hello
226cwd=
227egid=100
228env=
229errout=cerr
230euid=100
231executable=/dist/m5/regression/test-progs/hello/bin/mips/linux/hello
232gid=100
233input=cin
234max_stack_size=67108864
235output=cout
236pid=100
237ppid=99
238simpoint=0
239system=system
240uid=100
241
242[system.membus]
243type=Bus
244block_size=64
245bus_id=0
246clock=1000
247header_cycles=1
248responder_set=false
249width=64
250port=system.physmem.port[0] system.cpu.l2cache.mem_side
251
252[system.physmem]
253type=PhysicalMemory
254file=
255latency=30000
256latency_var=0
257null=false
258range=0:134217727
259zero=false
260port=system.membus.port[0]
261
262