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=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=checker dcache dtb fuPool icache interrupts itb l2cache toL2Bus tracer workload
34BTBEntries=4096
35BTBTagSize=16
36LFSTSize=1024
37LQEntries=32
38LSQCheckLoads=true
39LSQDepCheckShift=4
40RASSize=16
41SQEntries=32

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

51commitToFetchDelay=1
52commitToIEWDelay=1
53commitToRenameDelay=1
54commitWidth=8
55cpu_id=0
56decodeToFetchDelay=1
57decodeToRenameDelay=1
58decodeWidth=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
81issueToExecuteDelay=1
82issueWidth=8
83itb=system.cpu.itb
84localCtrBits=2
85localHistoryBits=11
86localHistoryTableSize=2048
87localPredictorSize=2048
88max_insts_all_threads=0

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

110smtIQThreshold=100
111smtLSQPolicy=Partitioned
112smtLSQThreshold=100
113smtNumFetchingThreads=1
114smtROBPolicy=Partitioned
115smtROBThreshold=100
116squashWidth=8
117store_set_clear_period=250000
118system=system
119tracer=system.cpu.tracer
120trapLatency=13
121wbDepth=1
122wbWidth=8
123workload=system.cpu.workload
124dcache_port=system.cpu.dcache.cpu_side
125icache_port=system.cpu.icache.cpu_side
126
127[system.cpu.checker]
128type=O3Checker
129children=dtb itb tracer
130checker=Null
131clock=500
132cpu_id=0
133defer_registration=false
134do_checkpoint_insts=true
135do_quiesce=true
136do_statistics_insts=true
137dtb=system.cpu.checker.dtb
138exitOnError=false
139function_trace=false
140function_trace_start=0
141interrupts=Null
142itb=system.cpu.checker.itb
143max_insts_all_threads=0
144max_insts_any_thread=0
145max_loads_all_threads=0
146max_loads_any_thread=0
147numThreads=1
148profile=0
149progress_interval=0
150system=system
151tracer=system.cpu.checker.tracer
152updateOnError=true
153warnOnlyOnLoadError=true
154workload=system.cpu.workload
155
156[system.cpu.checker.dtb]
157type=ArmTLB
158children=walker
159size=64
160walker=system.cpu.checker.dtb.walker
161
162[system.cpu.checker.dtb.walker]
163type=ArmTableWalker
164clock=500
165num_squash_per_cycle=2
166sys=system
167port=system.cpu.toL2Bus.slave[5]
168
169[system.cpu.checker.itb]
170type=ArmTLB
171children=walker
172size=64
173walker=system.cpu.checker.itb.walker
174
175[system.cpu.checker.itb.walker]
176type=ArmTableWalker

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

184
185[system.cpu.dcache]
186type=BaseCache
187addr_ranges=0:18446744073709551615
188assoc=2
189block_size=64
190clock=500
191forward_snoops=true
192hash_delay=1
193hit_latency=2
194is_top_level=true
195max_miss_count=0
196mshrs=4
197prefetch_on_access=false
198prefetcher=Null
199prioritizeRequests=false
200repl=Null
201response_latency=2
202size=262144
203subblock_size=0
204system=system
205tgts_per_mshr=20
206trace_addr=0
207two_queue=false
208write_buffers=8
209cpu_side=system.cpu.dcache_port
210mem_side=system.cpu.toL2Bus.slave[1]
211
212[system.cpu.dtb]
213type=ArmTLB
214children=walker

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

487
488[system.cpu.icache]
489type=BaseCache
490addr_ranges=0:18446744073709551615
491assoc=2
492block_size=64
493clock=500
494forward_snoops=true
495hash_delay=1
496hit_latency=2
497is_top_level=true
498max_miss_count=0
499mshrs=4
500prefetch_on_access=false
501prefetcher=Null
502prioritizeRequests=false
503repl=Null
504response_latency=2
505size=131072
506subblock_size=0
507system=system
508tgts_per_mshr=20
509trace_addr=0
510two_queue=false
511write_buffers=8
512cpu_side=system.cpu.icache_port
513mem_side=system.cpu.toL2Bus.slave[0]
514
515[system.cpu.interrupts]
516type=ArmInterrupts
517
518[system.cpu.itb]
519type=ArmTLB
520children=walker
521size=64
522walker=system.cpu.itb.walker
523
524[system.cpu.itb.walker]
525type=ArmTableWalker

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

530
531[system.cpu.l2cache]
532type=BaseCache
533addr_ranges=0:18446744073709551615
534assoc=8
535block_size=64
536clock=500
537forward_snoops=true
538hash_delay=1
539hit_latency=20
540is_top_level=false
541max_miss_count=0
542mshrs=20
543prefetch_on_access=false
544prefetcher=Null
545prioritizeRequests=false
546repl=Null
547response_latency=20
548size=2097152
549subblock_size=0
550system=system
551tgts_per_mshr=12
552trace_addr=0
553two_queue=false
554write_buffers=8
555cpu_side=system.cpu.toL2Bus.master[0]
556mem_side=system.membus.slave[1]
557
558[system.cpu.toL2Bus]
559type=CoherentBus
560block_size=64

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

571[system.cpu.workload]
572type=LiveProcess
573cmd=hello
574cwd=
575egid=100
576env=
577errout=cerr
578euid=100
579executable=/projects/pd/randd/dist/test-progs/hello/bin/arm/linux/hello
580gid=100
581input=cin
582max_stack_size=67108864
583output=cout
584pid=100
585ppid=99
586simpoint=0
587system=system

--- 38 unchanged lines hidden ---