Deleted Added
sdiff udiff text old ( 8802:ef66a9083bc4 ) new ( 8835:7c68f84d7c4e )
full compact
1[root]
2type=Root
3children=system
4time_sync_enable=false
5time_sync_period=100000000
6time_sync_spin_threshold=100000
7
8[system]
9type=System
10children=cpu dir_cntrl0 l1_cntrl0 physmem ruby sys_port_proxy
11mem_mode=timing
12memories=system.physmem
13num_work_ids=16
14physmem=system.physmem
15work_begin_ckpt_count=0
16work_begin_cpu_id_exit=-1
17work_begin_exit_count=0
18work_cpus_ckpt_count=0
19work_end_ckpt_count=0
20work_end_exit_count=0
21work_item_id=-1
22system_port=system.sys_port_proxy.port[0]
23
24[system.cpu]
25type=TimingSimpleCPU
26children=dtb itb tracer workload
27checker=Null
28clock=1
29cpu_id=0
30defer_registration=false
31do_checkpoint_insts=true
32do_statistics_insts=true
33dtb=system.cpu.dtb
34function_trace=false
35function_trace_start=0
36itb=system.cpu.itb
37max_insts_all_threads=0
38max_insts_any_thread=0
39max_loads_all_threads=0
40max_loads_any_thread=0
41numThreads=1
42phase=0
43progress_interval=0
44system=system
45tracer=system.cpu.tracer
46workload=system.cpu.workload
47dcache_port=system.l1_cntrl0.sequencer.port[1]
48icache_port=system.l1_cntrl0.sequencer.port[0]
49
50[system.cpu.dtb]
51type=X86TLB
52size=64
53
54[system.cpu.itb]
55type=X86TLB
56size=64
57
58[system.cpu.tracer]
59type=ExeTracer
60
61[system.cpu.workload]
62type=LiveProcess
63cmd=hello
64cwd=
65egid=100

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

126buffer_size=0
127cacheMemory=system.l1_cntrl0.cacheMemory
128cache_response_latency=12
129cntrl_id=0
130issue_latency=2
131number_of_TBEs=256
132recycle_latency=10
133ruby_system=system.ruby
134sequencer=system.l1_cntrl0.sequencer
135transitions_per_cycle=32
136version=0
137
138[system.l1_cntrl0.cacheMemory]
139type=RubyCache
140assoc=2
141is_icache=false

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

152icache=system.l1_cntrl0.cacheMemory
153max_outstanding_requests=16
154physmem=system.physmem
155ruby_system=system.ruby
156using_network_tester=false
157using_ruby_tester=false
158version=0
159physMemPort=system.physmem.port[0]
160port=system.cpu.icache_port system.cpu.dcache_port
161
162[system.physmem]
163type=PhysicalMemory
164file=
165latency=30
166latency_var=0
167null=false
168range=0:134217727

--- 100 unchanged lines hidden ---