x86 Regressions: Update stats due to register predication
[gem5.git] / tests / long / se / 70.twolf / ref / x86 / linux / simple-atomic / config.ini
1 [root]
2 type=Root
3 children=system
4 full_system=false
5 time_sync_enable=false
6 time_sync_period=100000000000
7 time_sync_spin_threshold=100000000
8
9 [system]
10 type=System
11 children=cpu membus physmem
12 boot_osflags=a
13 clock=1
14 init_param=0
15 kernel=
16 load_addr_mask=1099511627775
17 mem_mode=atomic
18 memories=system.physmem
19 num_work_ids=16
20 readfile=
21 symbolfile=
22 work_begin_ckpt_count=0
23 work_begin_cpu_id_exit=-1
24 work_begin_exit_count=0
25 work_cpus_ckpt_count=0
26 work_end_ckpt_count=0
27 work_end_exit_count=0
28 work_item_id=-1
29 system_port=system.membus.slave[0]
30
31 [system.cpu]
32 type=AtomicSimpleCPU
33 children=dtb interrupts itb tracer workload
34 checker=Null
35 clock=500
36 cpu_id=0
37 defer_registration=false
38 do_checkpoint_insts=true
39 do_quiesce=true
40 do_statistics_insts=true
41 dtb=system.cpu.dtb
42 fastmem=false
43 function_trace=false
44 function_trace_start=0
45 interrupts=system.cpu.interrupts
46 itb=system.cpu.itb
47 max_insts_all_threads=0
48 max_insts_any_thread=0
49 max_loads_all_threads=0
50 max_loads_any_thread=0
51 numThreads=1
52 profile=0
53 progress_interval=0
54 simulate_data_stalls=false
55 simulate_inst_stalls=false
56 system=system
57 tracer=system.cpu.tracer
58 width=1
59 workload=system.cpu.workload
60 dcache_port=system.membus.slave[2]
61 icache_port=system.membus.slave[1]
62
63 [system.cpu.dtb]
64 type=X86TLB
65 children=walker
66 size=64
67 walker=system.cpu.dtb.walker
68
69 [system.cpu.dtb.walker]
70 type=X86PagetableWalker
71 clock=1
72 system=system
73 port=system.membus.slave[4]
74
75 [system.cpu.interrupts]
76 type=X86LocalApic
77 clock=1
78 int_latency=1000
79 pio_addr=2305843009213693952
80 pio_latency=100000
81 system=system
82 int_master=system.membus.slave[5]
83 int_slave=system.membus.master[2]
84 pio=system.membus.master[1]
85
86 [system.cpu.itb]
87 type=X86TLB
88 children=walker
89 size=64
90 walker=system.cpu.itb.walker
91
92 [system.cpu.itb.walker]
93 type=X86PagetableWalker
94 clock=1
95 system=system
96 port=system.membus.slave[3]
97
98 [system.cpu.tracer]
99 type=ExeTracer
100
101 [system.cpu.workload]
102 type=LiveProcess
103 cmd=twolf smred
104 cwd=build/X86/tests/opt/long/se/70.twolf/x86/linux/simple-atomic
105 egid=100
106 env=
107 errout=cerr
108 euid=100
109 executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/twolf
110 gid=100
111 input=cin
112 max_stack_size=67108864
113 output=cout
114 pid=100
115 ppid=99
116 simpoint=0
117 system=system
118 uid=100
119
120 [system.membus]
121 type=CoherentBus
122 block_size=64
123 clock=1000
124 header_cycles=1
125 use_default_range=false
126 width=8
127 master=system.physmem.port system.cpu.interrupts.pio system.cpu.interrupts.int_slave
128 slave=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
129
130 [system.physmem]
131 type=SimpleMemory
132 clock=1
133 conf_table_reported=false
134 file=
135 in_addr_map=true
136 latency=30000
137 latency_var=0
138 null=false
139 range=0:134217727
140 zero=false
141 port=system.membus.master[0]
142