config.ini revision 11219:b65d4e878ed2
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
26mmap_using_noreserve=false
27multi_thread=false
28num_work_ids=16
29readfile=
30symbolfile=
31work_begin_ckpt_count=0
32work_begin_cpu_id_exit=-1
33work_begin_exit_count=0
34work_cpus_ckpt_count=0
35work_end_ckpt_count=0
36work_end_exit_count=0
37work_item_id=-1
38system_port=system.membus.slave[0]
39
40[system.clk_domain]
41type=SrcClockDomain
42clock=1000
43domain_id=-1
44eventq_index=0
45init_perf_level=0
46voltage_domain=system.voltage_domain
47
48[system.cpu]
49type=AtomicSimpleCPU
50children=dtb interrupts isa itb tracer workload
51branchPred=Null
52checker=Null
53clk_domain=system.cpu_clk_domain
54cpu_id=0
55do_checkpoint_insts=true
56do_quiesce=true
57do_statistics_insts=true
58dtb=system.cpu.dtb
59eventq_index=0
60fastmem=false
61function_trace=false
62function_trace_start=0
63interrupts=system.cpu.interrupts
64isa=system.cpu.isa
65itb=system.cpu.itb
66max_insts_all_threads=0
67max_insts_any_thread=0
68max_loads_all_threads=0
69max_loads_any_thread=0
70numThreads=1
71profile=0
72progress_interval=0
73simpoint_start_insts=
74simulate_data_stalls=false
75simulate_inst_stalls=false
76socket_id=0
77switched_out=false
78system=system
79tracer=system.cpu.tracer
80width=1
81workload=system.cpu.workload
82dcache_port=system.membus.slave[2]
83icache_port=system.membus.slave[1]
84
85[system.cpu.dtb]
86type=AlphaTLB
87eventq_index=0
88size=64
89
90[system.cpu.interrupts]
91type=AlphaInterrupts
92eventq_index=0
93
94[system.cpu.isa]
95type=AlphaISA
96eventq_index=0
97system=system
98
99[system.cpu.itb]
100type=AlphaTLB
101eventq_index=0
102size=48
103
104[system.cpu.tracer]
105type=ExeTracer
106eventq_index=0
107
108[system.cpu.workload]
109type=LiveProcess
110cmd=hello
111cwd=
112drivers=
113egid=100
114env=
115errout=cerr
116euid=100
117eventq_index=0
118executable=/scratch/nilay/GEM5/gem5/tests/test-progs/hello/bin/alpha/linux/hello
119gid=100
120input=cin
121kvmInSE=false
122max_stack_size=67108864
123output=cout
124pid=100
125ppid=99
126simpoint=0
127system=system
128uid=100
129useArchPT=false
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=CoherentXBar
149clk_domain=system.clk_domain
150eventq_index=0
151forward_latency=4
152frontend_latency=3
153response_latency=2
154snoop_filter=Null
155snoop_response_latency=4
156system=system
157use_default_range=false
158width=16
159master=system.physmem.port
160slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
161
162[system.physmem]
163type=SimpleMemory
164bandwidth=73.000000
165clk_domain=system.clk_domain
166conf_table_reported=true
167eventq_index=0
168in_addr_map=true
169latency=30000
170latency_var=0
171null=false
172range=0:134217727
173port=system.membus.master[0]
174
175[system.voltage_domain]
176type=VoltageDomain
177eventq_index=0
178voltage=1.000000
179
180