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
24UnifiedTLB=true
25checker=Null
26clock=500
27cpu_id=0
28defer_registration=false
29do_checkpoint_insts=true
30do_statistics_insts=true
31dtb=system.cpu.dtb
32function_trace=false
33function_trace_start=0
34itb=system.cpu.itb
35max_insts_all_threads=0
36max_insts_any_thread=0
37max_loads_all_threads=0
38max_loads_any_thread=0
39numThreads=1
40phase=0
41progress_interval=0
42simulate_data_stalls=false
43simulate_inst_stalls=false
44system=system
45tracer=system.cpu.tracer
46width=1
47workload=system.cpu.workload
48dcache_port=system.membus.port[2]
49icache_port=system.membus.port[1]
50
51[system.cpu.dtb]
52type=PowerTLB
53size=64
54
55[system.cpu.itb]
56type=PowerTLB
57size=64
58
59[system.cpu.tracer]
60type=ExeTracer
61
62[system.cpu.workload]
63type=LiveProcess
64cmd=hello
65cwd=
66egid=100
67env=
68errout=cerr
69euid=100
70executable=/dist/m5/regression/test-progs/hello/bin/power/linux/hello
71gid=100
72input=cin
73max_stack_size=67108864
74output=cout
75pid=100
76ppid=99
77simpoint=0
78system=system
79uid=100
80
81[system.membus]
82type=Bus
83block_size=64
84bus_id=0
85clock=1000
86header_cycles=1
87use_default_range=false
88width=64
89port=system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
90
91[system.physmem]
92type=PhysicalMemory
93file=
94latency=30000
95latency_var=0
96null=false
97range=0:134217727
98zero=false
99port=system.membus.port[0]
100
101