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
35branchPred=Null
36checker=Null
37clock=500
38cpu_id=0
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
47isa=system.cpu.isa
48itb=system.cpu.itb
49max_insts_all_threads=0
50max_insts_any_thread=0
51max_loads_all_threads=0
52max_loads_any_thread=0
53numThreads=1
54profile=0
55progress_interval=0
56simulate_data_stalls=false
57simulate_inst_stalls=false
58switched_out=false
59system=system
60tracer=system.cpu.tracer
61width=1
62workload=system.cpu.workload
63dcache_port=system.membus.slave[2]
64icache_port=system.membus.slave[1]
65
66[system.cpu.dtb]
67type=ArmTLB
68children=walker
69size=64
70walker=system.cpu.dtb.walker
71
72[system.cpu.dtb.walker]
73type=ArmTableWalker
74clock=500
75num_squash_per_cycle=2
76sys=system
77port=system.membus.slave[4]
78
79[system.cpu.interrupts]
80type=ArmInterrupts
81
82[system.cpu.isa]
83type=ArmISA
84fpsid=1090793632
85id_isar0=34607377
86id_isar1=34677009
87id_isar2=555950401
88id_isar3=17899825
89id_isar4=268501314
90id_isar5=0
91id_mmfr0=3
92id_mmfr1=0
93id_mmfr2=19070976
94id_mmfr3=4027589137
95id_pfr0=49
96id_pfr1=1
97midr=890224640
98
99[system.cpu.itb]
100type=ArmTLB
101children=walker
102size=64
103walker=system.cpu.itb.walker
104
105[system.cpu.itb.walker]
106type=ArmTableWalker
107clock=500
108num_squash_per_cycle=2
109sys=system
110port=system.membus.slave[3]
111
112[system.cpu.tracer]
113type=ExeTracer
114
115[system.cpu.workload]
116type=LiveProcess
117cmd=eon chair.control.cook chair.camera chair.surfaces chair.cook.ppm ppm pixels_out.cook
118cwd=build/ARM/tests/opt/long/se/30.eon/arm/linux/simple-atomic
119egid=100
120env=
121errout=cerr
122euid=100
123executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/arm/linux/eon
124gid=100
125input=cin
126max_stack_size=67108864
127output=cout
128pid=100
129ppid=99
130simpoint=0
131system=system
132uid=100
133
134[system.membus]
135type=CoherentBus
136block_size=64
137clock=1000
138header_cycles=1
139use_default_range=false
140width=8
141master=system.physmem.port
142slave=system.system_port system.cpu.icache_port system.cpu.dcache_port system.cpu.itb.walker.port system.cpu.dtb.walker.port
143
144[system.physmem]
145type=SimpleMemory
146bandwidth=73.000000
147clock=1000
148conf_table_reported=false
149in_addr_map=true
150latency=30000
151latency_var=0
152null=false
153range=0:134217727
154zero=false
155port=system.membus.master[0]
156
157