config.ini (8835:7c68f84d7c4e) config.ini (8983:8800b05e1cb3)
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
13init_param=0
14kernel=
15load_addr_mask=1099511627775
16mem_mode=atomic
17memories=system.physmem
18num_work_ids=16
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
13init_param=0
14kernel=
15load_addr_mask=1099511627775
16mem_mode=atomic
17memories=system.physmem
18num_work_ids=16
19physmem=system.physmem
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
19readfile=
20symbolfile=
21work_begin_ckpt_count=0
22work_begin_cpu_id_exit=-1
23work_begin_exit_count=0
24work_cpus_ckpt_count=0
25work_end_ckpt_count=0
26work_end_exit_count=0
27work_item_id=-1
29system_port=system.membus.port[0]
28system_port=system.membus.slave[0]
30
31[system.cpu]
32type=AtomicSimpleCPU
33children=dtb interrupts itb tracer workload
34UnifiedTLB=true
35checker=Null
36clock=500
37cpu_id=0
38defer_registration=false
39do_checkpoint_insts=true
40do_quiesce=true
41do_statistics_insts=true
42dtb=system.cpu.dtb
29
30[system.cpu]
31type=AtomicSimpleCPU
32children=dtb interrupts itb tracer workload
33UnifiedTLB=true
34checker=Null
35clock=500
36cpu_id=0
37defer_registration=false
38do_checkpoint_insts=true
39do_quiesce=true
40do_statistics_insts=true
41dtb=system.cpu.dtb
42fastmem=false
43function_trace=false
44function_trace_start=0
45interrupts=system.cpu.interrupts
46itb=system.cpu.itb
47max_insts_all_threads=0
48max_insts_any_thread=0
49max_loads_all_threads=0
50max_loads_any_thread=0
51numThreads=1
52phase=0
53profile=0
54progress_interval=0
55simulate_data_stalls=false
56simulate_inst_stalls=false
57system=system
58tracer=system.cpu.tracer
59width=1
60workload=system.cpu.workload
43function_trace=false
44function_trace_start=0
45interrupts=system.cpu.interrupts
46itb=system.cpu.itb
47max_insts_all_threads=0
48max_insts_any_thread=0
49max_loads_all_threads=0
50max_loads_any_thread=0
51numThreads=1
52phase=0
53profile=0
54progress_interval=0
55simulate_data_stalls=false
56simulate_inst_stalls=false
57system=system
58tracer=system.cpu.tracer
59width=1
60workload=system.cpu.workload
61dcache_port=system.membus.port[3]
62icache_port=system.membus.port[2]
61dcache_port=system.membus.slave[2]
62icache_port=system.membus.slave[1]
63
64[system.cpu.dtb]
65type=PowerTLB
66size=64
67
68[system.cpu.interrupts]
69type=PowerInterrupts
70

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

97[system.membus]
98type=Bus
99block_size=64
100bus_id=0
101clock=1000
102header_cycles=1
103use_default_range=false
104width=64
63
64[system.cpu.dtb]
65type=PowerTLB
66size=64
67
68[system.cpu.interrupts]
69type=PowerInterrupts
70

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

97[system.membus]
98type=Bus
99block_size=64
100bus_id=0
101clock=1000
102header_cycles=1
103use_default_range=false
104width=64
105port=system.system_port system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
105master=system.physmem.port[0]
106slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
106
107[system.physmem]
107
108[system.physmem]
108type=PhysicalMemory
109type=SimpleMemory
110conf_table_reported=false
109file=
111file=
112in_addr_map=true
110latency=30000
111latency_var=0
112null=false
113range=0:134217727
114zero=false
113latency=30000
114latency_var=0
115null=false
116range=0:134217727
117zero=false
115port=system.membus.port[1]
118port=system.membus.master[0]
116
119