config.ini (8835:7c68f84d7c4e) config.ini (8983:8800b05e1cb3)
1[root]
2type=Root
3children=system
4full_system=false
5time_sync_enable=false
6time_sync_period=100000000
7time_sync_spin_threshold=100000
8
9[system]
10type=System
11children=cpu dir_cntrl0 l1_cntrl0 physmem ruby sys_port_proxy
12boot_osflags=a
13init_param=0
14kernel=
15load_addr_mask=1099511627775
16mem_mode=timing
17memories=system.physmem
18num_work_ids=16
1[root]
2type=Root
3children=system
4full_system=false
5time_sync_enable=false
6time_sync_period=100000000
7time_sync_spin_threshold=100000
8
9[system]
10type=System
11children=cpu dir_cntrl0 l1_cntrl0 physmem ruby sys_port_proxy
12boot_osflags=a
13init_param=0
14kernel=
15load_addr_mask=1099511627775
16mem_mode=timing
17memories=system.physmem
18num_work_ids=16
19physmem=system.physmem
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
19readfile=
20symbolfile=
21work_begin_ckpt_count=0
22work_begin_cpu_id_exit=-1
23work_begin_exit_count=0
24work_cpus_ckpt_count=0
25work_end_ckpt_count=0
26work_end_exit_count=0
27work_item_id=-1
29system_port=system.sys_port_proxy.port[0]
28system_port=system.sys_port_proxy.slave[0]
30
31[system.cpu]
32type=TimingSimpleCPU
33children=dtb interrupts itb tracer workload
34checker=Null
35clock=1
36cpu_id=0
37defer_registration=false

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

49max_loads_any_thread=0
50numThreads=1
51phase=0
52profile=0
53progress_interval=0
54system=system
55tracer=system.cpu.tracer
56workload=system.cpu.workload
29
30[system.cpu]
31type=TimingSimpleCPU
32children=dtb interrupts itb tracer workload
33checker=Null
34clock=1
35cpu_id=0
36defer_registration=false

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

48max_loads_any_thread=0
49numThreads=1
50phase=0
51profile=0
52progress_interval=0
53system=system
54tracer=system.cpu.tracer
55workload=system.cpu.workload
57dcache_port=system.l1_cntrl0.sequencer.port[1]
58icache_port=system.l1_cntrl0.sequencer.port[0]
56dcache_port=system.l1_cntrl0.sequencer.slave[1]
57icache_port=system.l1_cntrl0.sequencer.slave[0]
59
60[system.cpu.dtb]
61type=SparcTLB
62size=64
63
64[system.cpu.interrupts]
65type=SparcInterrupts
66

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

160
161[system.l1_cntrl0.sequencer]
162type=RubySequencer
163access_phys_mem=true
164dcache=system.l1_cntrl0.cacheMemory
165deadlock_threshold=500000
166icache=system.l1_cntrl0.cacheMemory
167max_outstanding_requests=16
58
59[system.cpu.dtb]
60type=SparcTLB
61size=64
62
63[system.cpu.interrupts]
64type=SparcInterrupts
65

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

159
160[system.l1_cntrl0.sequencer]
161type=RubySequencer
162access_phys_mem=true
163dcache=system.l1_cntrl0.cacheMemory
164deadlock_threshold=500000
165icache=system.l1_cntrl0.cacheMemory
166max_outstanding_requests=16
168physmem=system.physmem
169ruby_system=system.ruby
167ruby_system=system.ruby
168support_data_reqs=true
169support_inst_reqs=true
170system=system
170using_network_tester=false
171using_ruby_tester=false
172version=0
171using_network_tester=false
172using_ruby_tester=false
173version=0
173physMemPort=system.physmem.port[0]
174port=system.cpu.icache_port system.cpu.dcache_port
174slave=system.cpu.icache_port system.cpu.dcache_port
175
176[system.physmem]
175
176[system.physmem]
177type=PhysicalMemory
177type=SimpleMemory
178conf_table_reported=false
178file=
179file=
180in_addr_map=true
179latency=30
180latency_var=0
181null=false
182range=0:134217727
183zero=false
181latency=30
182latency_var=0
183null=false
184range=0:134217727
185zero=false
184port=system.l1_cntrl0.sequencer.physMemPort system.sys_port_proxy.physMemPort
185
186[system.ruby]
187type=RubySystem
188children=network profiler
189block_size_bytes=64
190clock=1
191mem_size=134217728
192no_mem_vec=false

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

267all_instructions=false
268hot_lines=false
269num_of_sequencers=1
270ruby_system=system.ruby
271
272[system.sys_port_proxy]
273type=RubyPortProxy
274access_phys_mem=true
186
187[system.ruby]
188type=RubySystem
189children=network profiler
190block_size_bytes=64
191clock=1
192mem_size=134217728
193no_mem_vec=false

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

268all_instructions=false
269hot_lines=false
270num_of_sequencers=1
271ruby_system=system.ruby
272
273[system.sys_port_proxy]
274type=RubyPortProxy
275access_phys_mem=true
275physmem=system.physmem
276ruby_system=system.ruby
276ruby_system=system.ruby
277support_data_reqs=true
278support_inst_reqs=true
279system=system
277using_network_tester=false
278using_ruby_tester=false
279version=0
280using_network_tester=false
281using_ruby_tester=false
282version=0
280physMemPort=system.physmem.port[1]
281port=system.system_port
283slave=system.system_port
282
284