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