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