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