config.ini revision 9481
1[root]
2type=Root
3children=system
4full_system=false
5time_sync_enable=false
6time_sync_period=100000000000
7time_sync_spin_threshold=100000000
8
9[system]
10type=System
11children=cpu membus physmem
12boot_osflags=a
13clock=1000
14init_param=0
15kernel=
16load_addr_mask=1099511627775
17mem_mode=atomic
18mem_ranges=
19memories=system.physmem
20num_work_ids=16
21readfile=
22symbolfile=
23work_begin_ckpt_count=0
24work_begin_cpu_id_exit=-1
25work_begin_exit_count=0
26work_cpus_ckpt_count=0
27work_end_ckpt_count=0
28work_end_exit_count=0
29work_item_id=-1
30system_port=system.membus.slave[0]
31
32[system.cpu]
33type=AtomicSimpleCPU
34children=dtb interrupts isa itb tracer workload
35branchPred=Null
36checker=Null
37clock=500
38cpu_id=0
39do_checkpoint_insts=true
40do_quiesce=true
41do_statistics_insts=true
42dtb=system.cpu.dtb
43fastmem=false
44function_trace=false
45function_trace_start=0
46interrupts=system.cpu.interrupts
47isa=system.cpu.isa
48itb=system.cpu.itb
49max_insts_all_threads=0
50max_insts_any_thread=0
51max_loads_all_threads=0
52max_loads_any_thread=0
53numThreads=1
54profile=0
55progress_interval=0
56simulate_data_stalls=false
57simulate_inst_stalls=false
58switched_out=false
59system=system
60tracer=system.cpu.tracer
61width=1
62workload=system.cpu.workload
63dcache_port=system.membus.slave[2]
64icache_port=system.membus.slave[1]
65
66[system.cpu.dtb]
67type=SparcTLB
68size=64
69
70[system.cpu.interrupts]
71type=SparcInterrupts
72
73[system.cpu.isa]
74type=SparcISA
75
76[system.cpu.itb]
77type=SparcTLB
78size=64
79
80[system.cpu.tracer]
81type=ExeTracer
82
83[system.cpu.workload]
84type=LiveProcess
85cmd=vortex bendian.raw
86cwd=build/SPARC/tests/opt/long/se/50.vortex/sparc/linux/simple-atomic
87egid=100
88env=
89errout=cerr
90euid=100
91executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/sparc/linux/vortex
92gid=100
93input=cin
94max_stack_size=67108864
95output=cout
96pid=100
97ppid=99
98simpoint=0
99system=system
100uid=100
101
102[system.membus]
103type=CoherentBus
104block_size=64
105clock=1000
106header_cycles=1
107use_default_range=false
108width=8
109master=system.physmem.port
110slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
111
112[system.physmem]
113type=SimpleMemory
114bandwidth=73.000000
115clock=1000
116conf_table_reported=false
117in_addr_map=true
118latency=30000
119latency_var=0
120null=false
121range=0:134217727
122zero=false
123port=system.membus.master[0]
124
125