config.ini revision 9885:afd9ea6101d9
1[root]
2type=Root
3children=system
4full_system=false
5time_sync_enable=false
6time_sync_period=100000000000
7time_sync_spin_threshold=100000000
8
9[system]
10type=System
11children=clk_domain cpu cpu_clk_domain membus physmem voltage_domain
12boot_osflags=a
13cache_line_size=64
14clk_domain=system.clk_domain
15init_param=0
16kernel=
17load_addr_mask=1099511627775
18mem_mode=atomic
19mem_ranges=
20memories=system.physmem
21num_work_ids=16
22readfile=
23symbolfile=
24work_begin_ckpt_count=0
25work_begin_cpu_id_exit=-1
26work_begin_exit_count=0
27work_cpus_ckpt_count=0
28work_end_ckpt_count=0
29work_end_exit_count=0
30work_item_id=-1
31system_port=system.membus.slave[0]
32
33[system.clk_domain]
34type=SrcClockDomain
35clock=1000
36voltage_domain=system.voltage_domain
37
38[system.cpu]
39type=AtomicSimpleCPU
40children=dtb interrupts isa itb tracer workload
41checker=Null
42clk_domain=system.cpu_clk_domain
43cpu_id=0
44do_checkpoint_insts=true
45do_quiesce=true
46do_statistics_insts=true
47dtb=system.cpu.dtb
48fastmem=false
49function_trace=false
50function_trace_start=0
51interrupts=system.cpu.interrupts
52isa=system.cpu.isa
53itb=system.cpu.itb
54max_insts_all_threads=0
55max_insts_any_thread=0
56max_loads_all_threads=0
57max_loads_any_thread=0
58numThreads=1
59profile=0
60progress_interval=0
61simpoint_interval=100000000
62simpoint_profile=false
63simpoint_profile_file=simpoint.bb.gz
64simpoint_start_insts=
65simulate_data_stalls=false
66simulate_inst_stalls=false
67switched_out=false
68system=system
69tracer=system.cpu.tracer
70width=1
71workload=system.cpu.workload
72dcache_port=system.membus.slave[2]
73icache_port=system.membus.slave[1]
74
75[system.cpu.dtb]
76type=MipsTLB
77size=64
78
79[system.cpu.interrupts]
80type=MipsInterrupts
81
82[system.cpu.isa]
83type=MipsISA
84num_threads=1
85num_vpes=1
86
87[system.cpu.itb]
88type=MipsTLB
89size=64
90
91[system.cpu.tracer]
92type=ExeTracer
93
94[system.cpu.workload]
95type=LiveProcess
96cmd=hello
97cwd=
98egid=100
99env=
100errout=cerr
101euid=100
102executable=/dist/m5/regression/test-progs/hello/bin/mips/linux/hello
103gid=100
104input=cin
105max_stack_size=67108864
106output=cout
107pid=100
108ppid=99
109simpoint=0
110system=system
111uid=100
112
113[system.cpu_clk_domain]
114type=SrcClockDomain
115clock=500
116voltage_domain=system.voltage_domain
117
118[system.membus]
119type=CoherentBus
120clk_domain=system.clk_domain
121header_cycles=1
122system=system
123use_default_range=false
124width=8
125master=system.physmem.port
126slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
127
128[system.physmem]
129type=SimpleMemory
130bandwidth=73.000000
131clk_domain=system.clk_domain
132conf_table_reported=true
133in_addr_map=true
134latency=30000
135latency_var=0
136null=false
137range=0:134217727
138port=system.membus.master[0]
139
140[system.voltage_domain]
141type=VoltageDomain
142voltage=1.000000
143
144