Deleted Added
sdiff udiff text old ( 9378:36ed6d4654bb ) 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=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.dcache]
130type=BaseCache
131addr_ranges=0:18446744073709551615
132assoc=2
133block_size=64
134clock=500
135forward_snoops=true
136hit_latency=2
137is_top_level=true
138max_miss_count=0
139mshrs=4
140prefetch_on_access=false
141prefetcher=Null
142response_latency=2
143size=262144
144system=system
145tgts_per_mshr=20
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=ArmTLB
153children=walker

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

426
427[system.cpu.icache]
428type=BaseCache
429addr_ranges=0:18446744073709551615
430assoc=2
431block_size=64
432clock=500
433forward_snoops=true
434hit_latency=2
435is_top_level=true
436max_miss_count=0
437mshrs=4
438prefetch_on_access=false
439prefetcher=Null
440response_latency=2
441size=131072
442system=system
443tgts_per_mshr=20
444two_queue=false
445write_buffers=8
446cpu_side=system.cpu.icache_port
447mem_side=system.cpu.toL2Bus.slave[0]
448
449[system.cpu.interrupts]
450type=ArmInterrupts
451
452[system.cpu.isa]
453type=ArmISA
454fpsid=1090793632
455id_isar0=34607377
456id_isar1=34677009
457id_isar2=555950401
458id_isar3=17899825
459id_isar4=268501314
460id_isar5=0
461id_mmfr0=3
462id_mmfr1=0
463id_mmfr2=19070976
464id_mmfr3=4027589137
465id_pfr0=49
466id_pfr1=1
467midr=890224640
468
469[system.cpu.itb]
470type=ArmTLB
471children=walker
472size=64
473walker=system.cpu.itb.walker
474
475[system.cpu.itb.walker]
476type=ArmTableWalker

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

481
482[system.cpu.l2cache]
483type=BaseCache
484addr_ranges=0:18446744073709551615
485assoc=8
486block_size=64
487clock=500
488forward_snoops=true
489hit_latency=20
490is_top_level=false
491max_miss_count=0
492mshrs=20
493prefetch_on_access=false
494prefetcher=Null
495response_latency=20
496size=2097152
497system=system
498tgts_per_mshr=12
499two_queue=false
500write_buffers=8
501cpu_side=system.cpu.toL2Bus.master[0]
502mem_side=system.membus.slave[1]
503
504[system.cpu.toL2Bus]
505type=CoherentBus
506block_size=64

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

517[system.cpu.workload]
518type=LiveProcess
519cmd=mcf mcf.in
520cwd=build/ARM/tests/opt/long/se/10.mcf/arm/linux/o3-timing
521egid=100
522env=
523errout=cerr
524euid=100
525executable=/gem5/dist/cpu2000/binaries/arm/linux/mcf
526gid=100
527input=/gem5/dist/cpu2000/data/mcf/smred/input/mcf.in
528max_stack_size=67108864
529output=cout
530pid=100
531ppid=99
532simpoint=55300000000
533system=system
534uid=100
535

--- 36 unchanged lines hidden ---