config.ini revision 9150
110260SAndrew.Bardsley@arm.com[root]
210260SAndrew.Bardsley@arm.comtype=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
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=/dist/m5/regression/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
109conf_table_reported=false
110file=
111in_addr_map=true
112latency=30000
113latency_var=0
114null=false
115range=0:134217727
116zero=false
117port=system.membus.master[0]
118
119