config.ini revision 10036
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=apic_clk_domain 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.apic_clk_domain]
81type=DerivedClockDomain
82clk_divider=16
83clk_domain=system.cpu_clk_domain
84eventq_index=0
85
86[system.cpu.dtb]
87type=X86TLB
88children=walker
89eventq_index=0
90size=64
91walker=system.cpu.dtb.walker
92
93[system.cpu.dtb.walker]
94type=X86PagetableWalker
95clk_domain=system.cpu_clk_domain
96eventq_index=0
97num_squash_per_cycle=4
98system=system
99port=system.membus.slave[4]
100
101[system.cpu.interrupts]
102type=X86LocalApic
103clk_domain=system.cpu.apic_clk_domain
104eventq_index=0
105int_latency=1000
106pio_addr=2305843009213693952
107pio_latency=100000
108system=system
109int_master=system.membus.slave[5]
110int_slave=system.membus.master[2]
111pio=system.membus.master[1]
112
113[system.cpu.isa]
114type=X86ISA
115eventq_index=0
116
117[system.cpu.itb]
118type=X86TLB
119children=walker
120eventq_index=0
121size=64
122walker=system.cpu.itb.walker
123
124[system.cpu.itb.walker]
125type=X86PagetableWalker
126clk_domain=system.cpu_clk_domain
127eventq_index=0
128num_squash_per_cycle=4
129system=system
130port=system.membus.slave[3]
131
132[system.cpu.tracer]
133type=ExeTracer
134eventq_index=0
135
136[system.cpu.workload]
137type=LiveProcess
138cmd=twolf smred
139cwd=build/X86/tests/opt/long/se/70.twolf/x86/linux/simple-atomic
140egid=100
141env=
142errout=cerr
143euid=100
144eventq_index=0
145executable=/dist/cpu2000/binaries/x86/linux/twolf
146gid=100
147input=cin
148max_stack_size=67108864
149output=cout
150pid=100
151ppid=99
152simpoint=0
153system=system
154uid=100
155
156[system.cpu_clk_domain]
157type=SrcClockDomain
158clock=500
159eventq_index=0
160voltage_domain=system.voltage_domain
161
162[system.membus]
163type=CoherentBus
164clk_domain=system.clk_domain
165eventq_index=0
166header_cycles=1
167system=system
168use_default_range=false
169width=8
170master=system.physmem.port system.cpu.interrupts.pio system.cpu.interrupts.int_slave
171slave=system.system_port system.cpu.icache_port system.cpu.dcache_port system.cpu.itb.walker.port system.cpu.dtb.walker.port system.cpu.interrupts.int_master
172
173[system.physmem]
174type=SimpleMemory
175bandwidth=73.000000
176clk_domain=system.clk_domain
177conf_table_reported=true
178eventq_index=0
179in_addr_map=true
180latency=30000
181latency_var=0
182null=false
183range=0:134217727
184port=system.membus.master[0]
185
186[system.voltage_domain]
187type=VoltageDomain
188eventq_index=0
189voltage=1.000000
190
191