config.ini revision 3147
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
59defer_registration=false
60function_trace=false
61function_trace_start=0
62max_insts_all_threads=0
63max_insts_any_thread=0
64max_loads_all_threads=0
65max_loads_any_thread=0
66mem=system.physmem
67progress_interval=0
68simulate_stalls=false
69system=system
70width=1
71workload=system.cpu.workload
72dcache_port=system.membus.port[2]
73icache_port=system.membus.port[1]
74
75[system.cpu.workload]
76type=LiveProcess
77cmd=hello
78egid=100
79env=
80euid=100
81executable=tests/test-progs/hello/bin/alpha/linux/hello
82gid=100
83input=cin
84output=cout
85pid=100
86ppid=99
87system=system
88uid=100
89
90[system.membus]
91type=Bus
92bus_id=0
93port=system.physmem.port system.cpu.icache_port system.cpu.dcache_port
94
95[system.physmem]
96type=PhysicalMemory
97file=
98latency=1
99range=0:134217727
100port=system.membus.port[0]
101
102[trace]
103bufsize=0
104cycle=0
105dump_on_exit=false
106file=cout
107flags=
108ignore=
109start=0
110
111