config.ini revision 5509
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
70clock=500
71cpu_id=0
72defer_registration=false
73dtb=system.cpu.dtb
74function_trace=false
75function_trace_start=0
76itb=system.cpu.itb
77max_insts_all_threads=0
78max_insts_any_thread=0
79max_loads_all_threads=0
80max_loads_any_thread=0
81phase=0
82progress_interval=0
83simulate_data_stalls=false
84simulate_inst_stalls=false
85system=system
86tlb=system.cpu.tlb
87tracer=system.cpu.tracer
88width=1
89workload=system.cpu.workload
90dcache_port=system.membus.port[2]
91icache_port=system.membus.port[1]
92
93[system.cpu.dtb]
94type=MipsDTB
95size=64
96
97[system.cpu.itb]
98type=MipsITB
99size=64
100
101[system.cpu.tlb]
102type=MipsUTB
103size=64
104
105[system.cpu.tracer]
106type=ExeTracer
107
108[system.cpu.workload]
109type=LiveProcess
110cmd=hello
111cwd=
112egid=100
113env=
114euid=100
115executable=/dist/m5/regression/test-progs/hello/bin/mips/linux/hello
116gid=100
117input=cin
118max_stack_size=67108864
119output=cout
120pid=100
121ppid=99
122simpoint=0
123system=system
124uid=100
125
126[system.membus]
127type=Bus
128block_size=64
129bus_id=0
130clock=1000
131header_cycles=1
132responder_set=false
133width=64
134port=system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
135
136[system.physmem]
137type=PhysicalMemory
138file=
139latency=1
140latency_var=0
141null=false
142range=0:134217727
143zero=false
144port=system.membus.port[0]
145
146