config.ini revision 7935
1[root]
2type=Root
3children=system
4time_sync_enable=false
5time_sync_period=100000000000
6time_sync_spin_threshold=100000000
7
8[system]
9type=System
10children=cpu membus physmem
11mem_mode=atomic
12physmem=system.physmem
13work_begin_ckpt_count=0
14work_begin_cpu_id_exit=-1
15work_begin_exit_count=0
16work_cpus_ckpt_count=0
17work_end_ckpt_count=0
18work_end_exit_count=0
19work_item_id=-1
20
21[system.cpu]
22type=AtomicSimpleCPU
23children=dtb itb tracer workload
24checker=Null
25clock=500
26cpu_id=0
27defer_registration=false
28do_checkpoint_insts=true
29do_statistics_insts=true
30dtb=system.cpu.dtb
31function_trace=false
32function_trace_start=0
33itb=system.cpu.itb
34max_insts_all_threads=0
35max_insts_any_thread=0
36max_loads_all_threads=0
37max_loads_any_thread=0
38numThreads=1
39phase=0
40progress_interval=0
41simulate_data_stalls=false
42simulate_inst_stalls=false
43system=system
44tracer=system.cpu.tracer
45width=1
46workload=system.cpu.workload
47dcache_port=system.membus.port[2]
48icache_port=system.membus.port[1]
49
50[system.cpu.dtb]
51type=AlphaTLB
52size=64
53
54[system.cpu.itb]
55type=AlphaTLB
56size=48
57
58[system.cpu.tracer]
59type=ExeTracer
60
61[system.cpu.workload]
62type=LiveProcess
63cmd=hello
64cwd=
65egid=100
66env=
67errout=cerr
68euid=100
69executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello
70gid=100
71input=cin
72max_stack_size=67108864
73output=cout
74pid=100
75ppid=99
76simpoint=0
77system=system
78uid=100
79
80[system.membus]
81type=Bus
82block_size=64
83bus_id=0
84clock=1000
85header_cycles=1
86use_default_range=false
87width=64
88port=system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
89
90[system.physmem]
91type=PhysicalMemory
92file=
93latency=30000
94latency_var=0
95null=false
96range=0:134217727
97zero=false
98port=system.membus.port[0]
99
100