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