config.ini revision 9055:38f1926fb599
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
33checker=Null
34clock=500
35cpu_id=0
36defer_registration=false
37do_checkpoint_insts=true
38do_quiesce=true
39do_statistics_insts=true
40dtb=system.cpu.dtb
41fastmem=false
42function_trace=false
43function_trace_start=0
44interrupts=system.cpu.interrupts
45itb=system.cpu.itb
46max_insts_all_threads=0
47max_insts_any_thread=0
48max_loads_all_threads=0
49max_loads_any_thread=0
50numThreads=1
51phase=0
52profile=0
53progress_interval=0
54simulate_data_stalls=false
55simulate_inst_stalls=false
56system=system
57tracer=system.cpu.tracer
58width=1
59workload=system.cpu.workload
60dcache_port=system.membus.slave[2]
61icache_port=system.membus.slave[1]
62
63[system.cpu.dtb]
64type=ArmTLB
65children=walker
66size=64
67walker=system.cpu.dtb.walker
68
69[system.cpu.dtb.walker]
70type=ArmTableWalker
71max_backoff=100000
72min_backoff=0
73sys=system
74port=system.membus.slave[4]
75
76[system.cpu.interrupts]
77type=ArmInterrupts
78
79[system.cpu.itb]
80type=ArmTLB
81children=walker
82size=64
83walker=system.cpu.itb.walker
84
85[system.cpu.itb.walker]
86type=ArmTableWalker
87max_backoff=100000
88min_backoff=0
89sys=system
90port=system.membus.slave[3]
91
92[system.cpu.tracer]
93type=ExeTracer
94
95[system.cpu.workload]
96type=LiveProcess
97cmd=eon chair.control.cook chair.camera chair.surfaces chair.cook.ppm ppm pixels_out.cook
98cwd=build/ARM/tests/opt/long/se/30.eon/arm/linux/simple-atomic
99egid=100
100env=
101errout=cerr
102euid=100
103executable=/dist/m5/cpu2000/binaries/arm/linux/eon
104gid=100
105input=cin
106max_stack_size=67108864
107output=cout
108pid=100
109ppid=99
110simpoint=0
111system=system
112uid=100
113
114[system.membus]
115type=CoherentBus
116block_size=64
117clock=1000
118header_cycles=1
119use_default_range=false
120width=64
121master=system.physmem.port[0]
122slave=system.system_port system.cpu.icache_port system.cpu.dcache_port system.cpu.itb.walker.port system.cpu.dtb.walker.port
123
124[system.physmem]
125type=SimpleMemory
126conf_table_reported=false
127file=
128in_addr_map=true
129latency=30000
130latency_var=0
131null=false
132range=0:134217727
133zero=false
134port=system.membus.master[0]
135
136