config.ini revision 11390
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=
32work_begin_ckpt_count=0
33work_begin_cpu_id_exit=-1
34work_begin_exit_count=0
35work_cpus_ckpt_count=0
36work_end_ckpt_count=0
37work_end_exit_count=0
38work_item_id=-1
39system_port=system.membus.slave[0]
40
41[system.clk_domain]
42type=SrcClockDomain
43clock=1000
44domain_id=-1
45eventq_index=0
46init_perf_level=0
47voltage_domain=system.voltage_domain
48
49[system.cpu]
50type=AtomicSimpleCPU
51children=dtb interrupts isa itb tracer workload
52branchPred=Null
53checker=Null
54clk_domain=system.cpu_clk_domain
55cpu_id=0
56do_checkpoint_insts=true
57do_quiesce=true
58do_statistics_insts=true
59dtb=system.cpu.dtb
60eventq_index=0
61fastmem=false
62function_trace=false
63function_trace_start=0
64interrupts=system.cpu.interrupts
65isa=system.cpu.isa
66itb=system.cpu.itb
67max_insts_all_threads=0
68max_insts_any_thread=0
69max_loads_all_threads=0
70max_loads_any_thread=0
71numThreads=1
72profile=0
73progress_interval=0
74simpoint_start_insts=
75simulate_data_stalls=false
76simulate_inst_stalls=false
77socket_id=0
78switched_out=false
79system=system
80tracer=system.cpu.tracer
81width=1
82workload=system.cpu.workload
83dcache_port=system.membus.slave[2]
84icache_port=system.membus.slave[1]
85
86[system.cpu.dtb]
87type=AlphaTLB
88eventq_index=0
89size=64
90
91[system.cpu.interrupts]
92type=AlphaInterrupts
93eventq_index=0
94
95[system.cpu.isa]
96type=AlphaISA
97eventq_index=0
98system=system
99
100[system.cpu.itb]
101type=AlphaTLB
102eventq_index=0
103size=48
104
105[system.cpu.tracer]
106type=ExeTracer
107eventq_index=0
108
109[system.cpu.workload]
110type=LiveProcess
111cmd=hello
112cwd=
113drivers=
114egid=100
115env=
116errout=cerr
117euid=100
118eventq_index=0
119executable=/home/stever/hg/m5sim.org/gem5/tests/test-progs/hello/bin/alpha/linux/hello
120gid=100
121input=cin
122kvmInSE=false
123max_stack_size=67108864
124output=cout
125pid=100
126ppid=99
127simpoint=0
128system=system
129uid=100
130useArchPT=false
131
132[system.cpu_clk_domain]
133type=SrcClockDomain
134clock=500
135domain_id=-1
136eventq_index=0
137init_perf_level=0
138voltage_domain=system.voltage_domain
139
140[system.dvfs_handler]
141type=DVFSHandler
142domains=
143enable=false
144eventq_index=0
145sys_clk_domain=system.clk_domain
146transition_latency=100000000
147
148[system.membus]
149type=CoherentXBar
150clk_domain=system.clk_domain
151eventq_index=0
152forward_latency=4
153frontend_latency=3
154point_of_coherency=true
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