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