config.ini revision 9276
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=1
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=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
43fastmem=false
44function_trace=false
45function_trace_start=0
46interrupts=system.cpu.interrupts
47itb=system.cpu.itb
48max_insts_all_threads=0
49max_insts_any_thread=0
50max_loads_all_threads=0
51max_loads_any_thread=0
52numThreads=1
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
71[system.cpu.itb]
72type=PowerTLB
73size=64
74
75[system.cpu.tracer]
76type=ExeTracer
77
78[system.cpu.workload]
79type=LiveProcess
80cmd=hello
81cwd=
82egid=100
83env=
84errout=cerr
85euid=100
86executable=tests/test-progs/hello/bin/power/linux/hello
87gid=100
88input=cin
89max_stack_size=67108864
90output=cout
91pid=100
92ppid=99
93simpoint=0
94system=system
95uid=100
96
97[system.membus]
98type=CoherentBus
99block_size=64
100clock=1000
101header_cycles=1
102use_default_range=false
103width=8
104master=system.physmem.port
105slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
106
107[system.physmem]
108type=SimpleMemory
109bandwidth=73.000000
110clock=1
111conf_table_reported=false
112in_addr_map=true
113latency=30000
114latency_var=0
115null=false
116range=0:134217727
117zero=false
118port=system.membus.master[0]
119
120