config.ini revision 11268:8b4b55d79ddd
1[root]
2type=Root
3children=system
4eventq_index=0
5full_system=false
6sim_quantum=0
7time_sync_enable=false
8time_sync_period=100000000000
9time_sync_spin_threshold=100000000
10
11[system]
12type=System
13children=clk_domain cpu cpu_clk_domain dvfs_handler membus physmem voltage_domain
14boot_osflags=a
15cache_line_size=64
16clk_domain=system.clk_domain
17eventq_index=0
18init_param=0
19kernel=
20kernel_addr_check=true
21load_addr_mask=1099511627775
22load_offset=0
23mem_mode=atomic
24mem_ranges=
25memories=system.physmem
26mmap_using_noreserve=false
27multi_thread=false
28num_work_ids=16
29readfile=
30symbolfile=
31work_begin_ckpt_count=0
32work_begin_cpu_id_exit=-1
33work_begin_exit_count=0
34work_cpus_ckpt_count=0
35work_end_ckpt_count=0
36work_end_exit_count=0
37work_item_id=-1
38system_port=system.membus.slave[0]
39
40[system.clk_domain]
41type=SrcClockDomain
42clock=1000
43domain_id=-1
44eventq_index=0
45init_perf_level=0
46voltage_domain=system.voltage_domain
47
48[system.cpu]
49type=AtomicSimpleCPU
50children=dtb interrupts isa itb tracer workload
51branchPred=Null
52checker=Null
53clk_domain=system.cpu_clk_domain
54cpu_id=0
55do_checkpoint_insts=true
56do_quiesce=true
57do_statistics_insts=true
58dtb=system.cpu.dtb
59eventq_index=0
60fastmem=false
61function_trace=false
62function_trace_start=0
63interrupts=system.cpu.interrupts
64isa=system.cpu.isa
65itb=system.cpu.itb
66max_insts_all_threads=0
67max_insts_any_thread=0
68max_loads_all_threads=0
69max_loads_any_thread=0
70numThreads=1
71profile=0
72progress_interval=0
73simpoint_start_insts=
74simulate_data_stalls=false
75simulate_inst_stalls=false
76socket_id=0
77switched_out=false
78system=system
79tracer=system.cpu.tracer
80width=1
81workload=system.cpu.workload
82dcache_port=system.membus.slave[2]
83icache_port=system.membus.slave[1]
84
85[system.cpu.dtb]
86type=MipsTLB
87eventq_index=0
88size=64
89
90[system.cpu.interrupts]
91type=MipsInterrupts
92eventq_index=0
93
94[system.cpu.isa]
95type=MipsISA
96eventq_index=0
97num_threads=1
98num_vpes=1
99system=system
100
101[system.cpu.itb]
102type=MipsTLB
103eventq_index=0
104size=64
105
106[system.cpu.tracer]
107type=ExeTracer
108eventq_index=0
109
110[system.cpu.workload]
111type=LiveProcess
112cmd=hello
113cwd=
114drivers=
115egid=100
116env=
117errout=cerr
118euid=100
119eventq_index=0
120executable=/dist/m5/regression/test-progs/hello/bin/mips/linux/hello
121gid=100
122input=cin
123kvmInSE=false
124max_stack_size=67108864
125output=cout
126pid=100
127ppid=99
128simpoint=0
129system=system
130uid=100
131useArchPT=false
132
133[system.cpu_clk_domain]
134type=SrcClockDomain
135clock=500
136domain_id=-1
137eventq_index=0
138init_perf_level=0
139voltage_domain=system.voltage_domain
140
141[system.dvfs_handler]
142type=DVFSHandler
143domains=
144enable=false
145eventq_index=0
146sys_clk_domain=system.clk_domain
147transition_latency=100000000
148
149[system.membus]
150type=CoherentXBar
151clk_domain=system.clk_domain
152eventq_index=0
153forward_latency=4
154frontend_latency=3
155response_latency=2
156snoop_filter=Null
157snoop_response_latency=4
158system=system
159use_default_range=false
160width=16
161master=system.physmem.port
162slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
163
164[system.physmem]
165type=SimpleMemory
166bandwidth=73.000000
167clk_domain=system.clk_domain
168conf_table_reported=true
169eventq_index=0
170in_addr_map=true
171latency=30000
172latency_var=0
173null=false
174range=0:134217727
175port=system.membus.master[0]
176
177[system.voltage_domain]
178type=VoltageDomain
179eventq_index=0
180voltage=1.000000
181
182