config.ini (9039:9a22621c741c) config.ini (9113:9a72589ce4fd)
1[root]
2type=Root
3children=system
4full_system=false
5time_sync_enable=false
6time_sync_period=100000000
7time_sync_spin_threshold=100000
8

--- 85 unchanged lines hidden (view full) ---

94[system.cpu.workload]
95type=LiveProcess
96cmd=hello
97cwd=
98egid=100
99env=
100errout=cerr
101euid=100
1[root]
2type=Root
3children=system
4full_system=false
5time_sync_enable=false
6time_sync_period=100000000
7time_sync_spin_threshold=100000
8

--- 85 unchanged lines hidden (view full) ---

94[system.cpu.workload]
95type=LiveProcess
96cmd=hello
97cwd=
98egid=100
99env=
100errout=cerr
101euid=100
102executable=/dist/m5/regression/test-progs/hello/bin/x86/linux/hello
102executable=/proj/aatl_perfmod_arch/m5_system_files/regression/test-progs/hello/bin/x86/linux/hello
103gid=100
104input=cin
105max_stack_size=67108864
106output=cout
107pid=100
108ppid=99
109simpoint=0
110system=system

--- 56 unchanged lines hidden (view full) ---

167send_evictions=false
168sequencer=system.l1_cntrl0.sequencer
169transitions_per_cycle=32
170version=0
171
172[system.l1_cntrl0.cacheMemory]
173type=RubyCache
174assoc=2
103gid=100
104input=cin
105max_stack_size=67108864
106output=cout
107pid=100
108ppid=99
109simpoint=0
110system=system

--- 56 unchanged lines hidden (view full) ---

167send_evictions=false
168sequencer=system.l1_cntrl0.sequencer
169transitions_per_cycle=32
170version=0
171
172[system.l1_cntrl0.cacheMemory]
173type=RubyCache
174assoc=2
175dataAccessLatency=1
176dataArrayBanks=1
175is_icache=false
176latency=3
177replacement_policy=PSEUDO_LRU
177is_icache=false
178latency=3
179replacement_policy=PSEUDO_LRU
180resourceStalls=false
178size=256
179start_index_bit=6
181size=256
182start_index_bit=6
183tagAccessLatency=1
184tagArrayBanks=1
180
181[system.l1_cntrl0.sequencer]
182type=RubySequencer
183access_phys_mem=true
184dcache=system.l1_cntrl0.cacheMemory
185deadlock_threshold=500000
186icache=system.l1_cntrl0.cacheMemory
187max_outstanding_requests=16

--- 37 unchanged lines hidden (view full) ---

225control_msg_size=8
226endpoint_bandwidth=1000
227number_of_virtual_networks=10
228ruby_system=system.ruby
229topology=system.ruby.network.topology
230
231[system.ruby.network.topology]
232type=Topology
185
186[system.l1_cntrl0.sequencer]
187type=RubySequencer
188access_phys_mem=true
189dcache=system.l1_cntrl0.cacheMemory
190deadlock_threshold=500000
191icache=system.l1_cntrl0.cacheMemory
192max_outstanding_requests=16

--- 37 unchanged lines hidden (view full) ---

230control_msg_size=8
231endpoint_bandwidth=1000
232number_of_virtual_networks=10
233ruby_system=system.ruby
234topology=system.ruby.network.topology
235
236[system.ruby.network.topology]
237type=Topology
233children=ext_links0 ext_links1 int_links0 int_links1 routers0 routers1 routers2
238children=ext_links0 ext_links1 int_links0 int_links1
234description=Crossbar
235ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1
236int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1
237print_config=false
239description=Crossbar
240ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1
241int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1
242print_config=false
238routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2
243routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.int_links0.node_b
239
240[system.ruby.network.topology.ext_links0]
241type=SimpleExtLink
244
245[system.ruby.network.topology.ext_links0]
246type=SimpleExtLink
247children=int_node
242bandwidth_factor=16
243ext_node=system.l1_cntrl0
248bandwidth_factor=16
249ext_node=system.l1_cntrl0
244int_node=system.ruby.network.topology.routers0
250int_node=system.ruby.network.topology.ext_links0.int_node
245latency=1
246link_id=0
247weight=1
248
251latency=1
252link_id=0
253weight=1
254
255[system.ruby.network.topology.ext_links0.int_node]
256type=BasicRouter
257router_id=0
258
249[system.ruby.network.topology.ext_links1]
250type=SimpleExtLink
259[system.ruby.network.topology.ext_links1]
260type=SimpleExtLink
261children=int_node
251bandwidth_factor=16
252ext_node=system.dir_cntrl0
262bandwidth_factor=16
263ext_node=system.dir_cntrl0
253int_node=system.ruby.network.topology.routers1
264int_node=system.ruby.network.topology.ext_links1.int_node
254latency=1
255link_id=1
256weight=1
257
265latency=1
266link_id=1
267weight=1
268
269[system.ruby.network.topology.ext_links1.int_node]
270type=BasicRouter
271router_id=1
272
258[system.ruby.network.topology.int_links0]
259type=SimpleIntLink
273[system.ruby.network.topology.int_links0]
274type=SimpleIntLink
275children=node_b
260bandwidth_factor=16
261latency=1
262link_id=2
276bandwidth_factor=16
277latency=1
278link_id=2
263node_a=system.ruby.network.topology.routers0
264node_b=system.ruby.network.topology.routers2
279node_a=system.ruby.network.topology.ext_links0.int_node
280node_b=system.ruby.network.topology.int_links0.node_b
265weight=1
266
281weight=1
282
283[system.ruby.network.topology.int_links0.node_b]
284type=BasicRouter
285router_id=2
286
267[system.ruby.network.topology.int_links1]
268type=SimpleIntLink
269bandwidth_factor=16
270latency=1
271link_id=3
287[system.ruby.network.topology.int_links1]
288type=SimpleIntLink
289bandwidth_factor=16
290latency=1
291link_id=3
272node_a=system.ruby.network.topology.routers1
273node_b=system.ruby.network.topology.routers2
292node_a=system.ruby.network.topology.ext_links1.int_node
293node_b=system.ruby.network.topology.int_links0.node_b
274weight=1
275
294weight=1
295
276[system.ruby.network.topology.routers0]
277type=BasicRouter
278router_id=0
279
280[system.ruby.network.topology.routers1]
281type=BasicRouter
282router_id=1
283
284[system.ruby.network.topology.routers2]
285type=BasicRouter
286router_id=2
287
288[system.ruby.profiler]
289type=RubyProfiler
290all_instructions=false
291hot_lines=false
292num_of_sequencers=1
293ruby_system=system.ruby
294
295[system.sys_port_proxy]
296type=RubyPortProxy
297access_phys_mem=true
298ruby_system=system.ruby
299support_data_reqs=true
300support_inst_reqs=true
301system=system
302using_network_tester=false
303using_ruby_tester=false
304version=0
305slave=system.system_port
306
296[system.ruby.profiler]
297type=RubyProfiler
298all_instructions=false
299hot_lines=false
300num_of_sequencers=1
301ruby_system=system.ruby
302
303[system.sys_port_proxy]
304type=RubyPortProxy
305access_phys_mem=true
306ruby_system=system.ruby
307support_data_reqs=true
308support_inst_reqs=true
309system=system
310using_network_tester=false
311using_ruby_tester=false
312version=0
313slave=system.system_port
314