config.ini revision 3171
1[root]
2type=Root
3children=system
4checkpoint=
5clock=1000000000000
6max_tick=0
7output_file=cout
8progress_interval=0
9
10[debug]
11break_cycles=
12
13[exetrace]
14intel_format=false
15pc_symbol=true
16print_cpseq=false
17print_cycle=true
18print_data=true
19print_effaddr=true
20print_fetchseq=false
21print_iregs=false
22print_opclass=true
23print_thread=true
24speculative=true
25trace_system=client
26
27[serialize]
28count=10
29cycle=0
30dir=cpt.%012d
31period=0
32
33[stats]
34descriptions=true
35dump_cycle=0
36dump_period=0
37dump_reset=false
38ignore_events=
39mysql_db=
40mysql_host=
41mysql_password=
42mysql_user=
43project_name=test
44simulation_name=test
45simulation_sample=0
46text_compat=true
47text_file=m5stats.txt
48
49[system]
50type=System
51children=cpu membus physmem
52mem_mode=atomic
53physmem=system.physmem
54
55[system.cpu]
56type=AtomicSimpleCPU
57children=workload
58clock=1
59cpu_id=0
60defer_registration=false
61function_trace=false
62function_trace_start=0
63max_insts_all_threads=0
64max_insts_any_thread=0
65max_loads_all_threads=0
66max_loads_any_thread=0
67mem=system.physmem
68progress_interval=0
69simulate_stalls=false
70system=system
71width=1
72workload=system.cpu.workload
73dcache_port=system.membus.port[2]
74icache_port=system.membus.port[1]
75
76[system.cpu.workload]
77type=LiveProcess
78cmd=hello
79egid=100
80env=
81euid=100
82executable=tests/test-progs/hello/bin/alpha/linux/hello
83gid=100
84input=cin
85output=cout
86pid=100
87ppid=99
88system=system
89uid=100
90
91[system.membus]
92type=Bus
93bus_id=0
94port=system.physmem.port system.cpu.icache_port system.cpu.dcache_port
95
96[system.physmem]
97type=PhysicalMemory
98file=
99latency=1
100range=0:134217727
101port=system.membus.port[0]
102
103[trace]
104bufsize=0
105cycle=0
106dump_on_exit=false
107file=cout
108flags=
109ignore=
110start=0
111
112