config.ini revision 9481:b0fa6b872f40
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=1000
14init_param=0
15kernel=
16load_addr_mask=1099511627775
17mem_mode=atomic
18mem_ranges=
19memories=system.physmem
20num_work_ids=16
21readfile=
22symbolfile=
23work_begin_ckpt_count=0
24work_begin_cpu_id_exit=-1
25work_begin_exit_count=0
26work_cpus_ckpt_count=0
27work_end_ckpt_count=0
28work_end_exit_count=0
29work_item_id=-1
30system_port=system.membus.slave[0]
31
32[system.cpu]
33type=AtomicSimpleCPU
34children=dtb interrupts isa itb tracer workload
35UnifiedTLB=true
36branchPred=Null
37checker=Null
38clock=500
39cpu_id=0
40do_checkpoint_insts=true
41do_quiesce=true
42do_statistics_insts=true
43dtb=system.cpu.dtb
44fastmem=false
45function_trace=false
46function_trace_start=0
47interrupts=system.cpu.interrupts
48isa=system.cpu.isa
49itb=system.cpu.itb
50max_insts_all_threads=0
51max_insts_any_thread=0
52max_loads_all_threads=0
53max_loads_any_thread=0
54numThreads=1
55profile=0
56progress_interval=0
57simulate_data_stalls=false
58simulate_inst_stalls=false
59switched_out=false
60system=system
61tracer=system.cpu.tracer
62width=1
63workload=system.cpu.workload
64dcache_port=system.membus.slave[2]
65icache_port=system.membus.slave[1]
66
67[system.cpu.dtb]
68type=PowerTLB
69size=64
70
71[system.cpu.interrupts]
72type=PowerInterrupts
73
74[system.cpu.isa]
75type=PowerISA
76
77[system.cpu.itb]
78type=PowerTLB
79size=64
80
81[system.cpu.tracer]
82type=ExeTracer
83
84[system.cpu.workload]
85type=LiveProcess
86cmd=hello
87cwd=
88egid=100
89env=
90errout=cerr
91euid=100
92executable=tests/test-progs/hello/bin/power/linux/hello
93gid=100
94input=cin
95max_stack_size=67108864
96output=cout
97pid=100
98ppid=99
99simpoint=0
100system=system
101uid=100
102
103[system.membus]
104type=CoherentBus
105block_size=64
106clock=1000
107header_cycles=1
108use_default_range=false
109width=8
110master=system.physmem.port
111slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
112
113[system.physmem]
114type=SimpleMemory
115bandwidth=73.000000
116clock=1000
117conf_table_reported=false
118in_addr_map=true
119latency=30000
120latency_var=0
121null=false
122range=0:134217727
123zero=false
124port=system.membus.master[0]
125
126