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=1000
14init_param=0
15kernel=
16load_addr_mask=1099511627775
17mem_mode=atomic
17mem_mode=timing
18mem_ranges=
19memories=system.physmem
20num_work_ids=16
21readfile=
22symbolfile=
23work_begin_ckpt_count=0
24work_begin_cpu_id_exit=-1
25work_begin_exit_count=0
26work_cpus_ckpt_count=0
27work_end_ckpt_count=0
28work_end_exit_count=0
29work_item_id=-1
30system_port=system.membus.slave[0]
31
32[system.cpu]
33type=DerivO3CPU
33children=dcache dtb fuPool icache interrupts itb l2cache toL2Bus tracer workload
34children=dcache dtb fuPool icache interrupts isa itb l2cache toL2Bus tracer workload
35BTBEntries=4096
36BTBTagSize=16
37LFSTSize=1024
38LQEntries=32
39LSQCheckLoads=true
40LSQDepCheckShift=4
41RASSize=16
42SQEntries=32

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

52commitToFetchDelay=1
53commitToIEWDelay=1
54commitToRenameDelay=1
55commitWidth=8
56cpu_id=0
57decodeToFetchDelay=1
58decodeToRenameDelay=1
59decodeWidth=8
59defer_registration=false
60dispatchWidth=8
61do_checkpoint_insts=true
62do_quiesce=true
63do_statistics_insts=true
64dtb=system.cpu.dtb
65fetchToDecodeDelay=1
66fetchTrapLatency=1
67fetchWidth=8

--- 5 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
82issueToExecuteDelay=1
83issueWidth=8
84itb=system.cpu.itb
85localCtrBits=2
86localHistoryBits=11
87localHistoryTableSize=2048
88localPredictorSize=2048
89max_insts_all_threads=0

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

111smtIQThreshold=100
112smtLSQPolicy=Partitioned
113smtLSQThreshold=100
114smtNumFetchingThreads=1
115smtROBPolicy=Partitioned
116smtROBThreshold=100
117squashWidth=8
118store_set_clear_period=250000
119switched_out=false
120system=system
121tracer=system.cpu.tracer
122trapLatency=13
123wbDepth=1
124wbWidth=8
125workload=system.cpu.workload
126dcache_port=system.cpu.dcache.cpu_side
127icache_port=system.cpu.icache.cpu_side
128
129[system.cpu.dcache]
130type=BaseCache
131addr_ranges=0:18446744073709551615
132assoc=2
133block_size=64
134clock=500
135forward_snoops=true
134hash_delay=1
136hit_latency=2
137is_top_level=true
138max_miss_count=0
139mshrs=4
140prefetch_on_access=false
141prefetcher=Null
141prioritizeRequests=false
142repl=Null
142response_latency=2
143size=262144
145subblock_size=0
144system=system
145tgts_per_mshr=20
148trace_addr=0
146two_queue=false
147write_buffers=8
148cpu_side=system.cpu.dcache_port
149mem_side=system.cpu.toL2Bus.slave[1]
150
151[system.cpu.dtb]
152type=SparcTLB
153size=64

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

417
418[system.cpu.icache]
419type=BaseCache
420addr_ranges=0:18446744073709551615
421assoc=2
422block_size=64
423clock=500
424forward_snoops=true
428hash_delay=1
425hit_latency=2
426is_top_level=true
427max_miss_count=0
428mshrs=4
429prefetch_on_access=false
430prefetcher=Null
435prioritizeRequests=false
436repl=Null
431response_latency=2
432size=131072
439subblock_size=0
433system=system
434tgts_per_mshr=20
442trace_addr=0
435two_queue=false
436write_buffers=8
437cpu_side=system.cpu.icache_port
438mem_side=system.cpu.toL2Bus.slave[0]
439
440[system.cpu.interrupts]
441type=SparcInterrupts
442
443[system.cpu.isa]
444type=SparcISA
445
446[system.cpu.itb]
447type=SparcTLB
448size=64
449
450[system.cpu.l2cache]
451type=BaseCache
452addr_ranges=0:18446744073709551615
453assoc=8
454block_size=64
455clock=500
456forward_snoops=true
462hash_delay=1
457hit_latency=20
458is_top_level=false
459max_miss_count=0
460mshrs=20
461prefetch_on_access=false
462prefetcher=Null
469prioritizeRequests=false
470repl=Null
463response_latency=20
464size=2097152
473subblock_size=0
465system=system
466tgts_per_mshr=12
476trace_addr=0
467two_queue=false
468write_buffers=8
469cpu_side=system.cpu.toL2Bus.master[0]
470mem_side=system.membus.slave[1]
471
472[system.cpu.toL2Bus]
473type=CoherentBus
474block_size=64

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

485[system.cpu.workload]
486type=LiveProcess
487cmd=insttest
488cwd=
489egid=100
490env=
491errout=cerr
492euid=100
503executable=/projects/pd/randd/dist/test-progs/insttest/bin/sparc/linux/insttest
493executable=/gem5/dist/test-progs/insttest/bin/sparc/linux/insttest
494gid=100
495input=cin
496max_stack_size=67108864
497output=cout
498pid=100
499ppid=99
500simpoint=0
501system=system

--- 38 unchanged lines hidden ---