update all the regresstion tests for release
[gem5.git] / tests / long / 00.gzip / ref / sparc / linux / 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=0
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=LiveProcess
35 cmd=gzip input.log 1
36 cwd=build/SPARC_SE/tests/fast/long/00.gzip/sparc/linux/simple-atomic
37 egid=100
38 env=
39 euid=100
40 executable=/dist/m5/cpu2000/binaries/sparc/linux/gzip
41 gid=100
42 input=cin
43 output=cout
44 pid=100
45 ppid=99
46 system=system
47 uid=100
48
49 [system.membus]
50 type=Bus
51 block_size=64
52 bus_id=0
53 clock=1000
54 responder_set=false
55 width=64
56 port=system.physmem.port system.cpu.icache_port system.cpu.dcache_port
57
58 [system.physmem]
59 type=PhysicalMemory
60 file=
61 latency=1
62 range=0:134217727
63 zero=false
64 port=system.membus.port[0]
65