SE/FS: Make SE vs. FS mode a runtime parameter.
[gem5.git] / tests / long / 70.twolf / ref / x86 / linux / simple-atomic / config.ini
1 [root]
2 type=Root
3 children=system
4 time_sync_enable=false
5 time_sync_period=100000000000
6 time_sync_spin_threshold=100000000
7
8 [system]
9 type=System
10 children=cpu membus physmem
11 mem_mode=atomic
12 memories=system.physmem
13 num_work_ids=16
14 physmem=system.physmem
15 work_begin_ckpt_count=0
16 work_begin_cpu_id_exit=-1
17 work_begin_exit_count=0
18 work_cpus_ckpt_count=0
19 work_end_ckpt_count=0
20 work_end_exit_count=0
21 work_item_id=-1
22 system_port=system.membus.port[0]
23
24 [system.cpu]
25 type=AtomicSimpleCPU
26 children=dtb itb tracer workload
27 checker=Null
28 clock=500
29 cpu_id=0
30 defer_registration=false
31 do_checkpoint_insts=true
32 do_statistics_insts=true
33 dtb=system.cpu.dtb
34 function_trace=false
35 function_trace_start=0
36 itb=system.cpu.itb
37 max_insts_all_threads=0
38 max_insts_any_thread=0
39 max_loads_all_threads=0
40 max_loads_any_thread=0
41 numThreads=1
42 phase=0
43 progress_interval=0
44 simulate_data_stalls=false
45 simulate_inst_stalls=false
46 system=system
47 tracer=system.cpu.tracer
48 width=1
49 workload=system.cpu.workload
50 dcache_port=system.membus.port[3]
51 icache_port=system.membus.port[2]
52
53 [system.cpu.dtb]
54 type=X86TLB
55 size=64
56
57 [system.cpu.itb]
58 type=X86TLB
59 size=64
60
61 [system.cpu.tracer]
62 type=ExeTracer
63
64 [system.cpu.workload]
65 type=LiveProcess
66 cmd=twolf smred
67 cwd=build/X86_SE/tests/opt/long/70.twolf/x86/linux/simple-atomic
68 egid=100
69 env=
70 errout=cerr
71 euid=100
72 executable=/dist/m5/cpu2000/binaries/x86/linux/twolf
73 gid=100
74 input=cin
75 max_stack_size=67108864
76 output=cout
77 pid=100
78 ppid=99
79 simpoint=0
80 system=system
81 uid=100
82
83 [system.membus]
84 type=Bus
85 block_size=64
86 bus_id=0
87 clock=1000
88 header_cycles=1
89 use_default_range=false
90 width=64
91 port=system.system_port system.physmem.port[0] system.cpu.icache_port system.cpu.dcache_port
92
93 [system.physmem]
94 type=PhysicalMemory
95 file=
96 latency=30000
97 latency_var=0
98 null=false
99 range=0:134217727
100 zero=false
101 port=system.membus.port[1]
102