config.ini revision 11440:76b5639162af
1[root]
2type=Root
3children=system
4eventq_index=0
5full_system=false
6sim_quantum=0
7time_sync_enable=false
8time_sync_period=100000000000
9time_sync_spin_threshold=100000000
10
11[system]
12type=System
13children=clk_domain cpu dvfs_handler membus monitor physmem
14boot_osflags=a
15cache_line_size=64
16clk_domain=system.clk_domain
17eventq_index=0
18exit_on_work_items=false
19init_param=0
20kernel=
21kernel_addr_check=true
22load_addr_mask=1099511627775
23load_offset=0
24mem_mode=timing
25mem_ranges=
26memories=system.physmem
27mmap_using_noreserve=false
28multi_thread=false
29num_work_ids=16
30readfile=
31symbolfile=
32thermal_components=
33thermal_model=Null
34work_begin_ckpt_count=0
35work_begin_cpu_id_exit=-1
36work_begin_exit_count=0
37work_cpus_ckpt_count=0
38work_end_ckpt_count=0
39work_end_exit_count=0
40work_item_id=-1
41system_port=system.membus.slave[1]
42
43[system.clk_domain]
44type=SrcClockDomain
45children=voltage_domain
46clock=1000
47domain_id=-1
48eventq_index=0
49init_perf_level=0
50voltage_domain=system.clk_domain.voltage_domain
51
52[system.clk_domain.voltage_domain]
53type=VoltageDomain
54eventq_index=0
55voltage=1.000000
56
57[system.cpu]
58type=TrafficGen
59clk_domain=system.clk_domain
60config_file=tests/quick/se/70.tgen/tgen-simple-mem.cfg
61elastic_req=false
62eventq_index=0
63system=system
64port=system.monitor.slave
65
66[system.dvfs_handler]
67type=DVFSHandler
68domains=
69enable=false
70eventq_index=0
71sys_clk_domain=system.clk_domain
72transition_latency=100000000
73
74[system.membus]
75type=NoncoherentXBar
76clk_domain=system.clk_domain
77eventq_index=0
78forward_latency=1
79frontend_latency=2
80response_latency=2
81use_default_range=false
82width=16
83master=system.physmem.port
84slave=system.monitor.master system.system_port
85
86[system.monitor]
87type=CommMonitor
88children=stackdist trace
89bandwidth_bins=20
90burst_length_bins=20
91clk_domain=system.clk_domain
92disable_addr_dists=true
93disable_bandwidth_hists=false
94disable_burst_length_hists=false
95disable_itt_dists=false
96disable_latency_hists=false
97disable_outstanding_hists=false
98disable_transaction_hists=false
99eventq_index=0
100itt_bins=20
101itt_max_bin=100000
102latency_bins=20
103outstanding_bins=20
104read_addr_mask=18446744073709551615
105sample_period=1000000000
106system=system
107transaction_bins=20
108write_addr_mask=18446744073709551615
109master=system.membus.slave[0]
110slave=system.cpu.port
111
112[system.monitor.stackdist]
113type=StackDistProbe
114disable_linear_hists=false
115disable_log_hists=false
116eventq_index=0
117line_size=64
118linear_hist_bins=16
119log_hist_bins=32
120manager=system.monitor
121probe_name=PktRequest
122system=system
123verify=true
124
125[system.monitor.trace]
126type=MemTraceProbe
127eventq_index=0
128manager=system.monitor
129probe_name=PktRequest
130trace_compress=true
131trace_file=monitor.ptrc.gz
132with_pc=false
133
134[system.physmem]
135type=SimpleMemory
136bandwidth=73.000000
137clk_domain=system.clk_domain
138conf_table_reported=true
139eventq_index=0
140in_addr_map=true
141latency=30000
142latency_var=0
143null=false
144range=0:134217727
145port=system.membus.master[0]
146
147