Merge zizzer:/bk/sparcfs
[gem5.git] / tests / long / 00.gzip / ref / alpha / linux / simple-atomic / config.ini
1 [root]
2 type=Root
3 children=system
4 checkpoint=
5 clock=1000000000000
6 max_tick=0
7 output_file=cout
8 progress_interval=0
9
10 [exetrace]
11 intel_format=false
12 legion_lockstep=false
13 pc_symbol=true
14 print_cpseq=false
15 print_cycle=true
16 print_data=true
17 print_effaddr=true
18 print_fetchseq=false
19 print_iregs=false
20 print_opclass=true
21 print_thread=true
22 speculative=true
23 trace_system=client
24
25 [serialize]
26 count=10
27 cycle=0
28 dir=cpt.%012d
29 period=0
30
31 [stats]
32 descriptions=true
33 dump_cycle=0
34 dump_period=0
35 dump_reset=false
36 ignore_events=
37 mysql_db=
38 mysql_host=
39 mysql_password=
40 mysql_user=
41 project_name=test
42 simulation_name=test
43 simulation_sample=0
44 text_compat=true
45 text_file=m5stats.txt
46
47 [system]
48 type=System
49 children=cpu membus physmem
50 mem_mode=atomic
51 physmem=system.physmem
52
53 [system.cpu]
54 type=AtomicSimpleCPU
55 children=workload
56 clock=1
57 cpu_id=0
58 defer_registration=false
59 function_trace=false
60 function_trace_start=0
61 max_insts_all_threads=0
62 max_insts_any_thread=0
63 max_loads_all_threads=0
64 max_loads_any_thread=0
65 phase=0
66 progress_interval=0
67 simulate_stalls=false
68 system=system
69 width=1
70 workload=system.cpu.workload
71 dcache_port=system.membus.port[2]
72 icache_port=system.membus.port[1]
73
74 [system.cpu.workload]
75 type=LiveProcess
76 cmd=gzip input.log 1
77 cwd=build/ALPHA_SE/tests/opt/long/00.gzip/alpha/linux/simple-atomic
78 egid=100
79 env=
80 euid=100
81 executable=/dist/m5/cpu2000/binaries/alpha/tru64/gzip
82 gid=100
83 input=cin
84 output=cout
85 pid=100
86 ppid=99
87 system=system
88 uid=100
89
90 [system.membus]
91 type=Bus
92 bus_id=0
93 clock=1000
94 responder_set=false
95 width=64
96 port=system.physmem.port system.cpu.icache_port system.cpu.dcache_port
97
98 [system.physmem]
99 type=PhysicalMemory
100 file=
101 latency=1
102 range=0:134217727
103 port=system.membus.port[0]
104
105 [trace]
106 bufsize=0
107 cycle=0
108 dump_on_exit=false
109 file=cout
110 flags=
111 ignore=
112 start=0
113