Update reference config.ini files to include port mappings.
[gem5.git] / tests / quick / 10.linux-boot / ref / alpha / linux / tsunami-simple-atomic / config.ini
1 [root]
2 type=Root
3 children=system
4 checkpoint=
5 clock=2000000000
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=LinuxAlphaSystem
51 children=bridge cpu disk0 disk2 intrctrl iobus membus physmem sim_console simple_disk tsunami
52 boot_cpu_frequency=1
53 boot_osflags=root=/dev/hda1 console=ttyS0
54 console=/dist/m5/system/binaries/console
55 init_param=0
56 kernel=/dist/m5/system/binaries/vmlinux
57 mem_mode=atomic
58 pal=/dist/m5/system/binaries/ts_osfpal
59 physmem=system.physmem
60 readfile=tests/halt.sh
61 system_rev=1024
62 system_type=34
63
64 [system.bridge]
65 type=Bridge
66 delay=0
67 queue_size_a=16
68 queue_size_b=16
69 write_ack=false
70 side_a=system.iobus.port[0]
71 side_b=system.membus.port[0]
72
73 [system.cpu]
74 type=AtomicSimpleCPU
75 children=dtb itb
76 clock=1
77 cpu_id=-1
78 defer_registration=false
79 dtb=system.cpu.dtb
80 function_trace=false
81 function_trace_start=0
82 itb=system.cpu.itb
83 max_insts_all_threads=0
84 max_insts_any_thread=0
85 max_loads_all_threads=0
86 max_loads_any_thread=0
87 mem=system.physmem
88 profile=0
89 simulate_stalls=false
90 system=system
91 width=1
92 dcache_port=system.membus.port[3]
93 icache_port=system.membus.port[2]
94
95 [system.cpu.dtb]
96 type=AlphaDTB
97 size=64
98
99 [system.cpu.itb]
100 type=AlphaITB
101 size=48
102
103 [system.disk0]
104 type=IdeDisk
105 children=image
106 delay=2000
107 driveID=master
108 image=system.disk0.image
109
110 [system.disk0.image]
111 type=CowDiskImage
112 children=child
113 child=system.disk0.image.child
114 read_only=false
115 table_size=65536
116
117 [system.disk0.image.child]
118 type=RawDiskImage
119 image_file=/dist/m5/system/disks/linux-latest.img
120 read_only=true
121
122 [system.disk2]
123 type=IdeDisk
124 children=image
125 delay=2000
126 driveID=master
127 image=system.disk2.image
128
129 [system.disk2.image]
130 type=CowDiskImage
131 children=child
132 child=system.disk2.image.child
133 read_only=false
134 table_size=65536
135
136 [system.disk2.image.child]
137 type=RawDiskImage
138 image_file=/dist/m5/system/disks/linux-bigswap2.img
139 read_only=true
140
141 [system.intrctrl]
142 type=IntrControl
143 cpu=system.cpu
144
145 [system.iobus]
146 type=Bus
147 bus_id=0
148 default=system.tsunami.pciconfig.pio
149 port=system.bridge.side_a system.tsunami.cchip.pio system.tsunami.pchip.pio system.tsunami.fake_sm_chip.pio system.tsunami.fake_uart1.pio system.tsunami.fake_uart2.pio system.tsunami.fake_uart3.pio system.tsunami.fake_uart4.pio system.tsunami.fake_ppc.pio system.tsunami.fake_OROM.pio system.tsunami.fake_pnp_addr.pio system.tsunami.fake_pnp_write.pio system.tsunami.fake_pnp_read0.pio system.tsunami.fake_pnp_read1.pio system.tsunami.fake_pnp_read2.pio system.tsunami.fake_pnp_read3.pio system.tsunami.fake_pnp_read4.pio system.tsunami.fake_pnp_read5.pio system.tsunami.fake_pnp_read6.pio system.tsunami.fake_pnp_read7.pio system.tsunami.fake_ata0.pio system.tsunami.fake_ata1.pio system.tsunami.fb.pio system.tsunami.io.pio system.tsunami.uart.pio system.tsunami.console.pio system.tsunami.ide.pio system.tsunami.ide.dma system.tsunami.ide.config system.tsunami.ethernet.pio system.tsunami.ethernet.dma system.tsunami.ethernet.config
150
151 [system.membus]
152 type=Bus
153 bus_id=1
154 port=system.bridge.side_b system.physmem.port system.cpu.icache_port system.cpu.dcache_port
155
156 [system.physmem]
157 type=PhysicalMemory
158 file=
159 latency=1
160 range=0:134217727
161 port=system.membus.port[1]
162
163 [system.sim_console]
164 type=SimConsole
165 children=listener
166 append_name=true
167 intr_control=system.intrctrl
168 listener=system.sim_console.listener
169 number=0
170 output=console
171
172 [system.sim_console.listener]
173 type=ConsoleListener
174 port=3456
175
176 [system.simple_disk]
177 type=SimpleDisk
178 children=disk
179 disk=system.simple_disk.disk
180 system=system
181
182 [system.simple_disk.disk]
183 type=RawDiskImage
184 image_file=/dist/m5/system/disks/linux-latest.img
185 read_only=true
186
187 [system.tsunami]
188 type=Tsunami
189 children=cchip console etherint ethernet fake_OROM fake_ata0 fake_ata1 fake_pnp_addr fake_pnp_read0 fake_pnp_read1 fake_pnp_read2 fake_pnp_read3 fake_pnp_read4 fake_pnp_read5 fake_pnp_read6 fake_pnp_read7 fake_pnp_write fake_ppc fake_sm_chip fake_uart1 fake_uart2 fake_uart3 fake_uart4 fb ide io pchip pciconfig uart
190 intrctrl=system.intrctrl
191 system=system
192
193 [system.tsunami.cchip]
194 type=TsunamiCChip
195 pio_addr=8803072344064
196 pio_latency=2
197 platform=system.tsunami
198 system=system
199 tsunami=system.tsunami
200 pio=system.iobus.port[1]
201
202 [system.tsunami.console]
203 type=AlphaConsole
204 cpu=system.cpu
205 disk=system.simple_disk
206 pio_addr=8804682956800
207 pio_latency=2
208 platform=system.tsunami
209 sim_console=system.sim_console
210 system=system
211 pio=system.iobus.port[25]
212
213 [system.tsunami.etherint]
214 type=NSGigEInt
215 device=system.tsunami.ethernet
216 peer=Null
217
218 [system.tsunami.ethernet]
219 type=NSGigE
220 children=configdata
221 clock=0
222 config_latency=40
223 configdata=system.tsunami.ethernet.configdata
224 dma_data_free=false
225 dma_desc_free=false
226 dma_no_allocate=true
227 dma_read_delay=0
228 dma_read_factor=0
229 dma_write_delay=0
230 dma_write_factor=0
231 hardware_address=00:90:00:00:00:01
232 intr_delay=20000
233 pci_bus=0
234 pci_dev=1
235 pci_func=0
236 pio_latency=2
237 platform=system.tsunami
238 rss=false
239 rx_delay=2000
240 rx_fifo_size=524288
241 rx_filter=true
242 rx_thread=false
243 system=system
244 tx_delay=2000
245 tx_fifo_size=524288
246 tx_thread=false
247 config=system.iobus.port[31]
248 dma=system.iobus.port[30]
249 pio=system.iobus.port[29]
250
251 [system.tsunami.ethernet.configdata]
252 type=PciConfigData
253 BAR0=1
254 BAR0Size=256
255 BAR1=0
256 BAR1Size=4096
257 BAR2=0
258 BAR2Size=0
259 BAR3=0
260 BAR3Size=0
261 BAR4=0
262 BAR4Size=0
263 BAR5=0
264 BAR5Size=0
265 BIST=0
266 CacheLineSize=0
267 CardbusCIS=0
268 ClassCode=2
269 Command=0
270 DeviceID=34
271 ExpansionROM=0
272 HeaderType=0
273 InterruptLine=30
274 InterruptPin=1
275 LatencyTimer=0
276 MaximumLatency=52
277 MinimumGrant=176
278 ProgIF=0
279 Revision=0
280 Status=656
281 SubClassCode=0
282 SubsystemID=0
283 SubsystemVendorID=0
284 VendorID=4107
285
286 [system.tsunami.fake_OROM]
287 type=IsaFake
288 pio_addr=8796093677568
289 pio_latency=2
290 pio_size=393216
291 platform=system.tsunami
292 system=system
293 pio=system.iobus.port[9]
294
295 [system.tsunami.fake_ata0]
296 type=IsaFake
297 pio_addr=8804615848432
298 pio_latency=2
299 pio_size=8
300 platform=system.tsunami
301 system=system
302 pio=system.iobus.port[20]
303
304 [system.tsunami.fake_ata1]
305 type=IsaFake
306 pio_addr=8804615848304
307 pio_latency=2
308 pio_size=8
309 platform=system.tsunami
310 system=system
311 pio=system.iobus.port[21]
312
313 [system.tsunami.fake_pnp_addr]
314 type=IsaFake
315 pio_addr=8804615848569
316 pio_latency=2
317 pio_size=8
318 platform=system.tsunami
319 system=system
320 pio=system.iobus.port[10]
321
322 [system.tsunami.fake_pnp_read0]
323 type=IsaFake
324 pio_addr=8804615848451
325 pio_latency=2
326 pio_size=8
327 platform=system.tsunami
328 system=system
329 pio=system.iobus.port[12]
330
331 [system.tsunami.fake_pnp_read1]
332 type=IsaFake
333 pio_addr=8804615848515
334 pio_latency=2
335 pio_size=8
336 platform=system.tsunami
337 system=system
338 pio=system.iobus.port[13]
339
340 [system.tsunami.fake_pnp_read2]
341 type=IsaFake
342 pio_addr=8804615848579
343 pio_latency=2
344 pio_size=8
345 platform=system.tsunami
346 system=system
347 pio=system.iobus.port[14]
348
349 [system.tsunami.fake_pnp_read3]
350 type=IsaFake
351 pio_addr=8804615848643
352 pio_latency=2
353 pio_size=8
354 platform=system.tsunami
355 system=system
356 pio=system.iobus.port[15]
357
358 [system.tsunami.fake_pnp_read4]
359 type=IsaFake
360 pio_addr=8804615848707
361 pio_latency=2
362 pio_size=8
363 platform=system.tsunami
364 system=system
365 pio=system.iobus.port[16]
366
367 [system.tsunami.fake_pnp_read5]
368 type=IsaFake
369 pio_addr=8804615848771
370 pio_latency=2
371 pio_size=8
372 platform=system.tsunami
373 system=system
374 pio=system.iobus.port[17]
375
376 [system.tsunami.fake_pnp_read6]
377 type=IsaFake
378 pio_addr=8804615848835
379 pio_latency=2
380 pio_size=8
381 platform=system.tsunami
382 system=system
383 pio=system.iobus.port[18]
384
385 [system.tsunami.fake_pnp_read7]
386 type=IsaFake
387 pio_addr=8804615848899
388 pio_latency=2
389 pio_size=8
390 platform=system.tsunami
391 system=system
392 pio=system.iobus.port[19]
393
394 [system.tsunami.fake_pnp_write]
395 type=IsaFake
396 pio_addr=8804615850617
397 pio_latency=2
398 pio_size=8
399 platform=system.tsunami
400 system=system
401 pio=system.iobus.port[11]
402
403 [system.tsunami.fake_ppc]
404 type=IsaFake
405 pio_addr=8804615848892
406 pio_latency=2
407 pio_size=8
408 platform=system.tsunami
409 system=system
410 pio=system.iobus.port[8]
411
412 [system.tsunami.fake_sm_chip]
413 type=IsaFake
414 pio_addr=8804615848816
415 pio_latency=2
416 pio_size=8
417 platform=system.tsunami
418 system=system
419 pio=system.iobus.port[3]
420
421 [system.tsunami.fake_uart1]
422 type=IsaFake
423 pio_addr=8804615848696
424 pio_latency=2
425 pio_size=8
426 platform=system.tsunami
427 system=system
428 pio=system.iobus.port[4]
429
430 [system.tsunami.fake_uart2]
431 type=IsaFake
432 pio_addr=8804615848936
433 pio_latency=2
434 pio_size=8
435 platform=system.tsunami
436 system=system
437 pio=system.iobus.port[5]
438
439 [system.tsunami.fake_uart3]
440 type=IsaFake
441 pio_addr=8804615848680
442 pio_latency=2
443 pio_size=8
444 platform=system.tsunami
445 system=system
446 pio=system.iobus.port[6]
447
448 [system.tsunami.fake_uart4]
449 type=IsaFake
450 pio_addr=8804615848944
451 pio_latency=2
452 pio_size=8
453 platform=system.tsunami
454 system=system
455 pio=system.iobus.port[7]
456
457 [system.tsunami.fb]
458 type=BadDevice
459 devicename=FrameBuffer
460 pio_addr=8804615848912
461 pio_latency=2
462 platform=system.tsunami
463 system=system
464 pio=system.iobus.port[22]
465
466 [system.tsunami.ide]
467 type=IdeController
468 children=configdata
469 config_latency=40
470 configdata=system.tsunami.ide.configdata
471 disks=system.disk0 system.disk2
472 pci_bus=0
473 pci_dev=0
474 pci_func=0
475 pio_latency=2
476 platform=system.tsunami
477 system=system
478 config=system.iobus.port[28]
479 dma=system.iobus.port[27]
480 pio=system.iobus.port[26]
481
482 [system.tsunami.ide.configdata]
483 type=PciConfigData
484 BAR0=1
485 BAR0Size=8
486 BAR1=1
487 BAR1Size=4
488 BAR2=1
489 BAR2Size=8
490 BAR3=1
491 BAR3Size=4
492 BAR4=1
493 BAR4Size=16
494 BAR5=1
495 BAR5Size=0
496 BIST=0
497 CacheLineSize=0
498 CardbusCIS=0
499 ClassCode=1
500 Command=0
501 DeviceID=28945
502 ExpansionROM=0
503 HeaderType=0
504 InterruptLine=31
505 InterruptPin=1
506 LatencyTimer=0
507 MaximumLatency=0
508 MinimumGrant=0
509 ProgIF=133
510 Revision=0
511 Status=640
512 SubClassCode=1
513 SubsystemID=0
514 SubsystemVendorID=0
515 VendorID=32902
516
517 [system.tsunami.io]
518 type=TsunamiIO
519 frequency=1953125
520 pio_addr=8804615847936
521 pio_latency=2
522 platform=system.tsunami
523 system=system
524 time=1136073600
525 tsunami=system.tsunami
526 pio=system.iobus.port[23]
527
528 [system.tsunami.pchip]
529 type=TsunamiPChip
530 pio_addr=8802535473152
531 pio_latency=2
532 platform=system.tsunami
533 system=system
534 tsunami=system.tsunami
535 pio=system.iobus.port[2]
536
537 [system.tsunami.pciconfig]
538 type=PciConfigAll
539 bus=0
540 pio_latency=1
541 platform=system.tsunami
542 size=16777216
543 system=system
544 pio=system.iobus.default
545
546 [system.tsunami.uart]
547 type=Uart8250
548 pio_addr=8804615848952
549 pio_latency=2
550 platform=system.tsunami
551 sim_console=system.sim_console
552 system=system
553 pio=system.iobus.port[24]
554
555 [trace]
556 bufsize=0
557 dump_on_exit=false
558 file=cout
559 flags=
560 ignore=
561 start=0
562