Deleted Added
sdiff udiff text old ( 11103:38f6188421e0 ) new ( 11384:e3cbd2823210 )
full compact
1[root]
2type=Root
3children=system
4eventq_index=0
5full_system=false
6sim_quantum=0
7time_sync_enable=false
8time_sync_period=100000000000
9time_sync_spin_threshold=100000000
10
11[system]
12type=System
13children=clk_domain cpu cpu_clk_domain dvfs_handler membus physmem voltage_domain
14boot_osflags=a
15cache_line_size=64
16clk_domain=system.clk_domain
17eventq_index=0
18exit_on_work_items=false
19init_param=0
20kernel=
21kernel_addr_check=true
22load_addr_mask=1099511627775
23load_offset=0
24mem_mode=timing
25mem_ranges=
26memories=system.physmem
27mmap_using_noreserve=false
28multi_thread=false
29num_work_ids=16
30readfile=
31symbolfile=
32work_begin_ckpt_count=0
33work_begin_cpu_id_exit=-1
34work_begin_exit_count=0
35work_cpus_ckpt_count=0
36work_end_ckpt_count=0

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

158numThreads=1
159
160[system.cpu.dcache]
161type=Cache
162children=tags
163addr_ranges=0:18446744073709551615
164assoc=2
165clk_domain=system.cpu_clk_domain
166clusivity=mostly_incl
167demand_mshr_reserve=1
168eventq_index=0
169hit_latency=2
170is_read_only=false
171max_miss_count=0
172mshrs=4
173prefetch_on_access=false
174prefetcher=Null
175response_latency=2
176sequential_access=false
177size=262144
178system=system
179tags=system.cpu.dcache.tags
180tgts_per_mshr=20
181write_buffers=8
182writeback_clean=false
183cpu_side=system.cpu.dcache_port
184mem_side=system.cpu.toL2Bus.slave[1]
185
186[system.cpu.dcache.tags]
187type=LRU
188assoc=2
189block_size=64
190clk_domain=system.cpu_clk_domain

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

516pipelined=false
517
518[system.cpu.icache]
519type=Cache
520children=tags
521addr_ranges=0:18446744073709551615
522assoc=2
523clk_domain=system.cpu_clk_domain
524clusivity=mostly_incl
525demand_mshr_reserve=1
526eventq_index=0
527hit_latency=2
528is_read_only=true
529max_miss_count=0
530mshrs=4
531prefetch_on_access=false
532prefetcher=Null
533response_latency=2
534sequential_access=false
535size=131072
536system=system
537tags=system.cpu.icache.tags
538tgts_per_mshr=20
539write_buffers=8
540writeback_clean=true
541cpu_side=system.cpu.icache_port
542mem_side=system.cpu.toL2Bus.slave[0]
543
544[system.cpu.icache.tags]
545type=LRU
546assoc=2
547block_size=64
548clk_domain=system.cpu_clk_domain

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

583port=system.cpu.toL2Bus.slave[2]
584
585[system.cpu.l2cache]
586type=Cache
587children=tags
588addr_ranges=0:18446744073709551615
589assoc=8
590clk_domain=system.cpu_clk_domain
591clusivity=mostly_incl
592demand_mshr_reserve=1
593eventq_index=0
594hit_latency=20
595is_read_only=false
596max_miss_count=0
597mshrs=20
598prefetch_on_access=false
599prefetcher=Null
600response_latency=20
601sequential_access=false
602size=2097152
603system=system
604tags=system.cpu.l2cache.tags
605tgts_per_mshr=12
606write_buffers=8
607writeback_clean=false
608cpu_side=system.cpu.toL2Bus.master[0]
609mem_side=system.membus.slave[1]
610
611[system.cpu.l2cache.tags]
612type=LRU
613assoc=8
614block_size=64
615clk_domain=system.cpu_clk_domain
616eventq_index=0
617hit_latency=20
618sequential_access=false
619size=2097152
620
621[system.cpu.toL2Bus]
622type=CoherentXBar
623children=snoop_filter
624clk_domain=system.cpu_clk_domain
625eventq_index=0
626forward_latency=0
627frontend_latency=1
628point_of_coherency=false
629response_latency=1
630snoop_filter=system.cpu.toL2Bus.snoop_filter
631snoop_response_latency=1
632system=system
633use_default_range=false
634width=32
635master=system.cpu.l2cache.cpu_side
636slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb.walker.port system.cpu.dtb.walker.port
637
638[system.cpu.toL2Bus.snoop_filter]
639type=SnoopFilter
640eventq_index=0
641lookup_latency=0
642max_capacity=8388608
643system=system
644
645[system.cpu.tracer]
646type=ExeTracer
647eventq_index=0
648
649[system.cpu.workload]
650type=LiveProcess
651cmd=mcf mcf.in
652cwd=build/X86/tests/opt/long/se/10.mcf/x86/linux/o3-timing
653drivers=
654egid=100
655env=
656errout=cerr
657euid=100
658eventq_index=0
659executable=/dist/m5/cpu2000/binaries/x86/linux/mcf
660gid=100
661input=/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
662kvmInSE=false
663max_stack_size=67108864
664output=cout
665pid=100
666ppid=99
667simpoint=55300000000
668system=system
669uid=100

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

686transition_latency=100000000
687
688[system.membus]
689type=CoherentXBar
690clk_domain=system.clk_domain
691eventq_index=0
692forward_latency=4
693frontend_latency=3
694point_of_coherency=true
695response_latency=2
696snoop_filter=Null
697snoop_response_latency=4
698system=system
699use_default_range=false
700width=16
701master=system.physmem.port system.cpu.interrupts.pio system.cpu.interrupts.int_slave
702slave=system.system_port system.cpu.l2cache.mem_side system.cpu.interrupts.int_master

--- 83 unchanged lines hidden ---