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 dummy=0
5
6 [system]
7 type=System
8 children=cpu membus physmem
9 mem_mode=atomic
10 physmem=system.physmem
11
12 [system.cpu]
13 type=AtomicSimpleCPU
14 children=workload
15 clock=500
16 cpu_id=0
17 defer_registration=false
18 function_trace=false
19 function_trace_start=0
20 max_insts_all_threads=0
21 max_insts_any_thread=500000
22 max_loads_all_threads=0
23 max_loads_any_thread=0
24 phase=0
25 progress_interval=0
26 simulate_stalls=false
27 system=system
28 width=1
29 workload=system.cpu.workload
30 dcache_port=system.membus.port[2]
31 icache_port=system.membus.port[1]
32
33 [system.cpu.workload]
34 type=EioProcess
35 chkpt=
36 file=tests/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz
37 output=cout
38 system=system
39
40 [system.membus]
41 type=Bus
42 block_size=64
43 bus_id=0
44 clock=1000
45 responder_set=false
46 width=64
47 port=system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
48
49 [system.physmem]
50 type=PhysicalMemory
51 file=
52 latency=1
53 range=0:134217727
54 zero=false
55 port=system.membus.port[0]
56