config.ini revision 8983:8800b05e1cb3
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=AlphaTLB
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=AlphaInterrupts
115
116[system.cpu.itb]
117type=AlphaTLB
118size=48
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=Bus
147block_size=64
148bus_id=0
149clock=1000
150header_cycles=1
151use_default_range=false
152width=64
153master=system.cpu.l2cache.cpu_side
154slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side
155
156[system.cpu.tracer]
157type=ExeTracer
158
159[system.cpu.workload]
160type=LiveProcess
161cmd=hello
162cwd=
163egid=100
164env=
165errout=cerr
166euid=100
167executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello
168gid=100
169input=cin
170max_stack_size=67108864
171output=cout
172pid=100
173ppid=99
174simpoint=0
175system=system
176uid=100
177
178[system.membus]
179type=Bus
180block_size=64
181bus_id=0
182clock=1000
183header_cycles=1
184use_default_range=false
185width=64
186master=system.physmem.port[0]
187slave=system.system_port system.cpu.l2cache.mem_side
188
189[system.physmem]
190type=SimpleMemory
191conf_table_reported=false
192file=
193in_addr_map=true
194latency=30000
195latency_var=0
196null=false
197range=0:134217727
198zero=false
199port=system.membus.master[0]
200
201