Halfway through setting up new test structure... committing so
[gem5.git] / tests / quick / eio1 / ref / alpha / eio / detailed / config.ini
1 [root]
2 type=Root
3 children=system
4 checkpoint=
5 clock=1000000000000
6 max_tick=0
7 output_file=cout
8 progress_interval=0
9
10 [debug]
11 break_cycles=
12
13 [exetrace]
14 intel_format=false
15 pc_symbol=true
16 print_cpseq=false
17 print_cycle=true
18 print_data=true
19 print_effaddr=true
20 print_fetchseq=false
21 print_iregs=false
22 print_opclass=true
23 print_thread=true
24 speculative=true
25 trace_system=client
26
27 [serialize]
28 count=10
29 cycle=0
30 dir=cpt.%012d
31 period=0
32
33 [stats]
34 descriptions=true
35 dump_cycle=0
36 dump_period=0
37 dump_reset=false
38 ignore_events=
39 mysql_db=
40 mysql_host=
41 mysql_password=
42 mysql_user=
43 project_name=test
44 simulation_name=test
45 simulation_sample=0
46 text_compat=true
47 text_file=m5stats.txt
48
49 [system]
50 type=System
51 children=cpu physmem workload
52 mem_mode=atomic
53 physmem=system.physmem
54
55 [system.cpu]
56 type=DerivO3CPU
57 children=fuPool mem
58 BTBEntries=4096
59 BTBTagSize=16
60 LFSTSize=1024
61 LQEntries=32
62 RASSize=16
63 SQEntries=32
64 SSITSize=1024
65 activity=0
66 backComSize=5
67 choiceCtrBits=2
68 choicePredictorSize=8192
69 clock=1
70 commitToDecodeDelay=1
71 commitToFetchDelay=1
72 commitToIEWDelay=1
73 commitToRenameDelay=1
74 commitWidth=8
75 decodeToFetchDelay=1
76 decodeToRenameDelay=1
77 decodeWidth=8
78 defer_registration=false
79 dispatchWidth=8
80 fetchToDecodeDelay=1
81 fetchTrapLatency=1
82 fetchWidth=8
83 forwardComSize=5
84 fuPool=system.cpu.fuPool
85 function_trace=false
86 function_trace_start=0
87 globalCtrBits=2
88 globalHistoryBits=13
89 globalPredictorSize=8192
90 iewToCommitDelay=1
91 iewToDecodeDelay=1
92 iewToFetchDelay=1
93 iewToRenameDelay=1
94 instShiftAmt=2
95 issueToExecuteDelay=1
96 issueWidth=8
97 localCtrBits=2
98 localHistoryBits=11
99 localHistoryTableSize=2048
100 localPredictorSize=2048
101 max_insts_all_threads=0
102 max_insts_any_thread=500000
103 max_loads_all_threads=0
104 max_loads_any_thread=0
105 mem=system.cpu.mem
106 numIQEntries=64
107 numPhysFloatRegs=256
108 numPhysIntRegs=256
109 numROBEntries=192
110 numRobs=1
111 numThreads=1
112 predType=tournament
113 renameToDecodeDelay=1
114 renameToFetchDelay=1
115 renameToIEWDelay=2
116 renameToROBDelay=1
117 renameWidth=8
118 squashWidth=8
119 system=system
120 trapLatency=13
121 wbDepth=1
122 wbWidth=8
123 workload=system.workload
124
125 [system.cpu.fuPool]
126 type=FUPool
127 children=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7
128 FUList=system.cpu.fuPool.FUList0 system.cpu.fuPool.FUList1 system.cpu.fuPool.FUList2 system.cpu.fuPool.FUList3 system.cpu.fuPool.FUList4 system.cpu.fuPool.FUList5 system.cpu.fuPool.FUList6 system.cpu.fuPool.FUList7
129
130 [system.cpu.fuPool.FUList0]
131 type=FUDesc
132 children=opList0
133 count=6
134 opList=system.cpu.fuPool.FUList0.opList0
135
136 [system.cpu.fuPool.FUList0.opList0]
137 type=OpDesc
138 issueLat=1
139 opClass=IntAlu
140 opLat=1
141
142 [system.cpu.fuPool.FUList1]
143 type=FUDesc
144 children=opList0 opList1
145 count=2
146 opList=system.cpu.fuPool.FUList1.opList0 system.cpu.fuPool.FUList1.opList1
147
148 [system.cpu.fuPool.FUList1.opList0]
149 type=OpDesc
150 issueLat=1
151 opClass=IntMult
152 opLat=3
153
154 [system.cpu.fuPool.FUList1.opList1]
155 type=OpDesc
156 issueLat=19
157 opClass=IntDiv
158 opLat=20
159
160 [system.cpu.fuPool.FUList2]
161 type=FUDesc
162 children=opList0 opList1 opList2
163 count=4
164 opList=system.cpu.fuPool.FUList2.opList0 system.cpu.fuPool.FUList2.opList1 system.cpu.fuPool.FUList2.opList2
165
166 [system.cpu.fuPool.FUList2.opList0]
167 type=OpDesc
168 issueLat=1
169 opClass=FloatAdd
170 opLat=2
171
172 [system.cpu.fuPool.FUList2.opList1]
173 type=OpDesc
174 issueLat=1
175 opClass=FloatCmp
176 opLat=2
177
178 [system.cpu.fuPool.FUList2.opList2]
179 type=OpDesc
180 issueLat=1
181 opClass=FloatCvt
182 opLat=2
183
184 [system.cpu.fuPool.FUList3]
185 type=FUDesc
186 children=opList0 opList1 opList2
187 count=2
188 opList=system.cpu.fuPool.FUList3.opList0 system.cpu.fuPool.FUList3.opList1 system.cpu.fuPool.FUList3.opList2
189
190 [system.cpu.fuPool.FUList3.opList0]
191 type=OpDesc
192 issueLat=1
193 opClass=FloatMult
194 opLat=4
195
196 [system.cpu.fuPool.FUList3.opList1]
197 type=OpDesc
198 issueLat=12
199 opClass=FloatDiv
200 opLat=12
201
202 [system.cpu.fuPool.FUList3.opList2]
203 type=OpDesc
204 issueLat=24
205 opClass=FloatSqrt
206 opLat=24
207
208 [system.cpu.fuPool.FUList4]
209 type=FUDesc
210 children=opList0
211 count=0
212 opList=system.cpu.fuPool.FUList4.opList0
213
214 [system.cpu.fuPool.FUList4.opList0]
215 type=OpDesc
216 issueLat=1
217 opClass=MemRead
218 opLat=1
219
220 [system.cpu.fuPool.FUList5]
221 type=FUDesc
222 children=opList0
223 count=0
224 opList=system.cpu.fuPool.FUList5.opList0
225
226 [system.cpu.fuPool.FUList5.opList0]
227 type=OpDesc
228 issueLat=1
229 opClass=MemWrite
230 opLat=1
231
232 [system.cpu.fuPool.FUList6]
233 type=FUDesc
234 children=opList0 opList1
235 count=4
236 opList=system.cpu.fuPool.FUList6.opList0 system.cpu.fuPool.FUList6.opList1
237
238 [system.cpu.fuPool.FUList6.opList0]
239 type=OpDesc
240 issueLat=1
241 opClass=MemRead
242 opLat=1
243
244 [system.cpu.fuPool.FUList6.opList1]
245 type=OpDesc
246 issueLat=1
247 opClass=MemWrite
248 opLat=1
249
250 [system.cpu.fuPool.FUList7]
251 type=FUDesc
252 children=opList0
253 count=1
254 opList=system.cpu.fuPool.FUList7.opList0
255
256 [system.cpu.fuPool.FUList7.opList0]
257 type=OpDesc
258 issueLat=3
259 opClass=IprAccess
260 opLat=3
261
262 [system.cpu.mem]
263 type=Bus
264 bus_id=0
265
266 [system.physmem]
267 type=PhysicalMemory
268 file=
269 latency=1
270
271 [system.workload]
272 type=EioProcess
273 chkpt=
274 file=/z/ktlim2/clean/newmem-merge/tests/test-progs/anagram/bin/anagram-vshort.eio.gz
275 output=cout
276 system=system
277
278 [trace]
279 bufsize=0
280 dump_on_exit=false
281 file=cout
282 flags=
283 ignore=
284 start=0
285