config.ini (9213:5cab5448909c) config.ini (9348:44d31345e360)
1[root]
2type=Root
3children=system
4full_system=false
5time_sync_enable=false
6time_sync_period=100000000000
7time_sync_spin_threshold=100000000
8
9[system]
10type=System
11children=cpu membus physmem
12boot_osflags=a
1[root]
2type=Root
3children=system
4full_system=false
5time_sync_enable=false
6time_sync_period=100000000000
7time_sync_spin_threshold=100000000
8
9[system]
10type=System
11children=cpu membus physmem
12boot_osflags=a
13clock=1
13clock=1000
14init_param=0
15kernel=
16load_addr_mask=1099511627775
17mem_mode=atomic
18memories=system.physmem
19num_work_ids=16
20readfile=
21symbolfile=
22work_begin_ckpt_count=0
23work_begin_cpu_id_exit=-1
24work_begin_exit_count=0
25work_cpus_ckpt_count=0
26work_end_ckpt_count=0
27work_end_exit_count=0
28work_item_id=-1
29system_port=system.membus.slave[0]
30
31[system.cpu]
32type=DerivO3CPU
14init_param=0
15kernel=
16load_addr_mask=1099511627775
17mem_mode=atomic
18memories=system.physmem
19num_work_ids=16
20readfile=
21symbolfile=
22work_begin_ckpt_count=0
23work_begin_cpu_id_exit=-1
24work_begin_exit_count=0
25work_cpus_ckpt_count=0
26work_end_ckpt_count=0
27work_end_exit_count=0
28work_item_id=-1
29system_port=system.membus.slave[0]
30
31[system.cpu]
32type=DerivO3CPU
33children=dcache dtb fuPool icache interrupts itb l2cache toL2Bus tracer workload
33children=dcache dtb fuPool icache interrupts isa itb l2cache toL2Bus tracer workload
34BTBEntries=4096
35BTBTagSize=16
36LFSTSize=1024
37LQEntries=32
38LSQCheckLoads=true
39LSQDepCheckShift=4
40RASSize=16
41SQEntries=32

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

73globalHistoryBits=13
74globalPredictorSize=8192
75iewToCommitDelay=1
76iewToDecodeDelay=1
77iewToFetchDelay=1
78iewToRenameDelay=1
79instShiftAmt=2
80interrupts=system.cpu.interrupts
34BTBEntries=4096
35BTBTagSize=16
36LFSTSize=1024
37LQEntries=32
38LSQCheckLoads=true
39LSQDepCheckShift=4
40RASSize=16
41SQEntries=32

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

73globalHistoryBits=13
74globalPredictorSize=8192
75iewToCommitDelay=1
76iewToDecodeDelay=1
77iewToFetchDelay=1
78iewToRenameDelay=1
79instShiftAmt=2
80interrupts=system.cpu.interrupts
81isa=system.cpu.isa
81issueToExecuteDelay=1
82issueWidth=8
83itb=system.cpu.itb
84localCtrBits=2
85localHistoryBits=11
86localHistoryTableSize=2048
87localPredictorSize=2048
88max_insts_all_threads=0

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

124dcache_port=system.cpu.dcache.cpu_side
125icache_port=system.cpu.icache.cpu_side
126
127[system.cpu.dcache]
128type=BaseCache
129addr_ranges=0:18446744073709551615
130assoc=2
131block_size=64
82issueToExecuteDelay=1
83issueWidth=8
84itb=system.cpu.itb
85localCtrBits=2
86localHistoryBits=11
87localHistoryTableSize=2048
88localPredictorSize=2048
89max_insts_all_threads=0

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

125dcache_port=system.cpu.dcache.cpu_side
126icache_port=system.cpu.icache.cpu_side
127
128[system.cpu.dcache]
129type=BaseCache
130addr_ranges=0:18446744073709551615
131assoc=2
132block_size=64
132clock=1
133clock=500
133forward_snoops=true
134hash_delay=1
134forward_snoops=true
135hash_delay=1
136hit_latency=2
135is_top_level=true
137is_top_level=true
136latency=1000
137max_miss_count=0
138max_miss_count=0
138mshrs=10
139mshrs=4
139prefetch_on_access=false
140prefetcher=Null
141prioritizeRequests=false
142repl=Null
140prefetch_on_access=false
141prefetcher=Null
142prioritizeRequests=false
143repl=Null
144response_latency=2
143size=262144
144subblock_size=0
145system=system
146tgts_per_mshr=20
147trace_addr=0
148two_queue=false
149write_buffers=8
150cpu_side=system.cpu.dcache_port
151mem_side=system.cpu.toL2Bus.slave[1]
152
153[system.cpu.dtb]
154type=X86TLB
155children=walker
156size=64
157walker=system.cpu.dtb.walker
158
159[system.cpu.dtb.walker]
160type=X86PagetableWalker
145size=262144
146subblock_size=0
147system=system
148tgts_per_mshr=20
149trace_addr=0
150two_queue=false
151write_buffers=8
152cpu_side=system.cpu.dcache_port
153mem_side=system.cpu.toL2Bus.slave[1]
154
155[system.cpu.dtb]
156type=X86TLB
157children=walker
158size=64
159walker=system.cpu.dtb.walker
160
161[system.cpu.dtb.walker]
162type=X86PagetableWalker
161clock=1
163clock=500
162system=system
163port=system.cpu.toL2Bus.slave[3]
164
165[system.cpu.fuPool]
166type=FUPool
167children=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7 FUList8
168FUList=system.cpu.fuPool.FUList0 system.cpu.fuPool.FUList1 system.cpu.fuPool.FUList2 system.cpu.fuPool.FUList3 system.cpu.fuPool.FUList4 system.cpu.fuPool.FUList5 system.cpu.fuPool.FUList6 system.cpu.fuPool.FUList7 system.cpu.fuPool.FUList8
169

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

425opClass=IprAccess
426opLat=3
427
428[system.cpu.icache]
429type=BaseCache
430addr_ranges=0:18446744073709551615
431assoc=2
432block_size=64
164system=system
165port=system.cpu.toL2Bus.slave[3]
166
167[system.cpu.fuPool]
168type=FUPool
169children=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7 FUList8
170FUList=system.cpu.fuPool.FUList0 system.cpu.fuPool.FUList1 system.cpu.fuPool.FUList2 system.cpu.fuPool.FUList3 system.cpu.fuPool.FUList4 system.cpu.fuPool.FUList5 system.cpu.fuPool.FUList6 system.cpu.fuPool.FUList7 system.cpu.fuPool.FUList8
171

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

427opClass=IprAccess
428opLat=3
429
430[system.cpu.icache]
431type=BaseCache
432addr_ranges=0:18446744073709551615
433assoc=2
434block_size=64
433clock=1
435clock=500
434forward_snoops=true
435hash_delay=1
436forward_snoops=true
437hash_delay=1
438hit_latency=2
436is_top_level=true
439is_top_level=true
437latency=1000
438max_miss_count=0
440max_miss_count=0
439mshrs=10
441mshrs=4
440prefetch_on_access=false
441prefetcher=Null
442prioritizeRequests=false
443repl=Null
442prefetch_on_access=false
443prefetcher=Null
444prioritizeRequests=false
445repl=Null
446response_latency=2
444size=131072
445subblock_size=0
446system=system
447tgts_per_mshr=20
448trace_addr=0
449two_queue=false
450write_buffers=8
451cpu_side=system.cpu.icache_port
452mem_side=system.cpu.toL2Bus.slave[0]
453
454[system.cpu.interrupts]
455type=X86LocalApic
447size=131072
448subblock_size=0
449system=system
450tgts_per_mshr=20
451trace_addr=0
452two_queue=false
453write_buffers=8
454cpu_side=system.cpu.icache_port
455mem_side=system.cpu.toL2Bus.slave[0]
456
457[system.cpu.interrupts]
458type=X86LocalApic
456clock=1
459clock=500
457int_latency=1000
458pio_addr=2305843009213693952
459pio_latency=100000
460system=system
461int_master=system.membus.slave[2]
462int_slave=system.membus.master[2]
463pio=system.membus.master[1]
464
460int_latency=1000
461pio_addr=2305843009213693952
462pio_latency=100000
463system=system
464int_master=system.membus.slave[2]
465int_slave=system.membus.master[2]
466pio=system.membus.master[1]
467
468[system.cpu.isa]
469type=X86ISA
470
465[system.cpu.itb]
466type=X86TLB
467children=walker
468size=64
469walker=system.cpu.itb.walker
470
471[system.cpu.itb.walker]
472type=X86PagetableWalker
471[system.cpu.itb]
472type=X86TLB
473children=walker
474size=64
475walker=system.cpu.itb.walker
476
477[system.cpu.itb.walker]
478type=X86PagetableWalker
473clock=1
479clock=500
474system=system
475port=system.cpu.toL2Bus.slave[2]
476
477[system.cpu.l2cache]
478type=BaseCache
479addr_ranges=0:18446744073709551615
480system=system
481port=system.cpu.toL2Bus.slave[2]
482
483[system.cpu.l2cache]
484type=BaseCache
485addr_ranges=0:18446744073709551615
480assoc=2
486assoc=8
481block_size=64
487block_size=64
482clock=1
488clock=500
483forward_snoops=true
484hash_delay=1
489forward_snoops=true
490hash_delay=1
491hit_latency=20
485is_top_level=false
492is_top_level=false
486latency=1000
487max_miss_count=0
493max_miss_count=0
488mshrs=10
494mshrs=20
489prefetch_on_access=false
490prefetcher=Null
491prioritizeRequests=false
492repl=Null
495prefetch_on_access=false
496prefetcher=Null
497prioritizeRequests=false
498repl=Null
499response_latency=20
493size=2097152
494subblock_size=0
495system=system
500size=2097152
501subblock_size=0
502system=system
496tgts_per_mshr=5
503tgts_per_mshr=12
497trace_addr=0
498two_queue=false
499write_buffers=8
500cpu_side=system.cpu.toL2Bus.master[0]
501mem_side=system.membus.slave[1]
502
503[system.cpu.toL2Bus]
504type=CoherentBus
505block_size=64
504trace_addr=0
505two_queue=false
506write_buffers=8
507cpu_side=system.cpu.toL2Bus.master[0]
508mem_side=system.membus.slave[1]
509
510[system.cpu.toL2Bus]
511type=CoherentBus
512block_size=64
506clock=1000
513clock=500
507header_cycles=1
508use_default_range=false
514header_cycles=1
515use_default_range=false
509width=8
516width=32
510master=system.cpu.l2cache.cpu_side
511slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb.walker.port system.cpu.dtb.walker.port
512
513[system.cpu.tracer]
514type=ExeTracer
515
516[system.cpu.workload]
517type=LiveProcess
518cmd=mcf mcf.in
519cwd=build/X86/tests/opt/long/se/10.mcf/x86/linux/o3-timing
520egid=100
521env=
522errout=cerr
523euid=100
517master=system.cpu.l2cache.cpu_side
518slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb.walker.port system.cpu.dtb.walker.port
519
520[system.cpu.tracer]
521type=ExeTracer
522
523[system.cpu.workload]
524type=LiveProcess
525cmd=mcf mcf.in
526cwd=build/X86/tests/opt/long/se/10.mcf/x86/linux/o3-timing
527egid=100
528env=
529errout=cerr
530euid=100
524executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/mcf
531executable=/projects/pd/randd/dist/cpu2000/binaries/x86/linux/mcf
525gid=100
532gid=100
526input=/scratch/nilay/GEM5/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
533input=/projects/pd/randd/dist/cpu2000/data/mcf/smred/input/mcf.in
527max_stack_size=67108864
528output=cout
529pid=100
530ppid=99
531simpoint=55300000000
532system=system
533uid=100
534
535[system.membus]
536type=CoherentBus
537block_size=64
538clock=1000
539header_cycles=1
540use_default_range=false
541width=8
542master=system.physmem.port system.cpu.interrupts.pio system.cpu.interrupts.int_slave
543slave=system.system_port system.cpu.l2cache.mem_side system.cpu.interrupts.int_master
544
545[system.physmem]
534max_stack_size=67108864
535output=cout
536pid=100
537ppid=99
538simpoint=55300000000
539system=system
540uid=100
541
542[system.membus]
543type=CoherentBus
544block_size=64
545clock=1000
546header_cycles=1
547use_default_range=false
548width=8
549master=system.physmem.port system.cpu.interrupts.pio system.cpu.interrupts.int_slave
550slave=system.system_port system.cpu.l2cache.mem_side system.cpu.interrupts.int_master
551
552[system.physmem]
546type=SimpleMemory
547clock=1
553type=SimpleDRAM
554addr_mapping=openmap
555banks_per_rank=8
556clock=1000
548conf_table_reported=false
557conf_table_reported=false
549file=
550in_addr_map=true
558in_addr_map=true
551latency=30000
552latency_var=0
559lines_per_rowbuffer=64
560mem_sched_policy=fcfs
553null=false
561null=false
562page_policy=open
554range=0:268435455
563range=0:268435455
564ranks_per_channel=2
565read_buffer_size=32
566tBURST=4000
567tCL=14000
568tRCD=14000
569tREFI=7800000
570tRFC=300000
571tRP=14000
572tWTR=1000
573write_buffer_size=32
574write_thresh_perc=70
555zero=false
556port=system.membus.master[0]
557
575zero=false
576port=system.membus.master[0]
577