config.ini (11103:38f6188421e0) config.ini (11245:1c5102c0a7a9)
1[root]
2type=Root
3children=system
4eventq_index=0
5full_system=true
6sim_quantum=0
7time_sync_enable=false
8time_sync_period=100000000000
9time_sync_spin_threshold=100000000
10
11[system]
12type=LinuxAlphaSystem
13children=bridge clk_domain cpu cpu_clk_domain disk0 disk2 dvfs_handler intrctrl iobus iocache membus physmem simple_disk terminal tsunami voltage_domain
14boot_cpu_frequency=500
15boot_osflags=root=/dev/hda1 console=ttyS0
16cache_line_size=64
17clk_domain=system.clk_domain
1[root]
2type=Root
3children=system
4eventq_index=0
5full_system=true
6sim_quantum=0
7time_sync_enable=false
8time_sync_period=100000000000
9time_sync_spin_threshold=100000000
10
11[system]
12type=LinuxAlphaSystem
13children=bridge clk_domain cpu cpu_clk_domain disk0 disk2 dvfs_handler intrctrl iobus iocache membus physmem simple_disk terminal tsunami voltage_domain
14boot_cpu_frequency=500
15boot_osflags=root=/dev/hda1 console=ttyS0
16cache_line_size=64
17clk_domain=system.clk_domain
18console=/scratch/nilay/GEM5/system/binaries/console
18console=/work/gem5/dist/binaries/console
19eventq_index=0
20init_param=0
19eventq_index=0
20init_param=0
21kernel=/scratch/nilay/GEM5/system/binaries/vmlinux
21kernel=/work/gem5/dist/binaries/vmlinux
22kernel_addr_check=true
23load_addr_mask=1099511627775
24load_offset=0
25mem_mode=timing
26mem_ranges=0:134217727
27memories=system.physmem
28mmap_using_noreserve=false
22kernel_addr_check=true
23load_addr_mask=1099511627775
24load_offset=0
25mem_mode=timing
26mem_ranges=0:134217727
27memories=system.physmem
28mmap_using_noreserve=false
29multi_thread=false
29num_work_ids=16
30num_work_ids=16
30pal=/scratch/nilay/GEM5/system/binaries/ts_osfpal
31readfile=/scratch/nilay/GEM5/gem5/tests/halt.sh
31pal=/work/gem5/dist/binaries/ts_osfpal
32readfile=/work/gem5/outgoing/gem5_2/tests/halt.sh
32symbolfile=
33system_rev=1024
34system_type=34
35work_begin_ckpt_count=0
36work_begin_cpu_id_exit=-1
37work_begin_exit_count=0
38work_cpus_ckpt_count=0
39work_end_ckpt_count=0

--- 101 unchanged lines hidden (view full) ---

141numThreads=1
142
143[system.cpu.dcache]
144type=Cache
145children=tags
146addr_ranges=0:18446744073709551615
147assoc=4
148clk_domain=system.cpu_clk_domain
33symbolfile=
34system_rev=1024
35system_type=34
36work_begin_ckpt_count=0
37work_begin_cpu_id_exit=-1
38work_begin_exit_count=0
39work_cpus_ckpt_count=0
40work_end_ckpt_count=0

--- 101 unchanged lines hidden (view full) ---

142numThreads=1
143
144[system.cpu.dcache]
145type=Cache
146children=tags
147addr_ranges=0:18446744073709551615
148assoc=4
149clk_domain=system.cpu_clk_domain
150clusivity=mostly_incl
149demand_mshr_reserve=1
150eventq_index=0
151forward_snoops=true
152hit_latency=2
153is_read_only=false
154max_miss_count=0
155mshrs=4
156prefetch_on_access=false
157prefetcher=Null
158response_latency=2
159sequential_access=false
160size=32768
161system=system
162tags=system.cpu.dcache.tags
163tgts_per_mshr=20
164write_buffers=8
151demand_mshr_reserve=1
152eventq_index=0
153forward_snoops=true
154hit_latency=2
155is_read_only=false
156max_miss_count=0
157mshrs=4
158prefetch_on_access=false
159prefetcher=Null
160response_latency=2
161sequential_access=false
162size=32768
163system=system
164tags=system.cpu.dcache.tags
165tgts_per_mshr=20
166write_buffers=8
167writeback_clean=false
165cpu_side=system.cpu.dcache_port
166mem_side=system.cpu.toL2Bus.slave[1]
167
168[system.cpu.dcache.tags]
169type=LRU
170assoc=4
171block_size=64
172clk_domain=system.cpu_clk_domain

--- 391 unchanged lines hidden (view full) ---

564opClass=InstPrefetch
565
566[system.cpu.icache]
567type=Cache
568children=tags
569addr_ranges=0:18446744073709551615
570assoc=1
571clk_domain=system.cpu_clk_domain
168cpu_side=system.cpu.dcache_port
169mem_side=system.cpu.toL2Bus.slave[1]
170
171[system.cpu.dcache.tags]
172type=LRU
173assoc=4
174block_size=64
175clk_domain=system.cpu_clk_domain

--- 391 unchanged lines hidden (view full) ---

567opClass=InstPrefetch
568
569[system.cpu.icache]
570type=Cache
571children=tags
572addr_ranges=0:18446744073709551615
573assoc=1
574clk_domain=system.cpu_clk_domain
575clusivity=mostly_incl
572demand_mshr_reserve=1
573eventq_index=0
574forward_snoops=true
575hit_latency=2
576is_read_only=true
577max_miss_count=0
578mshrs=4
579prefetch_on_access=false
580prefetcher=Null
581response_latency=2
582sequential_access=false
583size=32768
584system=system
585tags=system.cpu.icache.tags
586tgts_per_mshr=20
587write_buffers=8
576demand_mshr_reserve=1
577eventq_index=0
578forward_snoops=true
579hit_latency=2
580is_read_only=true
581max_miss_count=0
582mshrs=4
583prefetch_on_access=false
584prefetcher=Null
585response_latency=2
586sequential_access=false
587size=32768
588system=system
589tags=system.cpu.icache.tags
590tgts_per_mshr=20
591write_buffers=8
592writeback_clean=true
588cpu_side=system.cpu.icache_port
589mem_side=system.cpu.toL2Bus.slave[0]
590
591[system.cpu.icache.tags]
592type=LRU
593assoc=1
594block_size=64
595clk_domain=system.cpu_clk_domain

--- 17 unchanged lines hidden (view full) ---

613size=48
614
615[system.cpu.l2cache]
616type=Cache
617children=tags
618addr_ranges=0:18446744073709551615
619assoc=8
620clk_domain=system.cpu_clk_domain
593cpu_side=system.cpu.icache_port
594mem_side=system.cpu.toL2Bus.slave[0]
595
596[system.cpu.icache.tags]
597type=LRU
598assoc=1
599block_size=64
600clk_domain=system.cpu_clk_domain

--- 17 unchanged lines hidden (view full) ---

618size=48
619
620[system.cpu.l2cache]
621type=Cache
622children=tags
623addr_ranges=0:18446744073709551615
624assoc=8
625clk_domain=system.cpu_clk_domain
626clusivity=mostly_incl
621demand_mshr_reserve=1
622eventq_index=0
623forward_snoops=true
624hit_latency=20
625is_read_only=false
626max_miss_count=0
627mshrs=20
628prefetch_on_access=false
629prefetcher=Null
630response_latency=20
631sequential_access=false
632size=4194304
633system=system
634tags=system.cpu.l2cache.tags
635tgts_per_mshr=12
636write_buffers=8
627demand_mshr_reserve=1
628eventq_index=0
629forward_snoops=true
630hit_latency=20
631is_read_only=false
632max_miss_count=0
633mshrs=20
634prefetch_on_access=false
635prefetcher=Null
636response_latency=20
637sequential_access=false
638size=4194304
639system=system
640tags=system.cpu.l2cache.tags
641tgts_per_mshr=12
642write_buffers=8
643writeback_clean=false
637cpu_side=system.cpu.toL2Bus.master[0]
638mem_side=system.membus.slave[1]
639
640[system.cpu.l2cache.tags]
641type=LRU
642assoc=8
643block_size=64
644clk_domain=system.cpu_clk_domain
645eventq_index=0
646hit_latency=20
647sequential_access=false
648size=4194304
649
650[system.cpu.toL2Bus]
651type=CoherentXBar
644cpu_side=system.cpu.toL2Bus.master[0]
645mem_side=system.membus.slave[1]
646
647[system.cpu.l2cache.tags]
648type=LRU
649assoc=8
650block_size=64
651clk_domain=system.cpu_clk_domain
652eventq_index=0
653hit_latency=20
654sequential_access=false
655size=4194304
656
657[system.cpu.toL2Bus]
658type=CoherentXBar
659children=snoop_filter
652clk_domain=system.cpu_clk_domain
653eventq_index=0
654forward_latency=0
655frontend_latency=1
656response_latency=1
660clk_domain=system.cpu_clk_domain
661eventq_index=0
662forward_latency=0
663frontend_latency=1
664response_latency=1
657snoop_filter=Null
665snoop_filter=system.cpu.toL2Bus.snoop_filter
658snoop_response_latency=1
659system=system
660use_default_range=false
661width=32
662master=system.cpu.l2cache.cpu_side
663slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side
664
666snoop_response_latency=1
667system=system
668use_default_range=false
669width=32
670master=system.cpu.l2cache.cpu_side
671slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side
672
673[system.cpu.toL2Bus.snoop_filter]
674type=SnoopFilter
675eventq_index=0
676lookup_latency=0
677max_capacity=8388608
678system=system
679
665[system.cpu.tracer]
666type=ExeTracer
667eventq_index=0
668
669[system.cpu_clk_domain]
670type=SrcClockDomain
671clock=500
672domain_id=-1

--- 16 unchanged lines hidden (view full) ---

689eventq_index=0
690image_file=
691read_only=false
692table_size=65536
693
694[system.disk0.image.child]
695type=RawDiskImage
696eventq_index=0
680[system.cpu.tracer]
681type=ExeTracer
682eventq_index=0
683
684[system.cpu_clk_domain]
685type=SrcClockDomain
686clock=500
687domain_id=-1

--- 16 unchanged lines hidden (view full) ---

704eventq_index=0
705image_file=
706read_only=false
707table_size=65536
708
709[system.disk0.image.child]
710type=RawDiskImage
711eventq_index=0
697image_file=/scratch/nilay/GEM5/system/disks/linux-latest.img
712image_file=/work/gem5/dist/disks/linux-latest.img
698read_only=true
699
700[system.disk2]
701type=IdeDisk
702children=image
703delay=1000000
704driveID=master
705eventq_index=0

--- 6 unchanged lines hidden (view full) ---

712eventq_index=0
713image_file=
714read_only=false
715table_size=65536
716
717[system.disk2.image.child]
718type=RawDiskImage
719eventq_index=0
713read_only=true
714
715[system.disk2]
716type=IdeDisk
717children=image
718delay=1000000
719driveID=master
720eventq_index=0

--- 6 unchanged lines hidden (view full) ---

727eventq_index=0
728image_file=
729read_only=false
730table_size=65536
731
732[system.disk2.image.child]
733type=RawDiskImage
734eventq_index=0
720image_file=/scratch/nilay/GEM5/system/disks/linux-bigswap2.img
735image_file=/work/gem5/dist/disks/linux-bigswap2.img
721read_only=true
722
723[system.dvfs_handler]
724type=DVFSHandler
725domains=
726enable=false
727eventq_index=0
728sys_clk_domain=system.clk_domain

--- 6 unchanged lines hidden (view full) ---

735
736[system.iobus]
737type=NoncoherentXBar
738clk_domain=system.clk_domain
739eventq_index=0
740forward_latency=1
741frontend_latency=2
742response_latency=2
736read_only=true
737
738[system.dvfs_handler]
739type=DVFSHandler
740domains=
741enable=false
742eventq_index=0
743sys_clk_domain=system.clk_domain

--- 6 unchanged lines hidden (view full) ---

750
751[system.iobus]
752type=NoncoherentXBar
753clk_domain=system.clk_domain
754eventq_index=0
755forward_latency=1
756frontend_latency=2
757response_latency=2
743use_default_range=true
758use_default_range=false
744width=16
759width=16
745default=system.tsunami.pciconfig.pio
746master=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.ide.config system.tsunami.ethernet.pio system.tsunami.ethernet.config system.iocache.cpu_side
760master=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
747slave=system.bridge.master system.tsunami.ide.dma system.tsunami.ethernet.dma
748
749[system.iocache]
750type=Cache
751children=tags
752addr_ranges=0:134217727
753assoc=8
754clk_domain=system.clk_domain
761slave=system.bridge.master system.tsunami.ide.dma system.tsunami.ethernet.dma
762
763[system.iocache]
764type=Cache
765children=tags
766addr_ranges=0:134217727
767assoc=8
768clk_domain=system.clk_domain
769clusivity=mostly_incl
755demand_mshr_reserve=1
756eventq_index=0
757forward_snoops=false
758hit_latency=50
759is_read_only=false
760max_miss_count=0
761mshrs=20
762prefetch_on_access=false
763prefetcher=Null
764response_latency=50
765sequential_access=false
766size=1024
767system=system
768tags=system.iocache.tags
769tgts_per_mshr=12
770write_buffers=8
770demand_mshr_reserve=1
771eventq_index=0
772forward_snoops=false
773hit_latency=50
774is_read_only=false
775max_miss_count=0
776mshrs=20
777prefetch_on_access=false
778prefetcher=Null
779response_latency=50
780sequential_access=false
781size=1024
782system=system
783tags=system.iocache.tags
784tgts_per_mshr=12
785write_buffers=8
771cpu_side=system.iobus.master[29]
786writeback_clean=false
787cpu_side=system.iobus.master[27]
772mem_side=system.membus.slave[2]
773
774[system.iocache.tags]
775type=LRU
776assoc=8
777block_size=64
778clk_domain=system.clk_domain
779eventq_index=0

--- 118 unchanged lines hidden (view full) ---

898children=disk
899disk=system.simple_disk.disk
900eventq_index=0
901system=system
902
903[system.simple_disk.disk]
904type=RawDiskImage
905eventq_index=0
788mem_side=system.membus.slave[2]
789
790[system.iocache.tags]
791type=LRU
792assoc=8
793block_size=64
794clk_domain=system.clk_domain
795eventq_index=0

--- 118 unchanged lines hidden (view full) ---

914children=disk
915disk=system.simple_disk.disk
916eventq_index=0
917system=system
918
919[system.simple_disk.disk]
920type=RawDiskImage
921eventq_index=0
906image_file=/scratch/nilay/GEM5/system/disks/linux-latest.img
922image_file=/work/gem5/dist/disks/linux-latest.img
907read_only=true
908
909[system.terminal]
910type=Terminal
911eventq_index=0
912intr_control=system.intrctrl
913number=0
914output=true
915port=3456
916
917[system.tsunami]
918type=Tsunami
923read_only=true
924
925[system.terminal]
926type=Terminal
927eventq_index=0
928intr_control=system.intrctrl
929number=0
930output=true
931port=3456
932
933[system.tsunami]
934type=Tsunami
919children=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
935children=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 uart
920eventq_index=0
921intrctrl=system.intrctrl
922system=system
923
924[system.tsunami.backdoor]
925type=AlphaBackdoor
926clk_domain=system.clk_domain
927cpu=system.cpu

--- 96 unchanged lines hidden (view full) ---

1024dma_desc_free=false
1025dma_no_allocate=true
1026dma_read_delay=0
1027dma_read_factor=0
1028dma_write_delay=0
1029dma_write_factor=0
1030eventq_index=0
1031hardware_address=00:90:00:00:00:01
936eventq_index=0
937intrctrl=system.intrctrl
938system=system
939
940[system.tsunami.backdoor]
941type=AlphaBackdoor
942clk_domain=system.clk_domain
943cpu=system.cpu

--- 96 unchanged lines hidden (view full) ---

1040dma_desc_free=false
1041dma_no_allocate=true
1042dma_read_delay=0
1043dma_read_factor=0
1044dma_write_delay=0
1045dma_write_factor=0
1046eventq_index=0
1047hardware_address=00:90:00:00:00:01
1048host=system.tsunami.pchip
1032intr_delay=10000000
1033pci_bus=0
1034pci_dev=1
1035pci_func=0
1036pio_latency=30000
1049intr_delay=10000000
1050pci_bus=0
1051pci_dev=1
1052pci_func=0
1053pio_latency=30000
1037platform=system.tsunami
1038rss=false
1039rx_delay=1000000
1040rx_fifo_size=524288
1041rx_filter=true
1042rx_thread=false
1043system=system
1044tx_delay=1000000
1045tx_fifo_size=524288
1046tx_thread=false
1054rss=false
1055rx_delay=1000000
1056rx_fifo_size=524288
1057rx_filter=true
1058rx_thread=false
1059system=system
1060tx_delay=1000000
1061tx_fifo_size=524288
1062tx_thread=false
1047config=system.iobus.master[28]
1048dma=system.iobus.slave[2]
1063dma=system.iobus.slave[2]
1049pio=system.iobus.master[27]
1064pio=system.iobus.master[26]
1050
1051[system.tsunami.fake_OROM]
1052type=IsaFake
1053clk_domain=system.clk_domain
1054eventq_index=0
1055fake_mem=false
1056pio_addr=8796093677568
1057pio_latency=100000

--- 416 unchanged lines hidden (view full) ---

1474SubsystemID=0
1475SubsystemVendorID=0
1476VendorID=32902
1477clk_domain=system.clk_domain
1478config_latency=20000
1479ctrl_offset=0
1480disks=system.disk0 system.disk2
1481eventq_index=0
1065
1066[system.tsunami.fake_OROM]
1067type=IsaFake
1068clk_domain=system.clk_domain
1069eventq_index=0
1070fake_mem=false
1071pio_addr=8796093677568
1072pio_latency=100000

--- 416 unchanged lines hidden (view full) ---

1489SubsystemID=0
1490SubsystemVendorID=0
1491VendorID=32902
1492clk_domain=system.clk_domain
1493config_latency=20000
1494ctrl_offset=0
1495disks=system.disk0 system.disk2
1496eventq_index=0
1497host=system.tsunami.pchip
1482io_shift=0
1483pci_bus=0
1484pci_dev=0
1485pci_func=0
1486pio_latency=30000
1498io_shift=0
1499pci_bus=0
1500pci_dev=0
1501pci_func=0
1502pio_latency=30000
1487platform=system.tsunami
1488system=system
1503system=system
1489config=system.iobus.master[26]
1490dma=system.iobus.slave[1]
1491pio=system.iobus.master[25]
1492
1493[system.tsunami.io]
1494type=TsunamiIO
1495clk_domain=system.clk_domain
1496eventq_index=0
1497frequency=976562500
1498pio_addr=8804615847936
1499pio_latency=100000
1500system=system
1501time=Thu Jan 1 00:00:00 2009
1502tsunami=system.tsunami
1503year_is_bcd=false
1504pio=system.iobus.master[22]
1505
1506[system.tsunami.pchip]
1507type=TsunamiPChip
1508clk_domain=system.clk_domain
1504dma=system.iobus.slave[1]
1505pio=system.iobus.master[25]
1506
1507[system.tsunami.io]
1508type=TsunamiIO
1509clk_domain=system.clk_domain
1510eventq_index=0
1511frequency=976562500
1512pio_addr=8804615847936
1513pio_latency=100000
1514system=system
1515time=Thu Jan 1 00:00:00 2009
1516tsunami=system.tsunami
1517year_is_bcd=false
1518pio=system.iobus.master[22]
1519
1520[system.tsunami.pchip]
1521type=TsunamiPChip
1522clk_domain=system.clk_domain
1523conf_base=8804649402368
1524conf_device_bits=8
1525conf_size=16777216
1509eventq_index=0
1526eventq_index=0
1527pci_dma_base=0
1528pci_mem_base=8796093022208
1529pci_pio_base=8804615847936
1510pio_addr=8802535473152
1511pio_latency=100000
1530pio_addr=8802535473152
1531pio_latency=100000
1532platform=system.tsunami
1512system=system
1513tsunami=system.tsunami
1514pio=system.iobus.master[1]
1515
1533system=system
1534tsunami=system.tsunami
1535pio=system.iobus.master[1]
1536
1516[system.tsunami.pciconfig]
1517type=PciConfigAll
1518bus=0
1519clk_domain=system.clk_domain
1520eventq_index=0
1521pio_addr=0
1522pio_latency=30000
1523platform=system.tsunami
1524size=16777216
1525system=system
1526pio=system.iobus.default
1527
1528[system.tsunami.uart]
1529type=Uart8250
1530clk_domain=system.clk_domain
1531eventq_index=0
1532pio_addr=8804615848952
1533pio_latency=100000
1534platform=system.tsunami
1535system=system
1536terminal=system.terminal
1537pio=system.iobus.master[23]
1538
1539[system.voltage_domain]
1540type=VoltageDomain
1541eventq_index=0
1542voltage=1.000000
1543
1537[system.tsunami.uart]
1538type=Uart8250
1539clk_domain=system.clk_domain
1540eventq_index=0
1541pio_addr=8804615848952
1542pio_latency=100000
1543platform=system.tsunami
1544system=system
1545terminal=system.terminal
1546pio=system.iobus.master[23]
1547
1548[system.voltage_domain]
1549type=VoltageDomain
1550eventq_index=0
1551voltage=1.000000
1552