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=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
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.dcache]
128type=BaseCache
129addr_ranges=0:18446744073709551615
130assoc=2
131block_size=64
132clock=500
133forward_snoops=true
134hash_delay=1
135hit_latency=2
136is_top_level=true
137max_miss_count=0
138mshrs=4
139prefetch_on_access=false
140prefetcher=Null
141prioritizeRequests=false
142repl=Null
143response_latency=2
144size=262144
145subblock_size=0
146system=system
147tgts_per_mshr=20
148trace_addr=0
149two_queue=false
150write_buffers=8
151cpu_side=system.cpu.dcache_port
152mem_side=system.cpu.toL2Bus.slave[1]
153
154[system.cpu.dtb]
155type=ArmTLB
156children=walker

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

429
430[system.cpu.icache]
431type=BaseCache
432addr_ranges=0:18446744073709551615
433assoc=2
434block_size=64
435clock=500
436forward_snoops=true
437hash_delay=1
438hit_latency=2
439is_top_level=true
440max_miss_count=0
441mshrs=4
442prefetch_on_access=false
443prefetcher=Null
444prioritizeRequests=false
445repl=Null
446response_latency=2
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=ArmInterrupts
459
460[system.cpu.itb]
461type=ArmTLB
462children=walker
463size=64
464walker=system.cpu.itb.walker
465
466[system.cpu.itb.walker]
467type=ArmTableWalker

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

472
473[system.cpu.l2cache]
474type=BaseCache
475addr_ranges=0:18446744073709551615
476assoc=8
477block_size=64
478clock=500
479forward_snoops=true
480hash_delay=1
481hit_latency=20
482is_top_level=false
483max_miss_count=0
484mshrs=20
485prefetch_on_access=false
486prefetcher=Null
487prioritizeRequests=false
488repl=Null
489response_latency=20
490size=2097152
491subblock_size=0
492system=system
493tgts_per_mshr=12
494trace_addr=0
495two_queue=false
496write_buffers=8
497cpu_side=system.cpu.toL2Bus.master[0]
498mem_side=system.membus.slave[1]
499
500[system.cpu.toL2Bus]
501type=CoherentBus
502block_size=64

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

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

--- 36 unchanged lines hidden ---