config.ini revision 9213
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=1
14init_param=0
15kernel=
16load_addr_mask=1099511627775
17mem_mode=atomic
18memories=system.physmem
19num_work_ids=16
20readfile=
21symbolfile=
22work_begin_ckpt_count=0
23work_begin_cpu_id_exit=-1
24work_begin_exit_count=0
25work_cpus_ckpt_count=0
26work_end_ckpt_count=0
27work_end_exit_count=0
28work_item_id=-1
29system_port=system.membus.slave[0]
30
31[system.cpu]
32type=AtomicSimpleCPU
33children=dtb interrupts itb tracer workload
34checker=Null
35clock=500
36cpu_id=0
37defer_registration=false
38do_checkpoint_insts=true
39do_quiesce=true
40do_statistics_insts=true
41dtb=system.cpu.dtb
42fastmem=false
43function_trace=false
44function_trace_start=0
45interrupts=system.cpu.interrupts
46itb=system.cpu.itb
47max_insts_all_threads=0
48max_insts_any_thread=0
49max_loads_all_threads=0
50max_loads_any_thread=0
51numThreads=1
52profile=0
53progress_interval=0
54simulate_data_stalls=false
55simulate_inst_stalls=false
56system=system
57tracer=system.cpu.tracer
58width=1
59workload=system.cpu.workload
60dcache_port=system.membus.slave[2]
61icache_port=system.membus.slave[1]
62
63[system.cpu.dtb]
64type=X86TLB
65children=walker
66size=64
67walker=system.cpu.dtb.walker
68
69[system.cpu.dtb.walker]
70type=X86PagetableWalker
71clock=1
72system=system
73port=system.membus.slave[4]
74
75[system.cpu.interrupts]
76type=X86LocalApic
77clock=1
78int_latency=1000
79pio_addr=2305843009213693952
80pio_latency=100000
81system=system
82int_master=system.membus.slave[5]
83int_slave=system.membus.master[2]
84pio=system.membus.master[1]
85
86[system.cpu.itb]
87type=X86TLB
88children=walker
89size=64
90walker=system.cpu.itb.walker
91
92[system.cpu.itb.walker]
93type=X86PagetableWalker
94clock=1
95system=system
96port=system.membus.slave[3]
97
98[system.cpu.tracer]
99type=ExeTracer
100
101[system.cpu.workload]
102type=LiveProcess
103cmd=mcf mcf.in
104cwd=build/X86/tests/opt/long/se/10.mcf/x86/linux/simple-atomic
105egid=100
106env=
107errout=cerr
108euid=100
109executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/mcf
110gid=100
111input=/scratch/nilay/GEM5/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
112max_stack_size=67108864
113output=cout
114pid=100
115ppid=99
116simpoint=55300000000
117system=system
118uid=100
119
120[system.membus]
121type=CoherentBus
122block_size=64
123clock=1000
124header_cycles=1
125use_default_range=false
126width=8
127master=system.physmem.port system.cpu.interrupts.pio system.cpu.interrupts.int_slave
128slave=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
129
130[system.physmem]
131type=SimpleMemory
132clock=1
133conf_table_reported=false
134file=
135in_addr_map=true
136latency=30000
137latency_var=0
138null=false
139range=0:268435455
140zero=false
141port=system.membus.master[0]
142
143