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