Deleted Added
sdiff udiff text old ( 9348:44d31345e360 ) new ( 9449:56610ab73040 )
full compact
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=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
34children=checker 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
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.checker]
130type=O3Checker
131children=dtb isa itb tracer
132checker=Null
133clock=500
134cpu_id=0
135do_checkpoint_insts=true
136do_quiesce=true
137do_statistics_insts=true
138dtb=system.cpu.checker.dtb
139exitOnError=false
140function_trace=false
141function_trace_start=0
142interrupts=Null
143isa=system.cpu.checker.isa
144itb=system.cpu.checker.itb
145max_insts_all_threads=0
146max_insts_any_thread=0
147max_loads_all_threads=0
148max_loads_any_thread=0
149numThreads=1
150profile=0
151progress_interval=0
152switched_out=false
153system=system
154tracer=system.cpu.checker.tracer
155updateOnError=true
156warnOnlyOnLoadError=true
157workload=system.cpu.workload
158
159[system.cpu.checker.dtb]
160type=ArmTLB
161children=walker
162size=64
163walker=system.cpu.checker.dtb.walker
164
165[system.cpu.checker.dtb.walker]
166type=ArmTableWalker
167clock=500
168num_squash_per_cycle=2
169sys=system
170port=system.cpu.toL2Bus.slave[5]
171
172[system.cpu.checker.isa]
173type=ArmISA
174fpsid=1090793632
175id_isar0=34607377
176id_isar1=34677009
177id_isar2=555950401
178id_isar3=17899825
179id_isar4=268501314
180id_isar5=0
181id_mmfr0=3
182id_mmfr1=0
183id_mmfr2=19070976
184id_mmfr3=4027589137
185id_pfr0=49
186id_pfr1=1
187midr=890224640
188
189[system.cpu.checker.itb]
190type=ArmTLB
191children=walker
192size=64
193walker=system.cpu.checker.itb.walker
194
195[system.cpu.checker.itb.walker]
196type=ArmTableWalker

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

204
205[system.cpu.dcache]
206type=BaseCache
207addr_ranges=0:18446744073709551615
208assoc=2
209block_size=64
210clock=500
211forward_snoops=true
212hit_latency=2
213is_top_level=true
214max_miss_count=0
215mshrs=4
216prefetch_on_access=false
217prefetcher=Null
218response_latency=2
219size=262144
220system=system
221tgts_per_mshr=20
222two_queue=false
223write_buffers=8
224cpu_side=system.cpu.dcache_port
225mem_side=system.cpu.toL2Bus.slave[1]
226
227[system.cpu.dtb]
228type=ArmTLB
229children=walker

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

502
503[system.cpu.icache]
504type=BaseCache
505addr_ranges=0:18446744073709551615
506assoc=2
507block_size=64
508clock=500
509forward_snoops=true
510hit_latency=2
511is_top_level=true
512max_miss_count=0
513mshrs=4
514prefetch_on_access=false
515prefetcher=Null
516response_latency=2
517size=131072
518system=system
519tgts_per_mshr=20
520two_queue=false
521write_buffers=8
522cpu_side=system.cpu.icache_port
523mem_side=system.cpu.toL2Bus.slave[0]
524
525[system.cpu.interrupts]
526type=ArmInterrupts
527
528[system.cpu.isa]
529type=ArmISA
530fpsid=1090793632
531id_isar0=34607377
532id_isar1=34677009
533id_isar2=555950401
534id_isar3=17899825
535id_isar4=268501314
536id_isar5=0
537id_mmfr0=3
538id_mmfr1=0
539id_mmfr2=19070976
540id_mmfr3=4027589137
541id_pfr0=49
542id_pfr1=1
543midr=890224640
544
545[system.cpu.itb]
546type=ArmTLB
547children=walker
548size=64
549walker=system.cpu.itb.walker
550
551[system.cpu.itb.walker]
552type=ArmTableWalker

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

557
558[system.cpu.l2cache]
559type=BaseCache
560addr_ranges=0:18446744073709551615
561assoc=8
562block_size=64
563clock=500
564forward_snoops=true
565hit_latency=20
566is_top_level=false
567max_miss_count=0
568mshrs=20
569prefetch_on_access=false
570prefetcher=Null
571response_latency=20
572size=2097152
573system=system
574tgts_per_mshr=12
575two_queue=false
576write_buffers=8
577cpu_side=system.cpu.toL2Bus.master[0]
578mem_side=system.membus.slave[1]
579
580[system.cpu.toL2Bus]
581type=CoherentBus
582block_size=64

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

593[system.cpu.workload]
594type=LiveProcess
595cmd=hello
596cwd=
597egid=100
598env=
599errout=cerr
600euid=100
601executable=/gem5/dist/test-progs/hello/bin/arm/linux/hello
602gid=100
603input=cin
604max_stack_size=67108864
605output=cout
606pid=100
607ppid=99
608simpoint=0
609system=system

--- 38 unchanged lines hidden ---