config.ini revision 10315:9e02c14446bb
1[root]
2type=Root
3children=system
4eventq_index=0
5full_system=false
6sim_quantum=0
7time_sync_enable=false
8time_sync_period=100000000000
9time_sync_spin_threshold=100000000
10
11[system]
12type=System
13children=clk_domain cpu cpu_clk_domain dvfs_handler membus physmem voltage_domain
14boot_osflags=a
15cache_line_size=64
16clk_domain=system.clk_domain
17eventq_index=0
18init_param=0
19kernel=
20kernel_addr_check=true
21load_addr_mask=1099511627775
22load_offset=0
23mem_mode=atomic
24mem_ranges=
25memories=system.physmem
26num_work_ids=16
27readfile=
28symbolfile=
29work_begin_ckpt_count=0
30work_begin_cpu_id_exit=-1
31work_begin_exit_count=0
32work_cpus_ckpt_count=0
33work_end_ckpt_count=0
34work_end_exit_count=0
35work_item_id=-1
36system_port=system.membus.slave[0]
37
38[system.clk_domain]
39type=SrcClockDomain
40clock=1000
41domain_id=-1
42eventq_index=0
43init_perf_level=0
44voltage_domain=system.voltage_domain
45
46[system.cpu]
47type=AtomicSimpleCPU
48children=dtb interrupts isa itb tracer workload
49branchPred=Null
50checker=Null
51clk_domain=system.cpu_clk_domain
52cpu_id=0
53do_checkpoint_insts=true
54do_quiesce=true
55do_statistics_insts=true
56dtb=system.cpu.dtb
57eventq_index=0
58fastmem=false
59function_trace=false
60function_trace_start=0
61interrupts=system.cpu.interrupts
62isa=system.cpu.isa
63itb=system.cpu.itb
64max_insts_all_threads=0
65max_insts_any_thread=0
66max_loads_all_threads=0
67max_loads_any_thread=0
68numThreads=1
69profile=0
70progress_interval=0
71simpoint_interval=100000000
72simpoint_profile=false
73simpoint_profile_file=simpoint.bb.gz
74simpoint_start_insts=
75simulate_data_stalls=false
76simulate_inst_stalls=false
77socket_id=0
78switched_out=false
79system=system
80tracer=system.cpu.tracer
81width=1
82workload=system.cpu.workload
83dcache_port=system.membus.slave[2]
84icache_port=system.membus.slave[1]
85
86[system.cpu.dtb]
87type=MipsTLB
88eventq_index=0
89size=64
90
91[system.cpu.interrupts]
92type=MipsInterrupts
93eventq_index=0
94
95[system.cpu.isa]
96type=MipsISA
97eventq_index=0
98num_threads=1
99num_vpes=1
100system=system
101
102[system.cpu.itb]
103type=MipsTLB
104eventq_index=0
105size=64
106
107[system.cpu.tracer]
108type=ExeTracer
109eventq_index=0
110
111[system.cpu.workload]
112type=LiveProcess
113cmd=hello
114cwd=
115egid=100
116env=
117errout=cerr
118euid=100
119eventq_index=0
120executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/mips/linux/hello
121gid=100
122input=cin
123max_stack_size=67108864
124output=cout
125pid=100
126ppid=99
127simpoint=0
128system=system
129uid=100
130
131[system.cpu_clk_domain]
132type=SrcClockDomain
133clock=500
134domain_id=-1
135eventq_index=0
136init_perf_level=0
137voltage_domain=system.voltage_domain
138
139[system.dvfs_handler]
140type=DVFSHandler
141domains=
142enable=false
143eventq_index=0
144sys_clk_domain=system.clk_domain
145transition_latency=100000000
146
147[system.membus]
148type=CoherentBus
149clk_domain=system.clk_domain
150eventq_index=0
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
157
158[system.physmem]
159type=SimpleMemory
160bandwidth=73.000000
161clk_domain=system.clk_domain
162conf_table_reported=true
163eventq_index=0
164in_addr_map=true
165latency=30000
166latency_var=0
167null=false
168range=0:134217727
169port=system.membus.master[0]
170
171[system.voltage_domain]
172type=VoltageDomain
173eventq_index=0
174voltage=1.000000
175
176