config.ini revision 6024
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=AtomicSimpleCPU
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
32simulate_data_stalls=false
33simulate_inst_stalls=false
34system=system
35tracer=system.cpu.tracer
36width=1
37workload=system.cpu.workload
38dcache_port=system.membus.port[2]
39icache_port=system.membus.port[1]
40
41[system.cpu.dtb]
42type=AlphaTLB
43size=64
44
45[system.cpu.itb]
46type=AlphaTLB
47size=48
48
49[system.cpu.tracer]
50type=ExeTracer
51
52[system.cpu.workload]
53type=LiveProcess
54cmd=hello
55cwd=
56egid=100
57env=
58errout=cerr
59euid=100
60executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello
61gid=100
62input=cin
63max_stack_size=67108864
64output=cout
65pid=100
66ppid=99
67simpoint=0
68system=system
69uid=100
70
71[system.membus]
72type=Bus
73block_size=64
74bus_id=0
75clock=1000
76header_cycles=1
77responder_set=false
78width=64
79port=system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
80
81[system.physmem]
82type=PhysicalMemory
83file=
84latency=30000
85latency_var=0
86null=false
87range=0:134217727
88zero=false
89port=system.membus.port[0]
90
91