config.ini revision 4170
1[root]
2type=Root
3children=system
4checkpoint=
5clock=1000000000000
6max_tick=0
7output_file=cout
8progress_interval=0
9
10[system]
11type=System
12children=cpu membus physmem
13mem_mode=atomic
14physmem=system.physmem
15
16[system.cpu]
17type=AtomicSimpleCPU
18children=workload
19clock=1
20cpu_id=0
21defer_registration=false
22function_trace=false
23function_trace_start=0
24max_insts_all_threads=0
25max_insts_any_thread=0
26max_loads_all_threads=0
27max_loads_any_thread=0
28phase=0
29progress_interval=0
30simulate_stalls=false
31system=system
32width=1
33workload=system.cpu.workload
34dcache_port=system.membus.port[2]
35icache_port=system.membus.port[1]
36
37[system.cpu.workload]
38type=LiveProcess
39cmd=insttest
40cwd=
41egid=100
42env=
43euid=100
44executable=tests/test-progs/insttest/bin/sparc/linux/insttest
45gid=100
46input=cin
47output=cout
48pid=100
49ppid=99
50system=system
51uid=100
52
53[system.membus]
54type=Bus
55bus_id=0
56clock=1000
57responder_set=false
58width=64
59port=system.physmem.port system.cpu.icache_port system.cpu.dcache_port
60
61[system.physmem]
62type=PhysicalMemory
63file=
64latency=1
65range=0:134217727
66zero=false
67port=system.membus.port[0]
68
69