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
18init_param=0
19kernel=
20kernel_addr_check=true
21load_addr_mask=1099511627775
22load_offset=0
23mem_mode=timing
24mem_ranges=
25memories=system.physmem
26mmap_using_noreserve=false
27num_work_ids=16
28readfile=
29symbolfile=
30work_begin_ckpt_count=0
31work_begin_cpu_id_exit=-1
32work_begin_exit_count=0
33work_cpus_ckpt_count=0
34work_end_ckpt_count=0

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

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

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

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

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

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

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

672transition_latency=100000000
673
674[system.membus]
675type=CoherentXBar
676clk_domain=system.clk_domain
677eventq_index=0
678forward_latency=4
679frontend_latency=3
680response_latency=2
681snoop_filter=Null
682snoop_response_latency=4
683system=system
684use_default_range=false
685width=16
686master=system.physmem.port system.cpu.interrupts.pio system.cpu.interrupts.int_slave
687slave=system.system_port system.cpu.l2cache.mem_side system.cpu.interrupts.int_master

--- 83 unchanged lines hidden ---