Stats: Update the x86 stats to reflect changing stupd to a store and update.
[gem5.git] / tests / long / 60.bzip2 / ref / x86 / linux / simple-atomic / config.ini
1 [root]
2 type=Root
3 children=system
4 time_sync_enable=false
5 time_sync_period=100000000000
6 time_sync_spin_threshold=100000000
7
8 [system]
9 type=System
10 children=cpu membus physmem
11 mem_mode=atomic
12 physmem=system.physmem
13
14 [system.cpu]
15 type=AtomicSimpleCPU
16 children=dtb itb tracer workload
17 checker=Null
18 clock=500
19 cpu_id=0
20 defer_registration=false
21 do_checkpoint_insts=true
22 do_statistics_insts=true
23 dtb=system.cpu.dtb
24 function_trace=false
25 function_trace_start=0
26 itb=system.cpu.itb
27 max_insts_all_threads=0
28 max_insts_any_thread=0
29 max_loads_all_threads=0
30 max_loads_any_thread=0
31 numThreads=1
32 phase=0
33 progress_interval=0
34 simulate_data_stalls=false
35 simulate_inst_stalls=false
36 system=system
37 tracer=system.cpu.tracer
38 width=1
39 workload=system.cpu.workload
40 dcache_port=system.membus.port[2]
41 icache_port=system.membus.port[1]
42
43 [system.cpu.dtb]
44 type=X86TLB
45 size=64
46
47 [system.cpu.itb]
48 type=X86TLB
49 size=64
50
51 [system.cpu.tracer]
52 type=ExeTracer
53
54 [system.cpu.workload]
55 type=LiveProcess
56 cmd=bzip2 input.source 1
57 cwd=build/X86_SE/tests/opt/long/60.bzip2/x86/linux/simple-atomic
58 egid=100
59 env=
60 errout=cerr
61 euid=100
62 executable=/dist/m5/cpu2000/binaries/x86/linux/bzip2
63 gid=100
64 input=cin
65 max_stack_size=67108864
66 output=cout
67 pid=100
68 ppid=99
69 simpoint=0
70 system=system
71 uid=100
72
73 [system.membus]
74 type=Bus
75 block_size=64
76 bus_id=0
77 clock=1000
78 header_cycles=1
79 use_default_range=false
80 width=64
81 port=system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
82
83 [system.physmem]
84 type=PhysicalMemory
85 file=
86 latency=30000
87 latency_var=0
88 null=false
89 range=0:134217727
90 zero=false
91 port=system.membus.port[0]
92