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