config.ini revision 5000
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
15clock=500
16cpu_id=0
17defer_registration=false
18dtb=system.cpu.dtb
19function_trace=false
20function_trace_start=0
21itb=system.cpu.itb
22max_insts_all_threads=0
23max_insts_any_thread=0
24max_loads_all_threads=0
25max_loads_any_thread=0
26phase=0
27progress_interval=0
28simulate_stalls=false
29system=system
30tracer=system.cpu.tracer
31width=1
32workload=system.cpu.workload
33dcache_port=system.membus.port[2]
34icache_port=system.membus.port[1]
35
36[system.cpu.dtb]
37type=AlphaDTB
38size=64
39
40[system.cpu.itb]
41type=AlphaITB
42size=48
43
44[system.cpu.tracer]
45type=ExeTracer
46
47[system.cpu.workload]
48type=LiveProcess
49cmd=hello
50cwd=
51egid=100
52env=
53euid=100
54executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello
55gid=100
56input=cin
57output=cout
58pid=100
59ppid=99
60system=system
61uid=100
62
63[system.membus]
64type=Bus
65block_size=64
66bus_id=0
67clock=1000
68responder_set=false
69width=64
70port=system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
71
72[system.physmem]
73type=PhysicalMemory
74file=
75latency=1
76range=0:134217727
77zero=false
78port=system.membus.port[0]
79
80