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