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