config.ini revision 9885
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=clk_domain cpu cpu_clk_domain membus physmem voltage_domain
12boot_osflags=a
13cache_line_size=64
14clk_domain=system.clk_domain
15init_param=0
16kernel=
17load_addr_mask=1099511627775
18mem_mode=atomic
19mem_ranges=
20memories=system.physmem
21num_work_ids=16
22readfile=
23symbolfile=
24work_begin_ckpt_count=0
25work_begin_cpu_id_exit=-1
26work_begin_exit_count=0
27work_cpus_ckpt_count=0
28work_end_ckpt_count=0
29work_end_exit_count=0
30work_item_id=-1
31system_port=system.membus.slave[0]
32
33[system.clk_domain]
34type=SrcClockDomain
35clock=1000
36voltage_domain=system.voltage_domain
37
38[system.cpu]
39type=AtomicSimpleCPU
40children=dtb interrupts isa itb tracer workload
41checker=Null
42clk_domain=system.cpu_clk_domain
43cpu_id=0
44do_checkpoint_insts=true
45do_quiesce=true
46do_statistics_insts=true
47dtb=system.cpu.dtb
48fastmem=false
49function_trace=false
50function_trace_start=0
51interrupts=system.cpu.interrupts
52isa=system.cpu.isa
53itb=system.cpu.itb
54max_insts_all_threads=0
55max_insts_any_thread=0
56max_loads_all_threads=0
57max_loads_any_thread=0
58numThreads=1
59profile=0
60progress_interval=0
61simpoint_interval=100000000
62simpoint_profile=false
63simpoint_profile_file=simpoint.bb.gz
64simpoint_start_insts=
65simulate_data_stalls=false
66simulate_inst_stalls=false
67switched_out=false
68system=system
69tracer=system.cpu.tracer
70width=1
71workload=system.cpu.workload
72dcache_port=system.membus.slave[2]
73icache_port=system.membus.slave[1]
74
75[system.cpu.dtb]
76type=ArmTLB
77children=walker
78size=64
79walker=system.cpu.dtb.walker
80
81[system.cpu.dtb.walker]
82type=ArmTableWalker
83clk_domain=system.cpu_clk_domain
84num_squash_per_cycle=2
85sys=system
86port=system.membus.slave[4]
87
88[system.cpu.interrupts]
89type=ArmInterrupts
90
91[system.cpu.isa]
92type=ArmISA
93fpsid=1090793632
94id_isar0=34607377
95id_isar1=34677009
96id_isar2=555950401
97id_isar3=17899825
98id_isar4=268501314
99id_isar5=0
100id_mmfr0=3
101id_mmfr1=0
102id_mmfr2=19070976
103id_mmfr3=4027589137
104id_pfr0=49
105id_pfr1=1
106midr=890224640
107
108[system.cpu.itb]
109type=ArmTLB
110children=walker
111size=64
112walker=system.cpu.itb.walker
113
114[system.cpu.itb.walker]
115type=ArmTableWalker
116clk_domain=system.cpu_clk_domain
117num_squash_per_cycle=2
118sys=system
119port=system.membus.slave[3]
120
121[system.cpu.tracer]
122type=ExeTracer
123
124[system.cpu.workload]
125type=LiveProcess
126cmd=vortex lendian.raw
127cwd=build/ARM/tests/opt/long/se/50.vortex/arm/linux/simple-atomic
128egid=100
129env=
130errout=cerr
131euid=100
132executable=/dist/m5/cpu2000/binaries/arm/linux/vortex
133gid=100
134input=cin
135max_stack_size=67108864
136output=cout
137pid=100
138ppid=99
139simpoint=0
140system=system
141uid=100
142
143[system.cpu_clk_domain]
144type=SrcClockDomain
145clock=500
146voltage_domain=system.voltage_domain
147
148[system.membus]
149type=CoherentBus
150clk_domain=system.clk_domain
151header_cycles=1
152system=system
153use_default_range=false
154width=8
155master=system.physmem.port
156slave=system.system_port system.cpu.icache_port system.cpu.dcache_port system.cpu.itb.walker.port system.cpu.dtb.walker.port
157
158[system.physmem]
159type=SimpleMemory
160bandwidth=73.000000
161clk_domain=system.clk_domain
162conf_table_reported=true
163in_addr_map=true
164latency=30000
165latency_var=0
166null=false
167range=0:134217727
168port=system.membus.master[0]
169
170[system.voltage_domain]
171type=VoltageDomain
172voltage=1.000000
173
174