Deleted Added
sdiff udiff text old ( 8835:7c68f84d7c4e ) new ( 8983:8800b05e1cb3 )
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
13init_param=0
14kernel=
15load_addr_mask=1099511627775
16mem_mode=atomic
17memories=system.physmem
18num_work_ids=16
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
28system_port=system.membus.slave[0]
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
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
105master=system.physmem.port[0]
106slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
107
108[system.physmem]
109type=SimpleMemory
110conf_table_reported=false
111file=
112in_addr_map=true
113latency=30000
114latency_var=0
115null=false
116range=0:134217727
117zero=false
118port=system.membus.master[0]
119