config.ini (9348:44d31345e360) config.ini (9449:56610ab73040)
1[root]
2type=Root
3children=system
4full_system=true
5time_sync_enable=false
6time_sync_period=100000000000
7time_sync_spin_threshold=100000000
8
9[system]
10type=LinuxX86System
11children=acpi_description_table_pointer apicbridge bridge cpu e820_table intel_mp_pointer intel_mp_table intrctrl iobus iocache membus pc physmem smbios_table
12acpi_description_table_pointer=system.acpi_description_table_pointer
13boot_osflags=earlyprintk=ttyS0 console=ttyS0 lpj=7999923 root=/dev/hda1
14clock=1000
15e820_table=system.e820_table
16init_param=0
17intel_mp_pointer=system.intel_mp_pointer
18intel_mp_table=system.intel_mp_table
1[root]
2type=Root
3children=system
4full_system=true
5time_sync_enable=false
6time_sync_period=100000000000
7time_sync_spin_threshold=100000000
8
9[system]
10type=LinuxX86System
11children=acpi_description_table_pointer apicbridge bridge cpu e820_table intel_mp_pointer intel_mp_table intrctrl iobus iocache membus pc physmem smbios_table
12acpi_description_table_pointer=system.acpi_description_table_pointer
13boot_osflags=earlyprintk=ttyS0 console=ttyS0 lpj=7999923 root=/dev/hda1
14clock=1000
15e820_table=system.e820_table
16init_param=0
17intel_mp_pointer=system.intel_mp_pointer
18intel_mp_table=system.intel_mp_table
19kernel=/projects/pd/randd/dist/binaries/x86_64-vmlinux-2.6.22.9
19kernel=/gem5/dist/binaries/x86_64-vmlinux-2.6.22.9
20load_addr_mask=18446744073709551615
21mem_mode=timing
20load_addr_mask=18446744073709551615
21mem_mode=timing
22mem_ranges=0:134217727
22memories=system.physmem
23num_work_ids=16
24readfile=tests/halt.sh
25smbios_table=system.smbios_table
26symbolfile=
27work_begin_ckpt_count=0
28work_begin_cpu_id_exit=-1
29work_begin_exit_count=0

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

93commitToFetchDelay=1
94commitToIEWDelay=1
95commitToRenameDelay=1
96commitWidth=8
97cpu_id=0
98decodeToFetchDelay=1
99decodeToRenameDelay=1
100decodeWidth=8
23memories=system.physmem
24num_work_ids=16
25readfile=tests/halt.sh
26smbios_table=system.smbios_table
27symbolfile=
28work_begin_ckpt_count=0
29work_begin_cpu_id_exit=-1
30work_begin_exit_count=0

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

94commitToFetchDelay=1
95commitToIEWDelay=1
96commitToRenameDelay=1
97commitWidth=8
98cpu_id=0
99decodeToFetchDelay=1
100decodeToRenameDelay=1
101decodeWidth=8
101defer_registration=false
102dispatchWidth=8
103do_checkpoint_insts=true
104do_quiesce=true
105do_statistics_insts=true
106dtb=system.cpu.dtb
107fetchToDecodeDelay=1
108fetchTrapLatency=1
109fetchWidth=8

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

153smtIQThreshold=100
154smtLSQPolicy=Partitioned
155smtLSQThreshold=100
156smtNumFetchingThreads=1
157smtROBPolicy=Partitioned
158smtROBThreshold=100
159squashWidth=8
160store_set_clear_period=250000
102dispatchWidth=8
103do_checkpoint_insts=true
104do_quiesce=true
105do_statistics_insts=true
106dtb=system.cpu.dtb
107fetchToDecodeDelay=1
108fetchTrapLatency=1
109fetchWidth=8

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

153smtIQThreshold=100
154smtLSQPolicy=Partitioned
155smtLSQThreshold=100
156smtNumFetchingThreads=1
157smtROBPolicy=Partitioned
158smtROBThreshold=100
159squashWidth=8
160store_set_clear_period=250000
161switched_out=false
161system=system
162tracer=system.cpu.tracer
163trapLatency=13
164wbDepth=1
165wbWidth=8
166workload=
167dcache_port=system.cpu.dcache.cpu_side
168icache_port=system.cpu.icache.cpu_side
169
170[system.cpu.dcache]
171type=BaseCache
172addr_ranges=0:18446744073709551615
173assoc=4
174block_size=64
175clock=500
176forward_snoops=true
162system=system
163tracer=system.cpu.tracer
164trapLatency=13
165wbDepth=1
166wbWidth=8
167workload=
168dcache_port=system.cpu.dcache.cpu_side
169icache_port=system.cpu.icache.cpu_side
170
171[system.cpu.dcache]
172type=BaseCache
173addr_ranges=0:18446744073709551615
174assoc=4
175block_size=64
176clock=500
177forward_snoops=true
177hash_delay=1
178hit_latency=2
179is_top_level=true
180max_miss_count=0
181mshrs=4
182prefetch_on_access=false
183prefetcher=Null
178hit_latency=2
179is_top_level=true
180max_miss_count=0
181mshrs=4
182prefetch_on_access=false
183prefetcher=Null
184prioritizeRequests=false
185repl=Null
186response_latency=2
187size=32768
184response_latency=2
185size=32768
188subblock_size=0
189system=system
190tgts_per_mshr=20
186system=system
187tgts_per_mshr=20
191trace_addr=0
192two_queue=false
193write_buffers=8
194cpu_side=system.cpu.dcache_port
195mem_side=system.cpu.toL2Bus.slave[1]
196
197[system.cpu.dtb]
198type=X86TLB
199children=walker

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

208
209[system.cpu.dtb_walker_cache]
210type=BaseCache
211addr_ranges=0:18446744073709551615
212assoc=2
213block_size=64
214clock=500
215forward_snoops=true
188two_queue=false
189write_buffers=8
190cpu_side=system.cpu.dcache_port
191mem_side=system.cpu.toL2Bus.slave[1]
192
193[system.cpu.dtb]
194type=X86TLB
195children=walker

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

204
205[system.cpu.dtb_walker_cache]
206type=BaseCache
207addr_ranges=0:18446744073709551615
208assoc=2
209block_size=64
210clock=500
211forward_snoops=true
216hash_delay=1
217hit_latency=2
218is_top_level=true
219max_miss_count=0
220mshrs=10
221prefetch_on_access=false
222prefetcher=Null
212hit_latency=2
213is_top_level=true
214max_miss_count=0
215mshrs=10
216prefetch_on_access=false
217prefetcher=Null
223prioritizeRequests=false
224repl=Null
225response_latency=2
226size=1024
218response_latency=2
219size=1024
227subblock_size=0
228system=system
229tgts_per_mshr=12
220system=system
221tgts_per_mshr=12
230trace_addr=0
231two_queue=false
232write_buffers=8
233cpu_side=system.cpu.dtb.walker.port
234mem_side=system.cpu.toL2Bus.slave[3]
235
236[system.cpu.fuPool]
237type=FUPool
238children=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7 FUList8

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

498
499[system.cpu.icache]
500type=BaseCache
501addr_ranges=0:18446744073709551615
502assoc=1
503block_size=64
504clock=500
505forward_snoops=true
222two_queue=false
223write_buffers=8
224cpu_side=system.cpu.dtb.walker.port
225mem_side=system.cpu.toL2Bus.slave[3]
226
227[system.cpu.fuPool]
228type=FUPool
229children=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7 FUList8

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

489
490[system.cpu.icache]
491type=BaseCache
492addr_ranges=0:18446744073709551615
493assoc=1
494block_size=64
495clock=500
496forward_snoops=true
506hash_delay=1
507hit_latency=2
508is_top_level=true
509max_miss_count=0
510mshrs=4
511prefetch_on_access=false
512prefetcher=Null
497hit_latency=2
498is_top_level=true
499max_miss_count=0
500mshrs=4
501prefetch_on_access=false
502prefetcher=Null
513prioritizeRequests=false
514repl=Null
515response_latency=2
516size=32768
503response_latency=2
504size=32768
517subblock_size=0
518system=system
519tgts_per_mshr=20
505system=system
506tgts_per_mshr=20
520trace_addr=0
521two_queue=false
522write_buffers=8
523cpu_side=system.cpu.icache_port
524mem_side=system.cpu.toL2Bus.slave[0]
525
526[system.cpu.interrupts]
527type=X86LocalApic
528clock=500
529int_latency=1000
530pio_addr=2305843009213693952
531pio_latency=100000
532system=system
507two_queue=false
508write_buffers=8
509cpu_side=system.cpu.icache_port
510mem_side=system.cpu.toL2Bus.slave[0]
511
512[system.cpu.interrupts]
513type=X86LocalApic
514clock=500
515int_latency=1000
516pio_addr=2305843009213693952
517pio_latency=100000
518system=system
533int_master=system.membus.slave[4]
519int_master=system.membus.slave[3]
534int_slave=system.membus.master[3]
535pio=system.membus.master[2]
536
537[system.cpu.isa]
538type=X86ISA
539
540[system.cpu.itb]
541type=X86TLB

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

551
552[system.cpu.itb_walker_cache]
553type=BaseCache
554addr_ranges=0:18446744073709551615
555assoc=2
556block_size=64
557clock=500
558forward_snoops=true
520int_slave=system.membus.master[3]
521pio=system.membus.master[2]
522
523[system.cpu.isa]
524type=X86ISA
525
526[system.cpu.itb]
527type=X86TLB

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

537
538[system.cpu.itb_walker_cache]
539type=BaseCache
540addr_ranges=0:18446744073709551615
541assoc=2
542block_size=64
543clock=500
544forward_snoops=true
559hash_delay=1
560hit_latency=2
561is_top_level=true
562max_miss_count=0
563mshrs=10
564prefetch_on_access=false
565prefetcher=Null
545hit_latency=2
546is_top_level=true
547max_miss_count=0
548mshrs=10
549prefetch_on_access=false
550prefetcher=Null
566prioritizeRequests=false
567repl=Null
568response_latency=2
569size=1024
551response_latency=2
552size=1024
570subblock_size=0
571system=system
572tgts_per_mshr=12
553system=system
554tgts_per_mshr=12
573trace_addr=0
574two_queue=false
575write_buffers=8
576cpu_side=system.cpu.itb.walker.port
577mem_side=system.cpu.toL2Bus.slave[2]
578
579[system.cpu.l2cache]
580type=BaseCache
581addr_ranges=0:18446744073709551615
582assoc=8
583block_size=64
584clock=500
585forward_snoops=true
555two_queue=false
556write_buffers=8
557cpu_side=system.cpu.itb.walker.port
558mem_side=system.cpu.toL2Bus.slave[2]
559
560[system.cpu.l2cache]
561type=BaseCache
562addr_ranges=0:18446744073709551615
563assoc=8
564block_size=64
565clock=500
566forward_snoops=true
586hash_delay=1
587hit_latency=20
588is_top_level=false
589max_miss_count=0
590mshrs=20
591prefetch_on_access=false
592prefetcher=Null
567hit_latency=20
568is_top_level=false
569max_miss_count=0
570mshrs=20
571prefetch_on_access=false
572prefetcher=Null
593prioritizeRequests=false
594repl=Null
595response_latency=20
596size=4194304
573response_latency=20
574size=4194304
597subblock_size=0
598system=system
599tgts_per_mshr=12
575system=system
576tgts_per_mshr=12
600trace_addr=0
601two_queue=false
602write_buffers=8
603cpu_side=system.cpu.toL2Bus.master[0]
577two_queue=false
578write_buffers=8
579cpu_side=system.cpu.toL2Bus.master[0]
604mem_side=system.membus.slave[3]
580mem_side=system.membus.slave[2]
605
606[system.cpu.toL2Bus]
607type=CoherentBus
608block_size=64
609clock=500
610header_cycles=1
611use_default_range=false
612width=32

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

992
993[system.iocache]
994type=BaseCache
995addr_ranges=0:134217727
996assoc=8
997block_size=64
998clock=1000
999forward_snoops=false
581
582[system.cpu.toL2Bus]
583type=CoherentBus
584block_size=64
585clock=500
586header_cycles=1
587use_default_range=false
588width=32

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

968
969[system.iocache]
970type=BaseCache
971addr_ranges=0:134217727
972assoc=8
973block_size=64
974clock=1000
975forward_snoops=false
1000hash_delay=1
1001hit_latency=50
1002is_top_level=true
1003max_miss_count=0
1004mshrs=20
1005prefetch_on_access=false
1006prefetcher=Null
976hit_latency=50
977is_top_level=true
978max_miss_count=0
979mshrs=20
980prefetch_on_access=false
981prefetcher=Null
1007prioritizeRequests=false
1008repl=Null
1009response_latency=50
1010size=1024
982response_latency=50
983size=1024
1011subblock_size=0
1012system=system
1013tgts_per_mshr=12
984system=system
985tgts_per_mshr=12
1014trace_addr=0
1015two_queue=false
1016write_buffers=8
1017cpu_side=system.iobus.master[18]
986two_queue=false
987write_buffers=8
988cpu_side=system.iobus.master[18]
1018mem_side=system.membus.slave[2]
989mem_side=system.membus.slave[4]
1019
1020[system.membus]
1021type=CoherentBus
1022children=badaddr_responder
1023block_size=64
1024clock=1000
1025header_cycles=1
1026use_default_range=false
1027width=8
1028default=system.membus.badaddr_responder.pio
1029master=system.physmem.port system.bridge.slave system.cpu.interrupts.pio system.cpu.interrupts.int_slave
990
991[system.membus]
992type=CoherentBus
993children=badaddr_responder
994block_size=64
995clock=1000
996header_cycles=1
997use_default_range=false
998width=8
999default=system.membus.badaddr_responder.pio
1000master=system.physmem.port system.bridge.slave system.cpu.interrupts.pio system.cpu.interrupts.int_slave
1030slave=system.apicbridge.master system.system_port system.iocache.mem_side system.cpu.l2cache.mem_side system.cpu.interrupts.int_master
1001slave=system.apicbridge.master system.system_port system.cpu.l2cache.mem_side system.cpu.interrupts.int_master system.iocache.mem_side
1031
1032[system.membus.badaddr_responder]
1033type=IsaFake
1034clock=1000
1035fake_mem=false
1036pio_addr=0
1037pio_latency=100000
1038pio_size=8

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

1292children=child
1293child=system.pc.south_bridge.ide.disks0.image.child
1294image_file=
1295read_only=false
1296table_size=65536
1297
1298[system.pc.south_bridge.ide.disks0.image.child]
1299type=RawDiskImage
1002
1003[system.membus.badaddr_responder]
1004type=IsaFake
1005clock=1000
1006fake_mem=false
1007pio_addr=0
1008pio_latency=100000
1009pio_size=8

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

1263children=child
1264child=system.pc.south_bridge.ide.disks0.image.child
1265image_file=
1266read_only=false
1267table_size=65536
1268
1269[system.pc.south_bridge.ide.disks0.image.child]
1270type=RawDiskImage
1300image_file=/projects/pd/randd/dist/disks/linux-x86.img
1271image_file=/gem5/dist/disks/linux-x86.img
1301read_only=true
1302
1303[system.pc.south_bridge.ide.disks1]
1304type=IdeDisk
1305children=image
1306delay=1000000
1307driveID=master
1308image=system.pc.south_bridge.ide.disks1.image
1309
1310[system.pc.south_bridge.ide.disks1.image]
1311type=CowDiskImage
1312children=child
1313child=system.pc.south_bridge.ide.disks1.image.child
1314image_file=
1315read_only=false
1316table_size=65536
1317
1318[system.pc.south_bridge.ide.disks1.image.child]
1319type=RawDiskImage
1272read_only=true
1273
1274[system.pc.south_bridge.ide.disks1]
1275type=IdeDisk
1276children=image
1277delay=1000000
1278driveID=master
1279image=system.pc.south_bridge.ide.disks1.image
1280
1281[system.pc.south_bridge.ide.disks1.image]
1282type=CowDiskImage
1283children=child
1284child=system.pc.south_bridge.ide.disks1.image.child
1285image_file=
1286read_only=false
1287table_size=65536
1288
1289[system.pc.south_bridge.ide.disks1.image.child]
1290type=RawDiskImage
1320image_file=/projects/pd/randd/dist/disks/linux-bigswap2.img
1291image_file=/gem5/dist/disks/linux-bigswap2.img
1321read_only=true
1322
1323[system.pc.south_bridge.int_lines0]
1324type=X86IntLine
1325children=sink
1326sink=system.pc.south_bridge.int_lines0.sink
1327source=system.pc.south_bridge.pic1.output
1328

--- 201 unchanged lines hidden ---
1292read_only=true
1293
1294[system.pc.south_bridge.int_lines0]
1295type=X86IntLine
1296children=sink
1297sink=system.pc.south_bridge.int_lines0.sink
1298source=system.pc.south_bridge.pic1.output
1299

--- 201 unchanged lines hidden ---