config.ini revision 6167
1[root]
2type=Root
3children=system
4dummy=0
5
6[system]
7type=System
8children=cpu membus physmem
9mem_mode=atomic
10physmem=system.physmem
11
12[system.cpu]
13type=TimingSimpleCPU
14children=dtb itb tracer workload
15checker=Null
16clock=500
17cpu_id=0
18defer_registration=false
19do_checkpoint_insts=true
20do_statistics_insts=true
21dtb=system.cpu.dtb
22function_trace=false
23function_trace_start=0
24itb=system.cpu.itb
25max_insts_all_threads=0
26max_insts_any_thread=0
27max_loads_all_threads=0
28max_loads_any_thread=0
29numThreads=1
30phase=0
31progress_interval=0
32system=system
33tracer=system.cpu.tracer
34workload=system.cpu.workload
35dcache_port=system.membus.port[2]
36icache_port=system.membus.port[1]
37
38[system.cpu.dtb]
39type=SparcTLB
40size=64
41
42[system.cpu.itb]
43type=SparcTLB
44size=64
45
46[system.cpu.tracer]
47type=ExeTracer
48
49[system.cpu.workload]
50type=LiveProcess
51cmd=hello
52cwd=
53egid=100
54env=
55errout=cerr
56euid=100
57executable=/dist/m5/regression/test-progs/hello/bin/sparc/linux/hello
58gid=100
59input=cin
60max_stack_size=67108864
61output=cout
62pid=100
63ppid=99
64simpoint=0
65system=system
66uid=100
67
68[system.membus]
69type=Bus
70block_size=64
71bus_id=0
72clock=1000
73header_cycles=1
74responder_set=false
75width=64
76port=system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
77
78[system.physmem]
79type=RubyMemory
80clock=1
81config_file=
82config_options=
83debug=false
84debug_file=
85file=
86latency=30000
87latency_var=0
88null=false
89num_cpus=1
90phase=0
91range=0:134217727
92stats_file=ruby.stats
93zero=false
94port=system.membus.port[0]
95
96