config.ini revision 6167
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=dtb itb 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.membus.port[2]
90icache_port=system.membus.port[1]
91
92[system.cpu.dtb]
93type=MipsTLB
94size=64
95
96[system.cpu.itb]
97type=MipsTLB
98size=64
99
100[system.cpu.tracer]
101type=ExeTracer
102
103[system.cpu.workload]
104type=LiveProcess
105cmd=hello
106cwd=
107egid=100
108env=
109errout=cerr
110euid=100
111executable=/dist/m5/regression/test-progs/hello/bin/mips/linux/hello
112gid=100
113input=cin
114max_stack_size=67108864
115output=cout
116pid=100
117ppid=99
118simpoint=0
119system=system
120uid=100
121
122[system.membus]
123type=Bus
124block_size=64
125bus_id=0
126clock=1000
127header_cycles=1
128responder_set=false
129width=64
130port=system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
131
132[system.physmem]
133type=RubyMemory
134clock=1
135config_file=
136config_options=
137debug=false
138debug_file=
139file=
140latency=30000
141latency_var=0
142null=false
143num_cpus=1
144phase=0
145range=0:134217727
146stats_file=ruby.stats
147zero=false
148port=system.membus.port[0]
149
150