config.ini revision 9481
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=1000
14init_param=0
15kernel=
16load_addr_mask=1099511627775
17mem_mode=atomic
18mem_ranges=
19memories=system.physmem
20num_work_ids=16
21readfile=
22symbolfile=
23work_begin_ckpt_count=0
24work_begin_cpu_id_exit=-1
25work_begin_exit_count=0
26work_cpus_ckpt_count=0
27work_end_ckpt_count=0
28work_end_exit_count=0
29work_item_id=-1
30system_port=system.membus.slave[0]
31
32[system.cpu]
33type=AtomicSimpleCPU
34children=dtb interrupts isa itb tracer workload
35branchPred=Null
36checker=Null
37clock=500
38cpu_id=0
39do_checkpoint_insts=true
40do_quiesce=true
41do_statistics_insts=true
42dtb=system.cpu.dtb
43fastmem=false
44function_trace=false
45function_trace_start=0
46interrupts=system.cpu.interrupts
47isa=system.cpu.isa
48itb=system.cpu.itb
49max_insts_all_threads=0
50max_insts_any_thread=0
51max_loads_all_threads=0
52max_loads_any_thread=0
53numThreads=1
54profile=0
55progress_interval=0
56simulate_data_stalls=false
57simulate_inst_stalls=false
58switched_out=false
59system=system
60tracer=system.cpu.tracer
61width=1
62workload=system.cpu.workload
63dcache_port=system.membus.slave[2]
64icache_port=system.membus.slave[1]
65
66[system.cpu.dtb]
67type=MipsTLB
68size=64
69
70[system.cpu.interrupts]
71type=MipsInterrupts
72
73[system.cpu.isa]
74type=MipsISA
75num_threads=1
76num_vpes=1
77
78[system.cpu.itb]
79type=MipsTLB
80size=64
81
82[system.cpu.tracer]
83type=ExeTracer
84
85[system.cpu.workload]
86type=LiveProcess
87cmd=hello
88cwd=
89egid=100
90env=
91errout=cerr
92euid=100
93executable=tests/test-progs/hello/bin/mips/linux/hello
94gid=100
95input=cin
96max_stack_size=67108864
97output=cout
98pid=100
99ppid=99
100simpoint=0
101system=system
102uid=100
103
104[system.membus]
105type=CoherentBus
106block_size=64
107clock=1000
108header_cycles=1
109use_default_range=false
110width=8
111master=system.physmem.port
112slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
113
114[system.physmem]
115type=SimpleMemory
116bandwidth=73.000000
117clock=1000
118conf_table_reported=false
119in_addr_map=true
120latency=30000
121latency_var=0
122null=false
123range=0:134217727
124zero=false
125port=system.membus.master[0]
126
127