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
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]
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]
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
167ruby_system=system.ruby
168support_data_reqs=true
169support_inst_reqs=true
170system=system
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]
177type=PhysicalMemory
177type=SimpleMemory
178conf_table_reported=false
179file=
180in_addr_map=true
181latency=30
182latency_var=0
183null=false
184range=0:134217727
185zero=false
184port=system.l1_cntrl0.sequencer.physMemPort system.sys_port_proxy.physMemPort
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
277support_data_reqs=true
278support_inst_reqs=true
279system=system
280using_network_tester=false
281using_ruby_tester=false
282version=0
280physMemPort=system.physmem.port[1]
281port=system.system_port
283slave=system.system_port
284