config.ini revision 4398
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
51bus_id=0
52clock=1000
53responder_set=false
54width=64
55port=system.physmem.port system.cpu.icache_port system.cpu.dcache_port
56
57[system.physmem]
58type=PhysicalMemory
59file=
60latency=1
61range=0:134217727
62zero=false
63port=system.membus.port[0]
64
65