config.ini revision 9276:a5ede748a1d9
1[root]
2type=Root
3children=system
4full_system=false
5time_sync_enable=false
6time_sync_period=100000000000
7time_sync_spin_threshold=100000000
8
9[system]
10type=System
11children=cpu membus physmem
12boot_osflags=a
13clock=1
14init_param=0
15kernel=
16load_addr_mask=1099511627775
17mem_mode=atomic
18memories=system.physmem
19num_work_ids=16
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
29system_port=system.membus.slave[0]
30
31[system.cpu]
32type=AtomicSimpleCPU
33children=dtb interrupts itb tracer workload
34checker=Null
35clock=500
36cpu_id=0
37defer_registration=false
38do_checkpoint_insts=true
39do_quiesce=true
40do_statistics_insts=true
41dtb=system.cpu.dtb
42fastmem=false
43function_trace=false
44function_trace_start=0
45interrupts=system.cpu.interrupts
46itb=system.cpu.itb
47max_insts_all_threads=0
48max_insts_any_thread=0
49max_loads_all_threads=0
50max_loads_any_thread=0
51numThreads=1
52profile=0
53progress_interval=0
54simulate_data_stalls=false
55simulate_inst_stalls=false
56system=system
57tracer=system.cpu.tracer
58width=1
59workload=system.cpu.workload
60dcache_port=system.membus.slave[2]
61icache_port=system.membus.slave[1]
62
63[system.cpu.dtb]
64type=MipsTLB
65size=64
66
67[system.cpu.interrupts]
68type=MipsInterrupts
69
70[system.cpu.itb]
71type=MipsTLB
72size=64
73
74[system.cpu.tracer]
75type=ExeTracer
76
77[system.cpu.workload]
78type=LiveProcess
79cmd=hello
80cwd=
81egid=100
82env=
83errout=cerr
84euid=100
85executable=tests/test-progs/hello/bin/mips/linux/hello
86gid=100
87input=cin
88max_stack_size=67108864
89output=cout
90pid=100
91ppid=99
92simpoint=0
93system=system
94uid=100
95
96[system.membus]
97type=CoherentBus
98block_size=64
99clock=1000
100header_cycles=1
101use_default_range=false
102width=8
103master=system.physmem.port
104slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
105
106[system.physmem]
107type=SimpleMemory
108bandwidth=73.000000
109clock=1
110conf_table_reported=false
111in_addr_map=true
112latency=30000
113latency_var=0
114null=false
115range=0:134217727
116zero=false
117port=system.membus.master[0]
118
119