config.ini revision 3021
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=TimingSimpleCPU
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
67system=system
68workload=system.cpu.workload
69
70[system.cpu.workload]
71type=LiveProcess
72cmd=hello
73env=
74executable=tests/test-progs/hello/bin/mips/linux/hello
75input=cin
76output=cout
77system=system
78
79[system.membus]
80type=Bus
81bus_id=0
82
83[system.physmem]
84type=PhysicalMemory
85file=
86latency=1
87
88[trace]
89bufsize=0
90dump_on_exit=false
91file=cout
92flags=
93ignore=
94start=0
95
96