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