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
45checker=Null
46clk_domain=system.cpu_clk_domain
47cpu_id=0
48do_checkpoint_insts=true
49do_quiesce=true
50do_statistics_insts=true
51dtb=system.cpu.dtb
52eventq_index=0
53fastmem=false
54function_trace=false
55function_trace_start=0
56interrupts=system.cpu.interrupts
57isa=system.cpu.isa
58itb=system.cpu.itb
59max_insts_all_threads=0
60max_insts_any_thread=0
61max_loads_all_threads=0
62max_loads_any_thread=0
63numThreads=1
64profile=0
65progress_interval=0
66simpoint_interval=100000000
67simpoint_profile=false
68simpoint_profile_file=simpoint.bb.gz
69simpoint_start_insts=
70simulate_data_stalls=false
71simulate_inst_stalls=false
72switched_out=false
73system=system
74tracer=system.cpu.tracer
75width=1
76workload=system.cpu.workload
77dcache_port=system.membus.slave[2]
78icache_port=system.membus.slave[1]
79
80[system.cpu.dtb]
81type=AlphaTLB
82eventq_index=0
83size=64
84
85[system.cpu.interrupts]
86type=AlphaInterrupts
87eventq_index=0
88
89[system.cpu.isa]
90type=AlphaISA
91eventq_index=0
92system=system
93
94[system.cpu.itb]
95type=AlphaTLB
96eventq_index=0
97size=48
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/alpha/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