config.ini revision 9481:b0fa6b872f40
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=cpu membus physmem
12boot_osflags=a
13clock=1000
14init_param=0
15kernel=
16load_addr_mask=1099511627775
17mem_mode=timing
18mem_ranges=
19memories=system.physmem
20num_work_ids=16
21readfile=
22symbolfile=
23work_begin_ckpt_count=0
24work_begin_cpu_id_exit=-1
25work_begin_exit_count=0
26work_cpus_ckpt_count=0
27work_end_ckpt_count=0
28work_end_exit_count=0
29work_item_id=-1
30system_port=system.membus.slave[0]
31
32[system.cpu]
33type=TimingSimpleCPU
34children=dcache dtb icache interrupts isa itb l2cache toL2Bus tracer workload
35branchPred=Null
36checker=Null
37clock=500
38cpu_id=0
39do_checkpoint_insts=true
40do_quiesce=true
41do_statistics_insts=true
42dtb=system.cpu.dtb
43function_trace=false
44function_trace_start=0
45interrupts=system.cpu.interrupts
46isa=system.cpu.isa
47itb=system.cpu.itb
48max_insts_all_threads=0
49max_insts_any_thread=0
50max_loads_all_threads=0
51max_loads_any_thread=0
52numThreads=1
53profile=0
54progress_interval=0
55switched_out=false
56system=system
57tracer=system.cpu.tracer
58workload=system.cpu.workload
59dcache_port=system.cpu.dcache.cpu_side
60icache_port=system.cpu.icache.cpu_side
61
62[system.cpu.dcache]
63type=BaseCache
64addr_ranges=0:18446744073709551615
65assoc=2
66block_size=64
67clock=500
68forward_snoops=true
69hit_latency=2
70is_top_level=true
71max_miss_count=0
72mshrs=4
73prefetch_on_access=false
74prefetcher=Null
75response_latency=2
76size=262144
77system=system
78tgts_per_mshr=20
79two_queue=false
80write_buffers=8
81cpu_side=system.cpu.dcache_port
82mem_side=system.cpu.toL2Bus.slave[1]
83
84[system.cpu.dtb]
85type=SparcTLB
86size=64
87
88[system.cpu.icache]
89type=BaseCache
90addr_ranges=0:18446744073709551615
91assoc=2
92block_size=64
93clock=500
94forward_snoops=true
95hit_latency=2
96is_top_level=true
97max_miss_count=0
98mshrs=4
99prefetch_on_access=false
100prefetcher=Null
101response_latency=2
102size=131072
103system=system
104tgts_per_mshr=20
105two_queue=false
106write_buffers=8
107cpu_side=system.cpu.icache_port
108mem_side=system.cpu.toL2Bus.slave[0]
109
110[system.cpu.interrupts]
111type=SparcInterrupts
112
113[system.cpu.isa]
114type=SparcISA
115
116[system.cpu.itb]
117type=SparcTLB
118size=64
119
120[system.cpu.l2cache]
121type=BaseCache
122addr_ranges=0:18446744073709551615
123assoc=8
124block_size=64
125clock=500
126forward_snoops=true
127hit_latency=20
128is_top_level=false
129max_miss_count=0
130mshrs=20
131prefetch_on_access=false
132prefetcher=Null
133response_latency=20
134size=2097152
135system=system
136tgts_per_mshr=12
137two_queue=false
138write_buffers=8
139cpu_side=system.cpu.toL2Bus.master[0]
140mem_side=system.membus.slave[1]
141
142[system.cpu.toL2Bus]
143type=CoherentBus
144block_size=64
145clock=500
146header_cycles=1
147use_default_range=false
148width=32
149master=system.cpu.l2cache.cpu_side
150slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side
151
152[system.cpu.tracer]
153type=ExeTracer
154
155[system.cpu.workload]
156type=LiveProcess
157cmd=insttest
158cwd=
159egid=100
160env=
161errout=cerr
162euid=100
163executable=tests/test-progs/insttest/bin/sparc/linux/insttest
164gid=100
165input=cin
166max_stack_size=67108864
167output=cout
168pid=100
169ppid=99
170simpoint=0
171system=system
172uid=100
173
174[system.membus]
175type=CoherentBus
176block_size=64
177clock=1000
178header_cycles=1
179use_default_range=false
180width=8
181master=system.physmem.port
182slave=system.system_port system.cpu.l2cache.mem_side
183
184[system.physmem]
185type=SimpleMemory
186bandwidth=73.000000
187clock=1000
188conf_table_reported=false
189in_addr_map=true
190latency=30000
191latency_var=0
192null=false
193range=0:134217727
194zero=false
195port=system.membus.master[0]
196
197