config.ini revision 9885
1[root]
2type=Root
3children=system
4full_system=false
5time_sync_enable=false
6time_sync_period=100000000000
7time_sync_spin_threshold=100000000
8
9[system]
10type=System
11children=clk_domain cpu cpu_clk_domain membus physmem voltage_domain
12boot_osflags=a
13cache_line_size=64
14clk_domain=system.clk_domain
15init_param=0
16kernel=
17load_addr_mask=1099511627775
18mem_mode=atomic
19mem_ranges=
20memories=system.physmem
21num_work_ids=16
22readfile=
23symbolfile=
24work_begin_ckpt_count=0
25work_begin_cpu_id_exit=-1
26work_begin_exit_count=0
27work_cpus_ckpt_count=0
28work_end_ckpt_count=0
29work_end_exit_count=0
30work_item_id=-1
31system_port=system.membus.slave[0]
32
33[system.clk_domain]
34type=SrcClockDomain
35clock=1000
36voltage_domain=system.voltage_domain
37
38[system.cpu]
39type=AtomicSimpleCPU
40children=dtb interrupts isa itb tracer workload
41UnifiedTLB=true
42checker=Null
43clk_domain=system.cpu_clk_domain
44cpu_id=0
45do_checkpoint_insts=true
46do_quiesce=true
47do_statistics_insts=true
48dtb=system.cpu.dtb
49fastmem=false
50function_trace=false
51function_trace_start=0
52interrupts=system.cpu.interrupts
53isa=system.cpu.isa
54itb=system.cpu.itb
55max_insts_all_threads=0
56max_insts_any_thread=0
57max_loads_all_threads=0
58max_loads_any_thread=0
59numThreads=1
60profile=0
61progress_interval=0
62simpoint_interval=100000000
63simpoint_profile=false
64simpoint_profile_file=simpoint.bb.gz
65simpoint_start_insts=
66simulate_data_stalls=false
67simulate_inst_stalls=false
68switched_out=false
69system=system
70tracer=system.cpu.tracer
71width=1
72workload=system.cpu.workload
73dcache_port=system.membus.slave[2]
74icache_port=system.membus.slave[1]
75
76[system.cpu.dtb]
77type=PowerTLB
78size=64
79
80[system.cpu.interrupts]
81type=PowerInterrupts
82
83[system.cpu.isa]
84type=PowerISA
85
86[system.cpu.itb]
87type=PowerTLB
88size=64
89
90[system.cpu.tracer]
91type=ExeTracer
92
93[system.cpu.workload]
94type=LiveProcess
95cmd=hello
96cwd=
97egid=100
98env=
99errout=cerr
100euid=100
101executable=/dist/m5/regression/test-progs/hello/bin/power/linux/hello
102gid=100
103input=cin
104max_stack_size=67108864
105output=cout
106pid=100
107ppid=99
108simpoint=0
109system=system
110uid=100
111
112[system.cpu_clk_domain]
113type=SrcClockDomain
114clock=500
115voltage_domain=system.voltage_domain
116
117[system.membus]
118type=CoherentBus
119clk_domain=system.clk_domain
120header_cycles=1
121system=system
122use_default_range=false
123width=8
124master=system.physmem.port
125slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
126
127[system.physmem]
128type=SimpleMemory
129bandwidth=73.000000
130clk_domain=system.clk_domain
131conf_table_reported=true
132in_addr_map=true
133latency=30000
134latency_var=0
135null=false
136range=0:134217727
137port=system.membus.master[0]
138
139[system.voltage_domain]
140type=VoltageDomain
141voltage=1.000000
142
143