config.ini revision 3934
1[root]
2type=Root
3children=system
4checkpoint=
5clock=2000000000
6max_tick=0
7output_file=cout
8progress_interval=0
9
10[exetrace]
11intel_format=false
12legion_lockstep=false
13pc_symbol=true
14print_cpseq=false
15print_cycle=true
16print_data=true
17print_effaddr=true
18print_fetchseq=false
19print_iregs=false
20print_opclass=true
21print_thread=true
22speculative=true
23trace_system=client
24
25[serialize]
26count=10
27cycle=0
28dir=cpt.%012d
29period=0
30
31[stats]
32descriptions=true
33dump_cycle=0
34dump_period=0
35dump_reset=false
36ignore_events=
37mysql_db=
38mysql_host=
39mysql_password=
40mysql_user=
41project_name=test
42simulation_name=test
43simulation_sample=0
44text_compat=true
45text_file=m5stats.txt
46
47[system]
48type=LinuxAlphaSystem
49children=bridge cpu disk0 disk2 intrctrl iobus membus physmem sim_console simple_disk tsunami
50boot_cpu_frequency=1
51boot_osflags=root=/dev/hda1 console=ttyS0
52console=/dist/m5/system/binaries/console
53init_param=0
54kernel=/dist/m5/system/binaries/vmlinux
55mem_mode=timing
56pal=/dist/m5/system/binaries/ts_osfpal
57physmem=system.physmem
58readfile=tests/halt.sh
59symbolfile=
60system_rev=1024
61system_type=34
62
63[system.bridge]
64type=Bridge
65delay=0
66queue_size_a=16
67queue_size_b=16
68write_ack=false
69side_a=system.iobus.port[0]
70side_b=system.membus.port[0]
71
72[system.cpu]
73type=TimingSimpleCPU
74children=dtb itb
75clock=1
76cpu_id=0
77defer_registration=false
78do_checkpoint_insts=true
79do_quiesce=true
80do_statistics_insts=true
81dtb=system.cpu.dtb
82function_trace=false
83function_trace_start=0
84itb=system.cpu.itb
85max_insts_all_threads=0
86max_insts_any_thread=0
87max_loads_all_threads=0
88max_loads_any_thread=0
89phase=0
90profile=0
91progress_interval=0
92system=system
93dcache_port=system.membus.port[3]
94icache_port=system.membus.port[2]
95
96[system.cpu.dtb]
97type=AlphaDTB
98size=64
99
100[system.cpu.itb]
101type=AlphaITB
102size=48
103
104[system.disk0]
105type=IdeDisk
106children=image
107delay=2000
108driveID=master
109image=system.disk0.image
110
111[system.disk0.image]
112type=CowDiskImage
113children=child
114child=system.disk0.image.child
115read_only=false
116table_size=65536
117
118[system.disk0.image.child]
119type=RawDiskImage
120image_file=/dist/m5/system/disks/linux-latest.img
121read_only=true
122
123[system.disk2]
124type=IdeDisk
125children=image
126delay=2000
127driveID=master
128image=system.disk2.image
129
130[system.disk2.image]
131type=CowDiskImage
132children=child
133child=system.disk2.image.child
134read_only=false
135table_size=65536
136
137[system.disk2.image.child]
138type=RawDiskImage
139image_file=/dist/m5/system/disks/linux-bigswap2.img
140read_only=true
141
142[system.intrctrl]
143type=IntrControl
144cpu=system.cpu
145
146[system.iobus]
147type=Bus
148bus_id=0
149clock=2
150responder_set=true
151width=64
152default=system.tsunami.pciconfig.pio
153port=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.ethernet.pio system.tsunami.ethernet.config system.tsunami.ethernet.dma system.tsunami.ide.config system.tsunami.ide.dma
154
155[system.membus]
156type=Bus
157children=responder
158bus_id=1
159clock=2
160responder_set=false
161width=64
162default=system.membus.responder.pio
163port=system.bridge.side_b system.physmem.port system.cpu.icache_port system.cpu.dcache_port
164
165[system.membus.responder]
166type=IsaFake
167pio_addr=0
168pio_latency=0
169pio_size=8
170platform=system.tsunami
171ret_bad_addr=true
172ret_data16=65535
173ret_data32=4294967295
174ret_data64=18446744073709551615
175ret_data8=255
176system=system
177update_data=false
178warn_access=
179pio=system.membus.default
180
181[system.physmem]
182type=PhysicalMemory
183file=
184latency=1
185range=0:134217727
186zero=false
187port=system.membus.port[1]
188
189[system.sim_console]
190type=SimConsole
191children=listener
192append_name=true
193intr_control=system.intrctrl
194listener=system.sim_console.listener
195number=0
196output=console
197
198[system.sim_console.listener]
199type=ConsoleListener
200port=3456
201
202[system.simple_disk]
203type=SimpleDisk
204children=disk
205disk=system.simple_disk.disk
206system=system
207
208[system.simple_disk.disk]
209type=RawDiskImage
210image_file=/dist/m5/system/disks/linux-latest.img
211read_only=true
212
213[system.tsunami]
214type=Tsunami
215children=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
216intrctrl=system.intrctrl
217system=system
218
219[system.tsunami.cchip]
220type=TsunamiCChip
221pio_addr=8803072344064
222pio_latency=2
223platform=system.tsunami
224system=system
225tsunami=system.tsunami
226pio=system.iobus.port[1]
227
228[system.tsunami.console]
229type=AlphaConsole
230cpu=system.cpu
231disk=system.simple_disk
232pio_addr=8804682956800
233pio_latency=2
234platform=system.tsunami
235sim_console=system.sim_console
236system=system
237pio=system.iobus.port[25]
238
239[system.tsunami.etherint]
240type=NSGigEInt
241device=system.tsunami.ethernet
242peer=Null
243
244[system.tsunami.ethernet]
245type=NSGigE
246children=configdata
247clock=0
248config_latency=40
249configdata=system.tsunami.ethernet.configdata
250dma_data_free=false
251dma_desc_free=false
252dma_no_allocate=true
253dma_read_delay=0
254dma_read_factor=0
255dma_write_delay=0
256dma_write_factor=0
257hardware_address=00:90:00:00:00:01
258intr_delay=20000
259pci_bus=0
260pci_dev=1
261pci_func=0
262pio_latency=2
263platform=system.tsunami
264rss=false
265rx_delay=2000
266rx_fifo_size=524288
267rx_filter=true
268rx_thread=false
269system=system
270tx_delay=2000
271tx_fifo_size=524288
272tx_thread=false
273config=system.iobus.port[28]
274dma=system.iobus.port[29]
275pio=system.iobus.port[27]
276
277[system.tsunami.ethernet.configdata]
278type=PciConfigData
279BAR0=1
280BAR0Size=256
281BAR1=0
282BAR1Size=4096
283BAR2=0
284BAR2Size=0
285BAR3=0
286BAR3Size=0
287BAR4=0
288BAR4Size=0
289BAR5=0
290BAR5Size=0
291BIST=0
292CacheLineSize=0
293CardbusCIS=0
294ClassCode=2
295Command=0
296DeviceID=34
297ExpansionROM=0
298HeaderType=0
299InterruptLine=30
300InterruptPin=1
301LatencyTimer=0
302MaximumLatency=52
303MinimumGrant=176
304ProgIF=0
305Revision=0
306Status=656
307SubClassCode=0
308SubsystemID=0
309SubsystemVendorID=0
310VendorID=4107
311
312[system.tsunami.fake_OROM]
313type=IsaFake
314pio_addr=8796093677568
315pio_latency=2
316pio_size=393216
317platform=system.tsunami
318ret_bad_addr=false
319ret_data16=65535
320ret_data32=4294967295
321ret_data64=18446744073709551615
322ret_data8=255
323system=system
324update_data=false
325warn_access=
326pio=system.iobus.port[9]
327
328[system.tsunami.fake_ata0]
329type=IsaFake
330pio_addr=8804615848432
331pio_latency=2
332pio_size=8
333platform=system.tsunami
334ret_bad_addr=false
335ret_data16=65535
336ret_data32=4294967295
337ret_data64=18446744073709551615
338ret_data8=255
339system=system
340update_data=false
341warn_access=
342pio=system.iobus.port[20]
343
344[system.tsunami.fake_ata1]
345type=IsaFake
346pio_addr=8804615848304
347pio_latency=2
348pio_size=8
349platform=system.tsunami
350ret_bad_addr=false
351ret_data16=65535
352ret_data32=4294967295
353ret_data64=18446744073709551615
354ret_data8=255
355system=system
356update_data=false
357warn_access=
358pio=system.iobus.port[21]
359
360[system.tsunami.fake_pnp_addr]
361type=IsaFake
362pio_addr=8804615848569
363pio_latency=2
364pio_size=8
365platform=system.tsunami
366ret_bad_addr=false
367ret_data16=65535
368ret_data32=4294967295
369ret_data64=18446744073709551615
370ret_data8=255
371system=system
372update_data=false
373warn_access=
374pio=system.iobus.port[10]
375
376[system.tsunami.fake_pnp_read0]
377type=IsaFake
378pio_addr=8804615848451
379pio_latency=2
380pio_size=8
381platform=system.tsunami
382ret_bad_addr=false
383ret_data16=65535
384ret_data32=4294967295
385ret_data64=18446744073709551615
386ret_data8=255
387system=system
388update_data=false
389warn_access=
390pio=system.iobus.port[12]
391
392[system.tsunami.fake_pnp_read1]
393type=IsaFake
394pio_addr=8804615848515
395pio_latency=2
396pio_size=8
397platform=system.tsunami
398ret_bad_addr=false
399ret_data16=65535
400ret_data32=4294967295
401ret_data64=18446744073709551615
402ret_data8=255
403system=system
404update_data=false
405warn_access=
406pio=system.iobus.port[13]
407
408[system.tsunami.fake_pnp_read2]
409type=IsaFake
410pio_addr=8804615848579
411pio_latency=2
412pio_size=8
413platform=system.tsunami
414ret_bad_addr=false
415ret_data16=65535
416ret_data32=4294967295
417ret_data64=18446744073709551615
418ret_data8=255
419system=system
420update_data=false
421warn_access=
422pio=system.iobus.port[14]
423
424[system.tsunami.fake_pnp_read3]
425type=IsaFake
426pio_addr=8804615848643
427pio_latency=2
428pio_size=8
429platform=system.tsunami
430ret_bad_addr=false
431ret_data16=65535
432ret_data32=4294967295
433ret_data64=18446744073709551615
434ret_data8=255
435system=system
436update_data=false
437warn_access=
438pio=system.iobus.port[15]
439
440[system.tsunami.fake_pnp_read4]
441type=IsaFake
442pio_addr=8804615848707
443pio_latency=2
444pio_size=8
445platform=system.tsunami
446ret_bad_addr=false
447ret_data16=65535
448ret_data32=4294967295
449ret_data64=18446744073709551615
450ret_data8=255
451system=system
452update_data=false
453warn_access=
454pio=system.iobus.port[16]
455
456[system.tsunami.fake_pnp_read5]
457type=IsaFake
458pio_addr=8804615848771
459pio_latency=2
460pio_size=8
461platform=system.tsunami
462ret_bad_addr=false
463ret_data16=65535
464ret_data32=4294967295
465ret_data64=18446744073709551615
466ret_data8=255
467system=system
468update_data=false
469warn_access=
470pio=system.iobus.port[17]
471
472[system.tsunami.fake_pnp_read6]
473type=IsaFake
474pio_addr=8804615848835
475pio_latency=2
476pio_size=8
477platform=system.tsunami
478ret_bad_addr=false
479ret_data16=65535
480ret_data32=4294967295
481ret_data64=18446744073709551615
482ret_data8=255
483system=system
484update_data=false
485warn_access=
486pio=system.iobus.port[18]
487
488[system.tsunami.fake_pnp_read7]
489type=IsaFake
490pio_addr=8804615848899
491pio_latency=2
492pio_size=8
493platform=system.tsunami
494ret_bad_addr=false
495ret_data16=65535
496ret_data32=4294967295
497ret_data64=18446744073709551615
498ret_data8=255
499system=system
500update_data=false
501warn_access=
502pio=system.iobus.port[19]
503
504[system.tsunami.fake_pnp_write]
505type=IsaFake
506pio_addr=8804615850617
507pio_latency=2
508pio_size=8
509platform=system.tsunami
510ret_bad_addr=false
511ret_data16=65535
512ret_data32=4294967295
513ret_data64=18446744073709551615
514ret_data8=255
515system=system
516update_data=false
517warn_access=
518pio=system.iobus.port[11]
519
520[system.tsunami.fake_ppc]
521type=IsaFake
522pio_addr=8804615848891
523pio_latency=2
524pio_size=8
525platform=system.tsunami
526ret_bad_addr=false
527ret_data16=65535
528ret_data32=4294967295
529ret_data64=18446744073709551615
530ret_data8=255
531system=system
532update_data=false
533warn_access=
534pio=system.iobus.port[8]
535
536[system.tsunami.fake_sm_chip]
537type=IsaFake
538pio_addr=8804615848816
539pio_latency=2
540pio_size=8
541platform=system.tsunami
542ret_bad_addr=false
543ret_data16=65535
544ret_data32=4294967295
545ret_data64=18446744073709551615
546ret_data8=255
547system=system
548update_data=false
549warn_access=
550pio=system.iobus.port[3]
551
552[system.tsunami.fake_uart1]
553type=IsaFake
554pio_addr=8804615848696
555pio_latency=2
556pio_size=8
557platform=system.tsunami
558ret_bad_addr=false
559ret_data16=65535
560ret_data32=4294967295
561ret_data64=18446744073709551615
562ret_data8=255
563system=system
564update_data=false
565warn_access=
566pio=system.iobus.port[4]
567
568[system.tsunami.fake_uart2]
569type=IsaFake
570pio_addr=8804615848936
571pio_latency=2
572pio_size=8
573platform=system.tsunami
574ret_bad_addr=false
575ret_data16=65535
576ret_data32=4294967295
577ret_data64=18446744073709551615
578ret_data8=255
579system=system
580update_data=false
581warn_access=
582pio=system.iobus.port[5]
583
584[system.tsunami.fake_uart3]
585type=IsaFake
586pio_addr=8804615848680
587pio_latency=2
588pio_size=8
589platform=system.tsunami
590ret_bad_addr=false
591ret_data16=65535
592ret_data32=4294967295
593ret_data64=18446744073709551615
594ret_data8=255
595system=system
596update_data=false
597warn_access=
598pio=system.iobus.port[6]
599
600[system.tsunami.fake_uart4]
601type=IsaFake
602pio_addr=8804615848944
603pio_latency=2
604pio_size=8
605platform=system.tsunami
606ret_bad_addr=false
607ret_data16=65535
608ret_data32=4294967295
609ret_data64=18446744073709551615
610ret_data8=255
611system=system
612update_data=false
613warn_access=
614pio=system.iobus.port[7]
615
616[system.tsunami.fb]
617type=BadDevice
618devicename=FrameBuffer
619pio_addr=8804615848912
620pio_latency=2
621platform=system.tsunami
622system=system
623pio=system.iobus.port[22]
624
625[system.tsunami.ide]
626type=IdeController
627children=configdata
628config_latency=40
629configdata=system.tsunami.ide.configdata
630disks=system.disk0 system.disk2
631pci_bus=0
632pci_dev=0
633pci_func=0
634pio_latency=2
635platform=system.tsunami
636system=system
637config=system.iobus.port[30]
638dma=system.iobus.port[31]
639pio=system.iobus.port[26]
640
641[system.tsunami.ide.configdata]
642type=PciConfigData
643BAR0=1
644BAR0Size=8
645BAR1=1
646BAR1Size=4
647BAR2=1
648BAR2Size=8
649BAR3=1
650BAR3Size=4
651BAR4=1
652BAR4Size=16
653BAR5=1
654BAR5Size=0
655BIST=0
656CacheLineSize=0
657CardbusCIS=0
658ClassCode=1
659Command=0
660DeviceID=28945
661ExpansionROM=0
662HeaderType=0
663InterruptLine=31
664InterruptPin=1
665LatencyTimer=0
666MaximumLatency=0
667MinimumGrant=0
668ProgIF=133
669Revision=0
670Status=640
671SubClassCode=1
672SubsystemID=0
673SubsystemVendorID=0
674VendorID=32902
675
676[system.tsunami.io]
677type=TsunamiIO
678frequency=1953125
679pio_addr=8804615847936
680pio_latency=2
681platform=system.tsunami
682system=system
683time=2009 1 1 0 0 0 3 1
684tsunami=system.tsunami
685year_is_bcd=false
686pio=system.iobus.port[23]
687
688[system.tsunami.pchip]
689type=TsunamiPChip
690pio_addr=8802535473152
691pio_latency=2
692platform=system.tsunami
693system=system
694tsunami=system.tsunami
695pio=system.iobus.port[2]
696
697[system.tsunami.pciconfig]
698type=PciConfigAll
699bus=0
700pio_latency=1
701platform=system.tsunami
702size=16777216
703system=system
704pio=system.iobus.default
705
706[system.tsunami.uart]
707type=Uart8250
708pio_addr=8804615848952
709pio_latency=2
710platform=system.tsunami
711sim_console=system.sim_console
712system=system
713pio=system.iobus.port[24]
714
715[trace]
716bufsize=0
717cycle=0
718dump_on_exit=false
719file=cout
720flags=
721ignore=
722start=0
723
724