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