stats: update stats to after GPU checkin
[gem5.git] / tests / quick / se / 00.hello / ref / mips / linux / simple-atomic / config.ini
1 [root]
2 type=Root
3 children=system
4 eventq_index=0
5 full_system=false
6 sim_quantum=0
7 time_sync_enable=false
8 time_sync_period=100000000000
9 time_sync_spin_threshold=100000000
10
11 [system]
12 type=System
13 children=clk_domain cpu cpu_clk_domain dvfs_handler membus physmem voltage_domain
14 boot_osflags=a
15 cache_line_size=64
16 clk_domain=system.clk_domain
17 eventq_index=0
18 exit_on_work_items=false
19 init_param=0
20 kernel=
21 kernel_addr_check=true
22 load_addr_mask=1099511627775
23 load_offset=0
24 mem_mode=atomic
25 mem_ranges=
26 memories=system.physmem
27 mmap_using_noreserve=false
28 multi_thread=false
29 num_work_ids=16
30 readfile=
31 symbolfile=
32 work_begin_ckpt_count=0
33 work_begin_cpu_id_exit=-1
34 work_begin_exit_count=0
35 work_cpus_ckpt_count=0
36 work_end_ckpt_count=0
37 work_end_exit_count=0
38 work_item_id=-1
39 system_port=system.membus.slave[0]
40
41 [system.clk_domain]
42 type=SrcClockDomain
43 clock=1000
44 domain_id=-1
45 eventq_index=0
46 init_perf_level=0
47 voltage_domain=system.voltage_domain
48
49 [system.cpu]
50 type=AtomicSimpleCPU
51 children=dtb interrupts isa itb tracer workload
52 branchPred=Null
53 checker=Null
54 clk_domain=system.cpu_clk_domain
55 cpu_id=0
56 do_checkpoint_insts=true
57 do_quiesce=true
58 do_statistics_insts=true
59 dtb=system.cpu.dtb
60 eventq_index=0
61 fastmem=false
62 function_trace=false
63 function_trace_start=0
64 interrupts=system.cpu.interrupts
65 isa=system.cpu.isa
66 itb=system.cpu.itb
67 max_insts_all_threads=0
68 max_insts_any_thread=0
69 max_loads_all_threads=0
70 max_loads_any_thread=0
71 numThreads=1
72 profile=0
73 progress_interval=0
74 simpoint_start_insts=
75 simulate_data_stalls=false
76 simulate_inst_stalls=false
77 socket_id=0
78 switched_out=false
79 system=system
80 tracer=system.cpu.tracer
81 width=1
82 workload=system.cpu.workload
83 dcache_port=system.membus.slave[2]
84 icache_port=system.membus.slave[1]
85
86 [system.cpu.dtb]
87 type=MipsTLB
88 eventq_index=0
89 size=64
90
91 [system.cpu.interrupts]
92 type=MipsInterrupts
93 eventq_index=0
94
95 [system.cpu.isa]
96 type=MipsISA
97 eventq_index=0
98 num_threads=1
99 num_vpes=1
100 system=system
101
102 [system.cpu.itb]
103 type=MipsTLB
104 eventq_index=0
105 size=64
106
107 [system.cpu.tracer]
108 type=ExeTracer
109 eventq_index=0
110
111 [system.cpu.workload]
112 type=LiveProcess
113 cmd=hello
114 cwd=
115 drivers=
116 egid=100
117 env=
118 errout=cerr
119 euid=100
120 eventq_index=0
121 executable=/dist/m5/regression/test-progs/hello/bin/mips/linux/hello
122 gid=100
123 input=cin
124 kvmInSE=false
125 max_stack_size=67108864
126 output=cout
127 pid=100
128 ppid=99
129 simpoint=0
130 system=system
131 uid=100
132 useArchPT=false
133
134 [system.cpu_clk_domain]
135 type=SrcClockDomain
136 clock=500
137 domain_id=-1
138 eventq_index=0
139 init_perf_level=0
140 voltage_domain=system.voltage_domain
141
142 [system.dvfs_handler]
143 type=DVFSHandler
144 domains=
145 enable=false
146 eventq_index=0
147 sys_clk_domain=system.clk_domain
148 transition_latency=100000000
149
150 [system.membus]
151 type=CoherentXBar
152 clk_domain=system.clk_domain
153 eventq_index=0
154 forward_latency=4
155 frontend_latency=3
156 response_latency=2
157 snoop_filter=Null
158 snoop_response_latency=4
159 system=system
160 use_default_range=false
161 width=16
162 master=system.physmem.port
163 slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
164
165 [system.physmem]
166 type=SimpleMemory
167 bandwidth=73.000000
168 clk_domain=system.clk_domain
169 conf_table_reported=true
170 eventq_index=0
171 in_addr_map=true
172 latency=30000
173 latency_var=0
174 null=false
175 range=0:134217727
176 port=system.membus.master[0]
177
178 [system.voltage_domain]
179 type=VoltageDomain
180 eventq_index=0
181 voltage=1.000000
182