Merge zizzer.eecs.umich.edu:/bk/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 cpu_id=0
60 defer_registration=false
61 function_trace=false
62 function_trace_start=0
63 max_insts_all_threads=0
64 max_insts_any_thread=500000
65 max_loads_all_threads=0
66 max_loads_any_thread=0
67 mem=system.physmem
68 progress_interval=0
69 simulate_stalls=false
70 system=system
71 width=1
72 workload=system.cpu.workload
73 dcache_port=system.membus.port[2]
74 icache_port=system.membus.port[1]
75
76 [system.cpu.workload]
77 type=EioProcess
78 chkpt=
79 file=tests/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz
80 output=cout
81 system=system
82
83 [system.membus]
84 type=Bus
85 bus_id=0
86 port=system.physmem.port system.cpu.icache_port system.cpu.dcache_port
87
88 [system.physmem]
89 type=PhysicalMemory
90 file=
91 latency=1
92 range=0:134217727
93 port=system.membus.port[0]
94
95 [trace]
96 bufsize=0
97 cycle=0
98 dump_on_exit=false
99 file=cout
100 flags=
101 ignore=
102 start=0
103