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=SparcTLB
77size=64
78
79[system.cpu.interrupts]
80type=SparcInterrupts
81
82[system.cpu.isa]
83type=SparcISA
84
85[system.cpu.itb]
86type=SparcTLB
87size=64
88
89[system.cpu.tracer]
90type=ExeTracer
91
92[system.cpu.workload]
93type=LiveProcess
94cmd=insttest
95cwd=
96egid=100
97env=
98errout=cerr
99euid=100
100executable=/dist/m5/regression/test-progs/insttest/bin/sparc/linux/insttest
101gid=100
102input=cin
103max_stack_size=67108864
104output=cout
105pid=100
106ppid=99
107simpoint=0
108system=system
109uid=100
110
111[system.cpu_clk_domain]
112type=SrcClockDomain
113clock=500
114voltage_domain=system.voltage_domain
115
116[system.membus]
117type=CoherentBus
118clk_domain=system.clk_domain
119header_cycles=1
120system=system
121use_default_range=false
122width=8
123master=system.physmem.port
124slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
125
126[system.physmem]
127type=SimpleMemory
128bandwidth=73.000000
129clk_domain=system.clk_domain
130conf_table_reported=true
131in_addr_map=true
132latency=30000
133latency_var=0
134null=false
135range=0:134217727
136port=system.membus.master[0]
137
138[system.voltage_domain]
139type=VoltageDomain
140voltage=1.000000
141
142