config.ini revision 7935
1[root]
2type=Root
3children=system
4time_sync_enable=false
5time_sync_period=100000000000
6time_sync_spin_threshold=100000000
7
8[system]
9type=System
10children=cpu membus physmem
11mem_mode=atomic
12physmem=system.physmem
13work_begin_ckpt_count=0
14work_begin_cpu_id_exit=-1
15work_begin_exit_count=0
16work_cpus_ckpt_count=0
17work_end_ckpt_count=0
18work_end_exit_count=0
19work_item_id=-1
20
21[system.cpu]
22type=AtomicSimpleCPU
23children=dtb itb tracer workload
24CP0_Config=0
25CP0_Config1=0
26CP0_Config1_C2=false
27CP0_Config1_CA=false
28CP0_Config1_DA=0
29CP0_Config1_DL=0
30CP0_Config1_DS=0
31CP0_Config1_EP=false
32CP0_Config1_FP=false
33CP0_Config1_IA=0
34CP0_Config1_IL=0
35CP0_Config1_IS=0
36CP0_Config1_M=0
37CP0_Config1_MD=false
38CP0_Config1_MMU=0
39CP0_Config1_PC=false
40CP0_Config1_WR=false
41CP0_Config2=0
42CP0_Config2_M=false
43CP0_Config2_SA=0
44CP0_Config2_SL=0
45CP0_Config2_SS=0
46CP0_Config2_SU=0
47CP0_Config2_TA=0
48CP0_Config2_TL=0
49CP0_Config2_TS=0
50CP0_Config2_TU=0
51CP0_Config3=0
52CP0_Config3_DSPP=false
53CP0_Config3_LPA=false
54CP0_Config3_M=false
55CP0_Config3_MT=false
56CP0_Config3_SM=false
57CP0_Config3_SP=false
58CP0_Config3_TL=false
59CP0_Config3_VEIC=false
60CP0_Config3_VInt=false
61CP0_Config_AR=0
62CP0_Config_AT=0
63CP0_Config_BE=0
64CP0_Config_MT=0
65CP0_Config_VI=0
66CP0_EBase_CPUNum=0
67CP0_IntCtl_IPPCI=0
68CP0_IntCtl_IPTI=0
69CP0_PRId=0
70CP0_PRId_CompanyID=0
71CP0_PRId_CompanyOptions=0
72CP0_PRId_ProcessorID=1
73CP0_PRId_Revision=0
74CP0_PerfCtr_M=false
75CP0_PerfCtr_W=false
76CP0_SrsCtl_HSS=0
77CP0_WatchHi_M=false
78checker=Null
79clock=500
80cpu_id=0
81defer_registration=false
82do_checkpoint_insts=true
83do_statistics_insts=true
84dtb=system.cpu.dtb
85function_trace=false
86function_trace_start=0
87itb=system.cpu.itb
88max_insts_all_threads=0
89max_insts_any_thread=0
90max_loads_all_threads=0
91max_loads_any_thread=0
92numThreads=1
93phase=0
94progress_interval=0
95simulate_data_stalls=false
96simulate_inst_stalls=false
97system=system
98tracer=system.cpu.tracer
99width=1
100workload=system.cpu.workload
101dcache_port=system.membus.port[2]
102icache_port=system.membus.port[1]
103
104[system.cpu.dtb]
105type=MipsTLB
106size=64
107
108[system.cpu.itb]
109type=MipsTLB
110size=64
111
112[system.cpu.tracer]
113type=ExeTracer
114
115[system.cpu.workload]
116type=LiveProcess
117cmd=hello
118cwd=
119egid=100
120env=
121errout=cerr
122euid=100
123executable=/dist/m5/regression/test-progs/hello/bin/mips/linux/hello
124gid=100
125input=cin
126max_stack_size=67108864
127output=cout
128pid=100
129ppid=99
130simpoint=0
131system=system
132uid=100
133
134[system.membus]
135type=Bus
136block_size=64
137bus_id=0
138clock=1000
139header_cycles=1
140use_default_range=false
141width=64
142port=system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
143
144[system.physmem]
145type=PhysicalMemory
146file=
147latency=30000
148latency_var=0
149null=false
150range=0:134217727
151zero=false
152port=system.membus.port[0]
153
154