config.ini revision 5703
1[root]
2type=Root
3children=system
4dummy=0
5
6[system]
7type=LinuxAlphaSystem
8children=bridge cpu0 cpu1 disk0 disk2 intrctrl iobus iocache l2c membus physmem simple_disk terminal toL2Bus tsunami
9boot_cpu_frequency=500
10boot_osflags=root=/dev/hda1 console=ttyS0
11console=/dist/m5/system/binaries/console
12init_param=0
13kernel=/dist/m5/system/binaries/vmlinux
14mem_mode=timing
15pal=/dist/m5/system/binaries/ts_osfpal
16physmem=system.physmem
17readfile=tests/halt.sh
18symbolfile=
19system_rev=1024
20system_type=34
21
22[system.bridge]
23type=Bridge
24delay=50000
25filter_ranges_a=0:18446744073709551615
26filter_ranges_b=0:8589934591
27nack_delay=4000
28req_size_a=16
29req_size_b=16
30resp_size_a=16
31resp_size_b=16
32write_ack=false
33side_a=system.iobus.port[0]
34side_b=system.membus.port[0]
35
36[system.cpu0]
37type=DerivO3CPU
38children=dcache dtb fuPool icache interrupts itb tracer
39BTBEntries=4096
40BTBTagSize=16
41LFSTSize=1024
42LQEntries=32
43RASSize=16
44SQEntries=32
45SSITSize=1024
46activity=0
47backComSize=5
48cachePorts=200
49choiceCtrBits=2
50choicePredictorSize=8192
51clock=500
52commitToDecodeDelay=1
53commitToFetchDelay=1
54commitToIEWDelay=1
55commitToRenameDelay=1
56commitWidth=8
57cpu_id=0
58decodeToFetchDelay=1
59decodeToRenameDelay=1
60decodeWidth=8
61defer_registration=false
62dispatchWidth=8
63do_checkpoint_insts=true
64do_quiesce=true
65do_statistics_insts=true
66dtb=system.cpu0.dtb
67fetchToDecodeDelay=1
68fetchTrapLatency=1
69fetchWidth=8
70forwardComSize=5
71fuPool=system.cpu0.fuPool
72function_trace=false
73function_trace_start=0
74globalCtrBits=2
75globalHistoryBits=13
76globalPredictorSize=8192
77iewToCommitDelay=1
78iewToDecodeDelay=1
79iewToFetchDelay=1
80iewToRenameDelay=1
81instShiftAmt=2
82interrupts=system.cpu0.interrupts
83issueToExecuteDelay=1
84issueWidth=8
85itb=system.cpu0.itb
86localCtrBits=2
87localHistoryBits=11
88localHistoryTableSize=2048
89localPredictorSize=2048
90max_insts_all_threads=0
91max_insts_any_thread=0
92max_loads_all_threads=0
93max_loads_any_thread=0
94numIQEntries=64
95numPhysFloatRegs=256
96numPhysIntRegs=256
97numROBEntries=192
98numRobs=1
99numThreads=1
100phase=0
101predType=tournament
102profile=0
103progress_interval=0
104renameToDecodeDelay=1
105renameToFetchDelay=1
106renameToIEWDelay=2
107renameToROBDelay=1
108renameWidth=8
109smtCommitPolicy=RoundRobin
110smtFetchPolicy=SingleThread
111smtIQPolicy=Partitioned
112smtIQThreshold=100
113smtLSQPolicy=Partitioned
114smtLSQThreshold=100
115smtNumFetchingThreads=1
116smtROBPolicy=Partitioned
117smtROBThreshold=100
118squashWidth=8
119system=system
120tracer=system.cpu0.tracer
121trapLatency=13
122wbDepth=1
123wbWidth=8
124dcache_port=system.cpu0.dcache.cpu_side
125icache_port=system.cpu0.icache.cpu_side
126
127[system.cpu0.dcache]
128type=BaseCache
129addr_range=0:18446744073709551615
130assoc=4
131block_size=64
132cpu_side_filter_ranges=
133hash_delay=1
134latency=1000
135lifo=false
136max_miss_count=0
137mem_side_filter_ranges=
138mshrs=4
139prefetch_access=false
140prefetch_cache_check_push=true
141prefetch_data_accesses_only=false
142prefetch_degree=1
143prefetch_latency=10000
144prefetch_miss=false
145prefetch_past_page=false
146prefetch_policy=none
147prefetch_serial_squash=false
148prefetch_use_cpu_id=true
149prefetcher_size=100
150prioritizeRequests=false
151repl=Null
152size=32768
153split=false
154split_size=0
155subblock_size=0
156tgts_per_mshr=20
157trace_addr=0
158two_queue=false
159write_buffers=8
160cpu_side=system.cpu0.dcache_port
161mem_side=system.toL2Bus.port[2]
162
163[system.cpu0.dtb]
164type=AlphaDTB
165size=64
166
167[system.cpu0.fuPool]
168type=FUPool
169children=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7
170FUList=system.cpu0.fuPool.FUList0 system.cpu0.fuPool.FUList1 system.cpu0.fuPool.FUList2 system.cpu0.fuPool.FUList3 system.cpu0.fuPool.FUList4 system.cpu0.fuPool.FUList5 system.cpu0.fuPool.FUList6 system.cpu0.fuPool.FUList7
171
172[system.cpu0.fuPool.FUList0]
173type=FUDesc
174children=opList
175count=6
176opList=system.cpu0.fuPool.FUList0.opList
177
178[system.cpu0.fuPool.FUList0.opList]
179type=OpDesc
180issueLat=1
181opClass=IntAlu
182opLat=1
183
184[system.cpu0.fuPool.FUList1]
185type=FUDesc
186children=opList0 opList1
187count=2
188opList=system.cpu0.fuPool.FUList1.opList0 system.cpu0.fuPool.FUList1.opList1
189
190[system.cpu0.fuPool.FUList1.opList0]
191type=OpDesc
192issueLat=1
193opClass=IntMult
194opLat=3
195
196[system.cpu0.fuPool.FUList1.opList1]
197type=OpDesc
198issueLat=19
199opClass=IntDiv
200opLat=20
201
202[system.cpu0.fuPool.FUList2]
203type=FUDesc
204children=opList0 opList1 opList2
205count=4
206opList=system.cpu0.fuPool.FUList2.opList0 system.cpu0.fuPool.FUList2.opList1 system.cpu0.fuPool.FUList2.opList2
207
208[system.cpu0.fuPool.FUList2.opList0]
209type=OpDesc
210issueLat=1
211opClass=FloatAdd
212opLat=2
213
214[system.cpu0.fuPool.FUList2.opList1]
215type=OpDesc
216issueLat=1
217opClass=FloatCmp
218opLat=2
219
220[system.cpu0.fuPool.FUList2.opList2]
221type=OpDesc
222issueLat=1
223opClass=FloatCvt
224opLat=2
225
226[system.cpu0.fuPool.FUList3]
227type=FUDesc
228children=opList0 opList1 opList2
229count=2
230opList=system.cpu0.fuPool.FUList3.opList0 system.cpu0.fuPool.FUList3.opList1 system.cpu0.fuPool.FUList3.opList2
231
232[system.cpu0.fuPool.FUList3.opList0]
233type=OpDesc
234issueLat=1
235opClass=FloatMult
236opLat=4
237
238[system.cpu0.fuPool.FUList3.opList1]
239type=OpDesc
240issueLat=12
241opClass=FloatDiv
242opLat=12
243
244[system.cpu0.fuPool.FUList3.opList2]
245type=OpDesc
246issueLat=24
247opClass=FloatSqrt
248opLat=24
249
250[system.cpu0.fuPool.FUList4]
251type=FUDesc
252children=opList
253count=0
254opList=system.cpu0.fuPool.FUList4.opList
255
256[system.cpu0.fuPool.FUList4.opList]
257type=OpDesc
258issueLat=1
259opClass=MemRead
260opLat=1
261
262[system.cpu0.fuPool.FUList5]
263type=FUDesc
264children=opList
265count=0
266opList=system.cpu0.fuPool.FUList5.opList
267
268[system.cpu0.fuPool.FUList5.opList]
269type=OpDesc
270issueLat=1
271opClass=MemWrite
272opLat=1
273
274[system.cpu0.fuPool.FUList6]
275type=FUDesc
276children=opList0 opList1
277count=4
278opList=system.cpu0.fuPool.FUList6.opList0 system.cpu0.fuPool.FUList6.opList1
279
280[system.cpu0.fuPool.FUList6.opList0]
281type=OpDesc
282issueLat=1
283opClass=MemRead
284opLat=1
285
286[system.cpu0.fuPool.FUList6.opList1]
287type=OpDesc
288issueLat=1
289opClass=MemWrite
290opLat=1
291
292[system.cpu0.fuPool.FUList7]
293type=FUDesc
294children=opList
295count=1
296opList=system.cpu0.fuPool.FUList7.opList
297
298[system.cpu0.fuPool.FUList7.opList]
299type=OpDesc
300issueLat=3
301opClass=IprAccess
302opLat=3
303
304[system.cpu0.icache]
305type=BaseCache
306addr_range=0:18446744073709551615
307assoc=1
308block_size=64
309cpu_side_filter_ranges=
310hash_delay=1
311latency=1000
312lifo=false
313max_miss_count=0
314mem_side_filter_ranges=
315mshrs=4
316prefetch_access=false
317prefetch_cache_check_push=true
318prefetch_data_accesses_only=false
319prefetch_degree=1
320prefetch_latency=10000
321prefetch_miss=false
322prefetch_past_page=false
323prefetch_policy=none
324prefetch_serial_squash=false
325prefetch_use_cpu_id=true
326prefetcher_size=100
327prioritizeRequests=false
328repl=Null
329size=32768
330split=false
331split_size=0
332subblock_size=0
333tgts_per_mshr=20
334trace_addr=0
335two_queue=false
336write_buffers=8
337cpu_side=system.cpu0.icache_port
338mem_side=system.toL2Bus.port[1]
339
340[system.cpu0.interrupts]
341type=AlphaInterrupts
342
343[system.cpu0.itb]
344type=AlphaITB
345size=48
346
347[system.cpu0.tracer]
348type=ExeTracer
349
350[system.cpu1]
351type=DerivO3CPU
352children=dcache dtb fuPool icache interrupts itb tracer
353BTBEntries=4096
354BTBTagSize=16
355LFSTSize=1024
356LQEntries=32
357RASSize=16
358SQEntries=32
359SSITSize=1024
360activity=0
361backComSize=5
362cachePorts=200
363choiceCtrBits=2
364choicePredictorSize=8192
365clock=500
366commitToDecodeDelay=1
367commitToFetchDelay=1
368commitToIEWDelay=1
369commitToRenameDelay=1
370commitWidth=8
371cpu_id=1
372decodeToFetchDelay=1
373decodeToRenameDelay=1
374decodeWidth=8
375defer_registration=false
376dispatchWidth=8
377do_checkpoint_insts=true
378do_quiesce=true
379do_statistics_insts=true
380dtb=system.cpu1.dtb
381fetchToDecodeDelay=1
382fetchTrapLatency=1
383fetchWidth=8
384forwardComSize=5
385fuPool=system.cpu1.fuPool
386function_trace=false
387function_trace_start=0
388globalCtrBits=2
389globalHistoryBits=13
390globalPredictorSize=8192
391iewToCommitDelay=1
392iewToDecodeDelay=1
393iewToFetchDelay=1
394iewToRenameDelay=1
395instShiftAmt=2
396interrupts=system.cpu1.interrupts
397issueToExecuteDelay=1
398issueWidth=8
399itb=system.cpu1.itb
400localCtrBits=2
401localHistoryBits=11
402localHistoryTableSize=2048
403localPredictorSize=2048
404max_insts_all_threads=0
405max_insts_any_thread=0
406max_loads_all_threads=0
407max_loads_any_thread=0
408numIQEntries=64
409numPhysFloatRegs=256
410numPhysIntRegs=256
411numROBEntries=192
412numRobs=1
413numThreads=1
414phase=0
415predType=tournament
416profile=0
417progress_interval=0
418renameToDecodeDelay=1
419renameToFetchDelay=1
420renameToIEWDelay=2
421renameToROBDelay=1
422renameWidth=8
423smtCommitPolicy=RoundRobin
424smtFetchPolicy=SingleThread
425smtIQPolicy=Partitioned
426smtIQThreshold=100
427smtLSQPolicy=Partitioned
428smtLSQThreshold=100
429smtNumFetchingThreads=1
430smtROBPolicy=Partitioned
431smtROBThreshold=100
432squashWidth=8
433system=system
434tracer=system.cpu1.tracer
435trapLatency=13
436wbDepth=1
437wbWidth=8
438dcache_port=system.cpu1.dcache.cpu_side
439icache_port=system.cpu1.icache.cpu_side
440
441[system.cpu1.dcache]
442type=BaseCache
443addr_range=0:18446744073709551615
444assoc=4
445block_size=64
446cpu_side_filter_ranges=
447hash_delay=1
448latency=1000
449lifo=false
450max_miss_count=0
451mem_side_filter_ranges=
452mshrs=4
453prefetch_access=false
454prefetch_cache_check_push=true
455prefetch_data_accesses_only=false
456prefetch_degree=1
457prefetch_latency=10000
458prefetch_miss=false
459prefetch_past_page=false
460prefetch_policy=none
461prefetch_serial_squash=false
462prefetch_use_cpu_id=true
463prefetcher_size=100
464prioritizeRequests=false
465repl=Null
466size=32768
467split=false
468split_size=0
469subblock_size=0
470tgts_per_mshr=20
471trace_addr=0
472two_queue=false
473write_buffers=8
474cpu_side=system.cpu1.dcache_port
475mem_side=system.toL2Bus.port[4]
476
477[system.cpu1.dtb]
478type=AlphaDTB
479size=64
480
481[system.cpu1.fuPool]
482type=FUPool
483children=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7
484FUList=system.cpu1.fuPool.FUList0 system.cpu1.fuPool.FUList1 system.cpu1.fuPool.FUList2 system.cpu1.fuPool.FUList3 system.cpu1.fuPool.FUList4 system.cpu1.fuPool.FUList5 system.cpu1.fuPool.FUList6 system.cpu1.fuPool.FUList7
485
486[system.cpu1.fuPool.FUList0]
487type=FUDesc
488children=opList
489count=6
490opList=system.cpu1.fuPool.FUList0.opList
491
492[system.cpu1.fuPool.FUList0.opList]
493type=OpDesc
494issueLat=1
495opClass=IntAlu
496opLat=1
497
498[system.cpu1.fuPool.FUList1]
499type=FUDesc
500children=opList0 opList1
501count=2
502opList=system.cpu1.fuPool.FUList1.opList0 system.cpu1.fuPool.FUList1.opList1
503
504[system.cpu1.fuPool.FUList1.opList0]
505type=OpDesc
506issueLat=1
507opClass=IntMult
508opLat=3
509
510[system.cpu1.fuPool.FUList1.opList1]
511type=OpDesc
512issueLat=19
513opClass=IntDiv
514opLat=20
515
516[system.cpu1.fuPool.FUList2]
517type=FUDesc
518children=opList0 opList1 opList2
519count=4
520opList=system.cpu1.fuPool.FUList2.opList0 system.cpu1.fuPool.FUList2.opList1 system.cpu1.fuPool.FUList2.opList2
521
522[system.cpu1.fuPool.FUList2.opList0]
523type=OpDesc
524issueLat=1
525opClass=FloatAdd
526opLat=2
527
528[system.cpu1.fuPool.FUList2.opList1]
529type=OpDesc
530issueLat=1
531opClass=FloatCmp
532opLat=2
533
534[system.cpu1.fuPool.FUList2.opList2]
535type=OpDesc
536issueLat=1
537opClass=FloatCvt
538opLat=2
539
540[system.cpu1.fuPool.FUList3]
541type=FUDesc
542children=opList0 opList1 opList2
543count=2
544opList=system.cpu1.fuPool.FUList3.opList0 system.cpu1.fuPool.FUList3.opList1 system.cpu1.fuPool.FUList3.opList2
545
546[system.cpu1.fuPool.FUList3.opList0]
547type=OpDesc
548issueLat=1
549opClass=FloatMult
550opLat=4
551
552[system.cpu1.fuPool.FUList3.opList1]
553type=OpDesc
554issueLat=12
555opClass=FloatDiv
556opLat=12
557
558[system.cpu1.fuPool.FUList3.opList2]
559type=OpDesc
560issueLat=24
561opClass=FloatSqrt
562opLat=24
563
564[system.cpu1.fuPool.FUList4]
565type=FUDesc
566children=opList
567count=0
568opList=system.cpu1.fuPool.FUList4.opList
569
570[system.cpu1.fuPool.FUList4.opList]
571type=OpDesc
572issueLat=1
573opClass=MemRead
574opLat=1
575
576[system.cpu1.fuPool.FUList5]
577type=FUDesc
578children=opList
579count=0
580opList=system.cpu1.fuPool.FUList5.opList
581
582[system.cpu1.fuPool.FUList5.opList]
583type=OpDesc
584issueLat=1
585opClass=MemWrite
586opLat=1
587
588[system.cpu1.fuPool.FUList6]
589type=FUDesc
590children=opList0 opList1
591count=4
592opList=system.cpu1.fuPool.FUList6.opList0 system.cpu1.fuPool.FUList6.opList1
593
594[system.cpu1.fuPool.FUList6.opList0]
595type=OpDesc
596issueLat=1
597opClass=MemRead
598opLat=1
599
600[system.cpu1.fuPool.FUList6.opList1]
601type=OpDesc
602issueLat=1
603opClass=MemWrite
604opLat=1
605
606[system.cpu1.fuPool.FUList7]
607type=FUDesc
608children=opList
609count=1
610opList=system.cpu1.fuPool.FUList7.opList
611
612[system.cpu1.fuPool.FUList7.opList]
613type=OpDesc
614issueLat=3
615opClass=IprAccess
616opLat=3
617
618[system.cpu1.icache]
619type=BaseCache
620addr_range=0:18446744073709551615
621assoc=1
622block_size=64
623cpu_side_filter_ranges=
624hash_delay=1
625latency=1000
626lifo=false
627max_miss_count=0
628mem_side_filter_ranges=
629mshrs=4
630prefetch_access=false
631prefetch_cache_check_push=true
632prefetch_data_accesses_only=false
633prefetch_degree=1
634prefetch_latency=10000
635prefetch_miss=false
636prefetch_past_page=false
637prefetch_policy=none
638prefetch_serial_squash=false
639prefetch_use_cpu_id=true
640prefetcher_size=100
641prioritizeRequests=false
642repl=Null
643size=32768
644split=false
645split_size=0
646subblock_size=0
647tgts_per_mshr=20
648trace_addr=0
649two_queue=false
650write_buffers=8
651cpu_side=system.cpu1.icache_port
652mem_side=system.toL2Bus.port[3]
653
654[system.cpu1.interrupts]
655type=AlphaInterrupts
656
657[system.cpu1.itb]
658type=AlphaITB
659size=48
660
661[system.cpu1.tracer]
662type=ExeTracer
663
664[system.disk0]
665type=IdeDisk
666children=image
667delay=1000000
668driveID=master
669image=system.disk0.image
670
671[system.disk0.image]
672type=CowDiskImage
673children=child
674child=system.disk0.image.child
675read_only=false
676table_size=65536
677
678[system.disk0.image.child]
679type=RawDiskImage
680image_file=/dist/m5/system/disks/linux-latest.img
681read_only=true
682
683[system.disk2]
684type=IdeDisk
685children=image
686delay=1000000
687driveID=master
688image=system.disk2.image
689
690[system.disk2.image]
691type=CowDiskImage
692children=child
693child=system.disk2.image.child
694read_only=false
695table_size=65536
696
697[system.disk2.image.child]
698type=RawDiskImage
699image_file=/dist/m5/system/disks/linux-bigswap2.img
700read_only=true
701
702[system.intrctrl]
703type=IntrControl
704sys=system
705
706[system.iobus]
707type=Bus
708block_size=64
709bus_id=0
710clock=1000
711header_cycles=1
712responder_set=true
713width=64
714default=system.tsunami.pciconfig.pio
715port=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.backdoor.pio system.tsunami.ide.pio system.tsunami.ethernet.pio system.iocache.cpu_side system.tsunami.ethernet.config system.tsunami.ethernet.dma system.tsunami.ide.config system.tsunami.ide.dma
716
717[system.iocache]
718type=BaseCache
719addr_range=0:18446744073709551615
720assoc=8
721block_size=64
722cpu_side_filter_ranges=549755813888:18446744073709551615
723hash_delay=1
724latency=50000
725lifo=false
726max_miss_count=0
727mem_side_filter_ranges=0:18446744073709551615
728mshrs=20
729prefetch_access=false
730prefetch_cache_check_push=true
731prefetch_data_accesses_only=false
732prefetch_degree=1
733prefetch_latency=500000
734prefetch_miss=false
735prefetch_past_page=false
736prefetch_policy=none
737prefetch_serial_squash=false
738prefetch_use_cpu_id=true
739prefetcher_size=100
740prioritizeRequests=false
741repl=Null
742size=1024
743split=false
744split_size=0
745subblock_size=0
746tgts_per_mshr=12
747trace_addr=0
748two_queue=false
749write_buffers=8
750cpu_side=system.iobus.port[28]
751mem_side=system.membus.port[2]
752
753[system.l2c]
754type=BaseCache
755addr_range=0:18446744073709551615
756assoc=8
757block_size=64
758cpu_side_filter_ranges=
759hash_delay=1
760latency=10000
761lifo=false
762max_miss_count=0
763mem_side_filter_ranges=
764mshrs=92
765prefetch_access=false
766prefetch_cache_check_push=true
767prefetch_data_accesses_only=false
768prefetch_degree=1
769prefetch_latency=100000
770prefetch_miss=false
771prefetch_past_page=false
772prefetch_policy=none
773prefetch_serial_squash=false
774prefetch_use_cpu_id=true
775prefetcher_size=100
776prioritizeRequests=false
777repl=Null
778size=4194304
779split=false
780split_size=0
781subblock_size=0
782tgts_per_mshr=16
783trace_addr=0
784two_queue=false
785write_buffers=8
786cpu_side=system.toL2Bus.port[0]
787mem_side=system.membus.port[3]
788
789[system.membus]
790type=Bus
791children=responder
792block_size=64
793bus_id=1
794clock=1000
795header_cycles=1
796responder_set=false
797width=64
798default=system.membus.responder.pio
799port=system.bridge.side_b system.physmem.port[0] system.iocache.mem_side system.l2c.mem_side
800
801[system.membus.responder]
802type=IsaFake
803pio_addr=0
804pio_latency=1
805pio_size=8
806platform=system.tsunami
807ret_bad_addr=true
808ret_data16=65535
809ret_data32=4294967295
810ret_data64=18446744073709551615
811ret_data8=255
812system=system
813update_data=false
814warn_access=
815pio=system.membus.default
816
817[system.physmem]
818type=PhysicalMemory
819file=
820latency=30000
821latency_var=0
822null=false
823range=0:134217727
824zero=false
825port=system.membus.port[1]
826
827[system.simple_disk]
828type=SimpleDisk
829children=disk
830disk=system.simple_disk.disk
831system=system
832
833[system.simple_disk.disk]
834type=RawDiskImage
835image_file=/dist/m5/system/disks/linux-latest.img
836read_only=true
837
838[system.terminal]
839type=Terminal
840intr_control=system.intrctrl
841number=0
842output=true
843port=3456
844
845[system.toL2Bus]
846type=Bus
847children=responder
848block_size=64
849bus_id=0
850clock=1000
851header_cycles=1
852responder_set=false
853width=64
854default=system.toL2Bus.responder.pio
855port=system.l2c.cpu_side system.cpu0.icache.mem_side system.cpu0.dcache.mem_side system.cpu1.icache.mem_side system.cpu1.dcache.mem_side
856
857[system.toL2Bus.responder]
858type=IsaFake
859pio_addr=0
860pio_latency=1
861pio_size=8
862platform=system.tsunami
863ret_bad_addr=true
864ret_data16=65535
865ret_data32=4294967295
866ret_data64=18446744073709551615
867ret_data8=255
868system=system
869update_data=false
870warn_access=
871pio=system.toL2Bus.default
872
873[system.tsunami]
874type=Tsunami
875children=backdoor cchip 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
876intrctrl=system.intrctrl
877system=system
878
879[system.tsunami.backdoor]
880type=AlphaBackdoor
881cpu=system.cpu0
882disk=system.simple_disk
883pio_addr=8804682956800
884pio_latency=1000
885platform=system.tsunami
886system=system
887terminal=system.terminal
888pio=system.iobus.port[25]
889
890[system.tsunami.cchip]
891type=TsunamiCChip
892pio_addr=8803072344064
893pio_latency=1000
894platform=system.tsunami
895system=system
896tsunami=system.tsunami
897pio=system.iobus.port[1]
898
899[system.tsunami.ethernet]
900type=NSGigE
901BAR0=1
902BAR0Size=256
903BAR1=0
904BAR1Size=4096
905BAR2=0
906BAR2Size=0
907BAR3=0
908BAR3Size=0
909BAR4=0
910BAR4Size=0
911BAR5=0
912BAR5Size=0
913BIST=0
914CacheLineSize=0
915CardbusCIS=0
916ClassCode=2
917Command=0
918DeviceID=34
919ExpansionROM=0
920HeaderType=0
921InterruptLine=30
922InterruptPin=1
923LatencyTimer=0
924MaximumLatency=52
925MinimumGrant=176
926ProgIF=0
927Revision=0
928Status=656
929SubClassCode=0
930SubsystemID=0
931SubsystemVendorID=0
932VendorID=4107
933clock=0
934config_latency=20000
935dma_data_free=false
936dma_desc_free=false
937dma_no_allocate=true
938dma_read_delay=0
939dma_read_factor=0
940dma_write_delay=0
941dma_write_factor=0
942hardware_address=00:90:00:00:00:01
943intr_delay=10000000
944max_backoff_delay=10000000
945min_backoff_delay=4000
946pci_bus=0
947pci_dev=1
948pci_func=0
949pio_latency=1000
950platform=system.tsunami
951rss=false
952rx_delay=1000000
953rx_fifo_size=524288
954rx_filter=true
955rx_thread=false
956system=system
957tx_delay=1000000
958tx_fifo_size=524288
959tx_thread=false
960config=system.iobus.port[29]
961dma=system.iobus.port[30]
962pio=system.iobus.port[27]
963
964[system.tsunami.fake_OROM]
965type=IsaFake
966pio_addr=8796093677568
967pio_latency=1000
968pio_size=393216
969platform=system.tsunami
970ret_bad_addr=false
971ret_data16=65535
972ret_data32=4294967295
973ret_data64=18446744073709551615
974ret_data8=255
975system=system
976update_data=false
977warn_access=
978pio=system.iobus.port[9]
979
980[system.tsunami.fake_ata0]
981type=IsaFake
982pio_addr=8804615848432
983pio_latency=1000
984pio_size=8
985platform=system.tsunami
986ret_bad_addr=false
987ret_data16=65535
988ret_data32=4294967295
989ret_data64=18446744073709551615
990ret_data8=255
991system=system
992update_data=false
993warn_access=
994pio=system.iobus.port[20]
995
996[system.tsunami.fake_ata1]
997type=IsaFake
998pio_addr=8804615848304
999pio_latency=1000
1000pio_size=8
1001platform=system.tsunami
1002ret_bad_addr=false
1003ret_data16=65535
1004ret_data32=4294967295
1005ret_data64=18446744073709551615
1006ret_data8=255
1007system=system
1008update_data=false
1009warn_access=
1010pio=system.iobus.port[21]
1011
1012[system.tsunami.fake_pnp_addr]
1013type=IsaFake
1014pio_addr=8804615848569
1015pio_latency=1000
1016pio_size=8
1017platform=system.tsunami
1018ret_bad_addr=false
1019ret_data16=65535
1020ret_data32=4294967295
1021ret_data64=18446744073709551615
1022ret_data8=255
1023system=system
1024update_data=false
1025warn_access=
1026pio=system.iobus.port[10]
1027
1028[system.tsunami.fake_pnp_read0]
1029type=IsaFake
1030pio_addr=8804615848451
1031pio_latency=1000
1032pio_size=8
1033platform=system.tsunami
1034ret_bad_addr=false
1035ret_data16=65535
1036ret_data32=4294967295
1037ret_data64=18446744073709551615
1038ret_data8=255
1039system=system
1040update_data=false
1041warn_access=
1042pio=system.iobus.port[12]
1043
1044[system.tsunami.fake_pnp_read1]
1045type=IsaFake
1046pio_addr=8804615848515
1047pio_latency=1000
1048pio_size=8
1049platform=system.tsunami
1050ret_bad_addr=false
1051ret_data16=65535
1052ret_data32=4294967295
1053ret_data64=18446744073709551615
1054ret_data8=255
1055system=system
1056update_data=false
1057warn_access=
1058pio=system.iobus.port[13]
1059
1060[system.tsunami.fake_pnp_read2]
1061type=IsaFake
1062pio_addr=8804615848579
1063pio_latency=1000
1064pio_size=8
1065platform=system.tsunami
1066ret_bad_addr=false
1067ret_data16=65535
1068ret_data32=4294967295
1069ret_data64=18446744073709551615
1070ret_data8=255
1071system=system
1072update_data=false
1073warn_access=
1074pio=system.iobus.port[14]
1075
1076[system.tsunami.fake_pnp_read3]
1077type=IsaFake
1078pio_addr=8804615848643
1079pio_latency=1000
1080pio_size=8
1081platform=system.tsunami
1082ret_bad_addr=false
1083ret_data16=65535
1084ret_data32=4294967295
1085ret_data64=18446744073709551615
1086ret_data8=255
1087system=system
1088update_data=false
1089warn_access=
1090pio=system.iobus.port[15]
1091
1092[system.tsunami.fake_pnp_read4]
1093type=IsaFake
1094pio_addr=8804615848707
1095pio_latency=1000
1096pio_size=8
1097platform=system.tsunami
1098ret_bad_addr=false
1099ret_data16=65535
1100ret_data32=4294967295
1101ret_data64=18446744073709551615
1102ret_data8=255
1103system=system
1104update_data=false
1105warn_access=
1106pio=system.iobus.port[16]
1107
1108[system.tsunami.fake_pnp_read5]
1109type=IsaFake
1110pio_addr=8804615848771
1111pio_latency=1000
1112pio_size=8
1113platform=system.tsunami
1114ret_bad_addr=false
1115ret_data16=65535
1116ret_data32=4294967295
1117ret_data64=18446744073709551615
1118ret_data8=255
1119system=system
1120update_data=false
1121warn_access=
1122pio=system.iobus.port[17]
1123
1124[system.tsunami.fake_pnp_read6]
1125type=IsaFake
1126pio_addr=8804615848835
1127pio_latency=1000
1128pio_size=8
1129platform=system.tsunami
1130ret_bad_addr=false
1131ret_data16=65535
1132ret_data32=4294967295
1133ret_data64=18446744073709551615
1134ret_data8=255
1135system=system
1136update_data=false
1137warn_access=
1138pio=system.iobus.port[18]
1139
1140[system.tsunami.fake_pnp_read7]
1141type=IsaFake
1142pio_addr=8804615848899
1143pio_latency=1000
1144pio_size=8
1145platform=system.tsunami
1146ret_bad_addr=false
1147ret_data16=65535
1148ret_data32=4294967295
1149ret_data64=18446744073709551615
1150ret_data8=255
1151system=system
1152update_data=false
1153warn_access=
1154pio=system.iobus.port[19]
1155
1156[system.tsunami.fake_pnp_write]
1157type=IsaFake
1158pio_addr=8804615850617
1159pio_latency=1000
1160pio_size=8
1161platform=system.tsunami
1162ret_bad_addr=false
1163ret_data16=65535
1164ret_data32=4294967295
1165ret_data64=18446744073709551615
1166ret_data8=255
1167system=system
1168update_data=false
1169warn_access=
1170pio=system.iobus.port[11]
1171
1172[system.tsunami.fake_ppc]
1173type=IsaFake
1174pio_addr=8804615848891
1175pio_latency=1000
1176pio_size=8
1177platform=system.tsunami
1178ret_bad_addr=false
1179ret_data16=65535
1180ret_data32=4294967295
1181ret_data64=18446744073709551615
1182ret_data8=255
1183system=system
1184update_data=false
1185warn_access=
1186pio=system.iobus.port[8]
1187
1188[system.tsunami.fake_sm_chip]
1189type=IsaFake
1190pio_addr=8804615848816
1191pio_latency=1000
1192pio_size=8
1193platform=system.tsunami
1194ret_bad_addr=false
1195ret_data16=65535
1196ret_data32=4294967295
1197ret_data64=18446744073709551615
1198ret_data8=255
1199system=system
1200update_data=false
1201warn_access=
1202pio=system.iobus.port[3]
1203
1204[system.tsunami.fake_uart1]
1205type=IsaFake
1206pio_addr=8804615848696
1207pio_latency=1000
1208pio_size=8
1209platform=system.tsunami
1210ret_bad_addr=false
1211ret_data16=65535
1212ret_data32=4294967295
1213ret_data64=18446744073709551615
1214ret_data8=255
1215system=system
1216update_data=false
1217warn_access=
1218pio=system.iobus.port[4]
1219
1220[system.tsunami.fake_uart2]
1221type=IsaFake
1222pio_addr=8804615848936
1223pio_latency=1000
1224pio_size=8
1225platform=system.tsunami
1226ret_bad_addr=false
1227ret_data16=65535
1228ret_data32=4294967295
1229ret_data64=18446744073709551615
1230ret_data8=255
1231system=system
1232update_data=false
1233warn_access=
1234pio=system.iobus.port[5]
1235
1236[system.tsunami.fake_uart3]
1237type=IsaFake
1238pio_addr=8804615848680
1239pio_latency=1000
1240pio_size=8
1241platform=system.tsunami
1242ret_bad_addr=false
1243ret_data16=65535
1244ret_data32=4294967295
1245ret_data64=18446744073709551615
1246ret_data8=255
1247system=system
1248update_data=false
1249warn_access=
1250pio=system.iobus.port[6]
1251
1252[system.tsunami.fake_uart4]
1253type=IsaFake
1254pio_addr=8804615848944
1255pio_latency=1000
1256pio_size=8
1257platform=system.tsunami
1258ret_bad_addr=false
1259ret_data16=65535
1260ret_data32=4294967295
1261ret_data64=18446744073709551615
1262ret_data8=255
1263system=system
1264update_data=false
1265warn_access=
1266pio=system.iobus.port[7]
1267
1268[system.tsunami.fb]
1269type=BadDevice
1270devicename=FrameBuffer
1271pio_addr=8804615848912
1272pio_latency=1000
1273platform=system.tsunami
1274system=system
1275pio=system.iobus.port[22]
1276
1277[system.tsunami.ide]
1278type=IdeController
1279BAR0=1
1280BAR0Size=8
1281BAR1=1
1282BAR1Size=4
1283BAR2=1
1284BAR2Size=8
1285BAR3=1
1286BAR3Size=4
1287BAR4=1
1288BAR4Size=16
1289BAR5=1
1290BAR5Size=0
1291BIST=0
1292CacheLineSize=0
1293CardbusCIS=0
1294ClassCode=1
1295Command=0
1296DeviceID=28945
1297ExpansionROM=0
1298HeaderType=0
1299InterruptLine=31
1300InterruptPin=1
1301LatencyTimer=0
1302MaximumLatency=0
1303MinimumGrant=0
1304ProgIF=133
1305Revision=0
1306Status=640
1307SubClassCode=1
1308SubsystemID=0
1309SubsystemVendorID=0
1310VendorID=32902
1311config_latency=20000
1312disks=system.disk0 system.disk2
1313max_backoff_delay=10000000
1314min_backoff_delay=4000
1315pci_bus=0
1316pci_dev=0
1317pci_func=0
1318pio_latency=1000
1319platform=system.tsunami
1320system=system
1321config=system.iobus.port[31]
1322dma=system.iobus.port[32]
1323pio=system.iobus.port[26]
1324
1325[system.tsunami.io]
1326type=TsunamiIO
1327frequency=976562500
1328pio_addr=8804615847936
1329pio_latency=1000
1330platform=system.tsunami
1331system=system
1332time=Thu Jan  1 00:00:00 2009
1333tsunami=system.tsunami
1334year_is_bcd=false
1335pio=system.iobus.port[23]
1336
1337[system.tsunami.pchip]
1338type=TsunamiPChip
1339pio_addr=8802535473152
1340pio_latency=1000
1341platform=system.tsunami
1342system=system
1343tsunami=system.tsunami
1344pio=system.iobus.port[2]
1345
1346[system.tsunami.pciconfig]
1347type=PciConfigAll
1348bus=0
1349pio_latency=1
1350platform=system.tsunami
1351size=16777216
1352system=system
1353pio=system.iobus.default
1354
1355[system.tsunami.uart]
1356type=Uart8250
1357pio_addr=8804615848952
1358pio_latency=1000
1359platform=system.tsunami
1360system=system
1361terminal=system.terminal
1362pio=system.iobus.port[24]
1363
1364