Merge zizzer:/z/m5/Bitkeeper/newmem
[gem5.git] / tests / quick / 20.eio-short / ref / alpha / eio / 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 [debug]
11 break_cycles=
12
13 [exetrace]
14 intel_format=false
15 pc_symbol=true
16 print_cpseq=false
17 print_cycle=true
18 print_data=true
19 print_effaddr=true
20 print_fetchseq=false
21 print_iregs=false
22 print_opclass=true
23 print_thread=true
24 speculative=true
25 trace_system=client
26
27 [serialize]
28 count=10
29 cycle=0
30 dir=cpt.%012d
31 period=0
32
33 [stats]
34 descriptions=true
35 dump_cycle=0
36 dump_period=0
37 dump_reset=false
38 ignore_events=
39 mysql_db=
40 mysql_host=
41 mysql_password=
42 mysql_user=
43 project_name=test
44 simulation_name=test
45 simulation_sample=0
46 text_compat=true
47 text_file=m5stats.txt
48
49 [system]
50 type=System
51 children=cpu membus physmem
52 mem_mode=atomic
53 physmem=system.physmem
54
55 [system.cpu]
56 type=AtomicSimpleCPU
57 children=workload
58 clock=1
59 defer_registration=false
60 function_trace=false
61 function_trace_start=0
62 max_insts_all_threads=0
63 max_insts_any_thread=500000
64 max_loads_all_threads=0
65 max_loads_any_thread=0
66 mem=system.physmem
67 progress_interval=0
68 simulate_stalls=false
69 system=system
70 width=1
71 workload=system.cpu.workload
72 dcache_port=system.membus.port[2]
73 icache_port=system.membus.port[1]
74
75 [system.cpu.workload]
76 type=EioProcess
77 chkpt=
78 file=tests/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz
79 output=cout
80 system=system
81
82 [system.membus]
83 type=Bus
84 bus_id=0
85 port=system.physmem.port system.cpu.icache_port system.cpu.dcache_port
86
87 [system.physmem]
88 type=PhysicalMemory
89 file=
90 latency=1
91 range=0:134217727
92 port=system.membus.port[0]
93
94 [trace]
95 bufsize=0
96 cycle=0
97 dump_on_exit=false
98 file=cout
99 flags=
100 ignore=
101 start=0
102