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