tests: update tests for TLB unification
[gem5.git] / tests / long / 10.mcf / ref / x86 / 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=dtb itb tracer workload
15 checker=Null
16 clock=500
17 cpu_id=0
18 defer_registration=false
19 do_checkpoint_insts=true
20 do_statistics_insts=true
21 dtb=system.cpu.dtb
22 function_trace=false
23 function_trace_start=0
24 itb=system.cpu.itb
25 max_insts_all_threads=0
26 max_insts_any_thread=0
27 max_loads_all_threads=0
28 max_loads_any_thread=0
29 numThreads=1
30 phase=0
31 progress_interval=0
32 simulate_data_stalls=false
33 simulate_inst_stalls=false
34 system=system
35 tracer=system.cpu.tracer
36 width=1
37 workload=system.cpu.workload
38 dcache_port=system.membus.port[2]
39 icache_port=system.membus.port[1]
40
41 [system.cpu.dtb]
42 type=X86TLB
43 size=64
44
45 [system.cpu.itb]
46 type=X86TLB
47 size=64
48
49 [system.cpu.tracer]
50 type=ExeTracer
51
52 [system.cpu.workload]
53 type=LiveProcess
54 cmd=mcf mcf.in
55 cwd=build/X86_SE/tests/fast/long/10.mcf/x86/linux/simple-atomic
56 egid=100
57 env=
58 errout=cerr
59 euid=100
60 executable=/dist/m5/cpu2000/binaries/x86/linux/mcf
61 gid=100
62 input=/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
63 max_stack_size=67108864
64 output=cout
65 pid=100
66 ppid=99
67 simpoint=55300000000
68 system=system
69 uid=100
70
71 [system.membus]
72 type=Bus
73 block_size=64
74 bus_id=0
75 clock=1000
76 header_cycles=1
77 responder_set=false
78 width=64
79 port=system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
80
81 [system.physmem]
82 type=PhysicalMemory
83 file=
84 latency=30000
85 latency_var=0
86 null=false
87 range=0:268435455
88 zero=false
89 port=system.membus.port[0]
90