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