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