config.ini revision 6238
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
15UnifiedTLB=true
16checker=Null
17clock=500
18cpu_id=0
19defer_registration=false
20do_checkpoint_insts=true
21do_statistics_insts=true
22dtb=system.cpu.dtb
23function_trace=false
24function_trace_start=0
25itb=system.cpu.itb
26max_insts_all_threads=0
27max_insts_any_thread=0
28max_loads_all_threads=0
29max_loads_any_thread=0
30numThreads=1
31phase=0
32progress_interval=0
33simulate_data_stalls=false
34simulate_inst_stalls=false
35system=system
36tracer=system.cpu.tracer
37width=1
38workload=system.cpu.workload
39dcache_port=system.membus.port[2]
40icache_port=system.membus.port[1]
41
42[system.cpu.dtb]
43type=ArmTLB
44size=64
45
46[system.cpu.itb]
47type=ArmTLB
48size=64
49
50[system.cpu.tracer]
51type=ExeTracer
52
53[system.cpu.workload]
54type=LiveProcess
55cmd=hello
56cwd=
57egid=100
58env=
59errout=cerr
60euid=100
61executable=/dist/m5/regression/test-progs/hello/bin/arm/linux/hello
62gid=100
63input=cin
64max_stack_size=67108864
65output=cout
66pid=100
67ppid=99
68simpoint=0
69system=system
70uid=100
71
72[system.membus]
73type=Bus
74block_size=64
75bus_id=0
76clock=1000
77header_cycles=1
78responder_set=false
79width=64
80port=system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
81
82[system.physmem]
83type=PhysicalMemory
84file=
85latency=30000
86latency_var=0
87null=false
88range=0:134217727
89zero=false
90port=system.membus.port[0]
91
92