config.ini (8835:7c68f84d7c4e) config.ini (8983:8800b05e1cb3)
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
13init_param=0
14kernel=
15load_addr_mask=1099511627775
16mem_mode=atomic
17memories=system.physmem
18num_work_ids=16
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
13init_param=0
14kernel=
15load_addr_mask=1099511627775
16mem_mode=atomic
17memories=system.physmem
18num_work_ids=16
19physmem=system.physmem
20readfile=
21symbolfile=
22work_begin_ckpt_count=0
23work_begin_cpu_id_exit=-1
24work_begin_exit_count=0
25work_cpus_ckpt_count=0
26work_end_ckpt_count=0
27work_end_exit_count=0
28work_item_id=-1
19readfile=
20symbolfile=
21work_begin_ckpt_count=0
22work_begin_cpu_id_exit=-1
23work_begin_exit_count=0
24work_cpus_ckpt_count=0
25work_end_ckpt_count=0
26work_end_exit_count=0
27work_item_id=-1
29system_port=system.membus.port[0]
28system_port=system.membus.slave[0]
30
31[system.cpu]
32type=AtomicSimpleCPU
33children=dtb interrupts itb tracer workload
34checker=Null
35clock=500
36cpu_id=0
37defer_registration=false
38do_checkpoint_insts=true
39do_quiesce=true
40do_statistics_insts=true
41dtb=system.cpu.dtb
29
30[system.cpu]
31type=AtomicSimpleCPU
32children=dtb interrupts itb tracer workload
33checker=Null
34clock=500
35cpu_id=0
36defer_registration=false
37do_checkpoint_insts=true
38do_quiesce=true
39do_statistics_insts=true
40dtb=system.cpu.dtb
41fastmem=false
42function_trace=false
43function_trace_start=0
44interrupts=system.cpu.interrupts
45itb=system.cpu.itb
46max_insts_all_threads=0
47max_insts_any_thread=0
48max_loads_all_threads=0
49max_loads_any_thread=0
50numThreads=1
51phase=0
52profile=0
53progress_interval=0
54simulate_data_stalls=false
55simulate_inst_stalls=false
56system=system
57tracer=system.cpu.tracer
58width=1
59workload=system.cpu.workload
42function_trace=false
43function_trace_start=0
44interrupts=system.cpu.interrupts
45itb=system.cpu.itb
46max_insts_all_threads=0
47max_insts_any_thread=0
48max_loads_all_threads=0
49max_loads_any_thread=0
50numThreads=1
51phase=0
52profile=0
53progress_interval=0
54simulate_data_stalls=false
55simulate_inst_stalls=false
56system=system
57tracer=system.cpu.tracer
58width=1
59workload=system.cpu.workload
60dcache_port=system.membus.port[3]
61icache_port=system.membus.port[2]
60dcache_port=system.membus.slave[2]
61icache_port=system.membus.slave[1]
62
63[system.cpu.dtb]
64type=X86TLB
65children=walker
66size=64
67walker=system.cpu.dtb.walker
68
69[system.cpu.dtb.walker]
70type=X86PagetableWalker
71system=system
62
63[system.cpu.dtb]
64type=X86TLB
65children=walker
66size=64
67walker=system.cpu.dtb.walker
68
69[system.cpu.dtb.walker]
70type=X86PagetableWalker
71system=system
72port=system.membus.port[5]
72port=system.membus.slave[4]
73
74[system.cpu.interrupts]
75type=X86LocalApic
76int_latency=1000
77pio_addr=2305843009213693952
78pio_latency=1000
79system=system
73
74[system.cpu.interrupts]
75type=X86LocalApic
76int_latency=1000
77pio_addr=2305843009213693952
78pio_latency=1000
79system=system
80int_port=system.membus.port[7]
81pio=system.membus.port[6]
80int_master=system.membus.slave[5]
81int_slave=system.membus.master[2]
82pio=system.membus.master[1]
82
83[system.cpu.itb]
84type=X86TLB
85children=walker
86size=64
87walker=system.cpu.itb.walker
88
89[system.cpu.itb.walker]
90type=X86PagetableWalker
91system=system
83
84[system.cpu.itb]
85type=X86TLB
86children=walker
87size=64
88walker=system.cpu.itb.walker
89
90[system.cpu.itb.walker]
91type=X86PagetableWalker
92system=system
92port=system.membus.port[4]
93port=system.membus.slave[3]
93
94[system.cpu.tracer]
95type=ExeTracer
96
97[system.cpu.workload]
98type=LiveProcess
99cmd=hello
100cwd=

--- 15 unchanged lines hidden (view full) ---

116[system.membus]
117type=Bus
118block_size=64
119bus_id=0
120clock=1000
121header_cycles=1
122use_default_range=false
123width=64
94
95[system.cpu.tracer]
96type=ExeTracer
97
98[system.cpu.workload]
99type=LiveProcess
100cmd=hello
101cwd=

--- 15 unchanged lines hidden (view full) ---

117[system.membus]
118type=Bus
119block_size=64
120bus_id=0
121clock=1000
122header_cycles=1
123use_default_range=false
124width=64
124port=system.system_port system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port system.cpu.itb.walker.port system.cpu.dtb.walker.port system.cpu.interrupts.pio system.cpu.interrupts.int_port
125master=system.physmem.port[0] system.cpu.interrupts.pio system.cpu.interrupts.int_slave
126slave=system.system_port system.cpu.icache_port system.cpu.dcache_port system.cpu.itb.walker.port system.cpu.dtb.walker.port system.cpu.interrupts.int_master
125
126[system.physmem]
127
128[system.physmem]
127type=PhysicalMemory
129type=SimpleMemory
130conf_table_reported=false
128file=
131file=
132in_addr_map=true
129latency=30000
130latency_var=0
131null=false
132range=0:134217727
133zero=false
133latency=30000
134latency_var=0
135null=false
136range=0:134217727
137zero=false
134port=system.membus.port[1]
138port=system.membus.master[0]
135
139