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