3550cbb346ea47c1569c0c856d4f52c68bfa6445
[gem5.git] / tests / quick / se / 00.hello / ref / sparc / linux / simple-atomic / config.ini
1 [root]
2 type=Root
3 children=system
4 full_system=false
5 time_sync_enable=false
6 time_sync_period=100000000000
7 time_sync_spin_threshold=100000000
8
9 [system]
10 type=System
11 children=cpu membus physmem
12 boot_osflags=a
13 init_param=0
14 kernel=
15 load_addr_mask=1099511627775
16 mem_mode=atomic
17 memories=system.physmem
18 num_work_ids=16
19 readfile=
20 symbolfile=
21 work_begin_ckpt_count=0
22 work_begin_cpu_id_exit=-1
23 work_begin_exit_count=0
24 work_cpus_ckpt_count=0
25 work_end_ckpt_count=0
26 work_end_exit_count=0
27 work_item_id=-1
28 system_port=system.membus.slave[0]
29
30 [system.cpu]
31 type=AtomicSimpleCPU
32 children=dtb interrupts itb tracer workload
33 checker=Null
34 clock=500
35 cpu_id=0
36 defer_registration=false
37 do_checkpoint_insts=true
38 do_quiesce=true
39 do_statistics_insts=true
40 dtb=system.cpu.dtb
41 fastmem=false
42 function_trace=false
43 function_trace_start=0
44 interrupts=system.cpu.interrupts
45 itb=system.cpu.itb
46 max_insts_all_threads=0
47 max_insts_any_thread=0
48 max_loads_all_threads=0
49 max_loads_any_thread=0
50 numThreads=1
51 phase=0
52 profile=0
53 progress_interval=0
54 simulate_data_stalls=false
55 simulate_inst_stalls=false
56 system=system
57 tracer=system.cpu.tracer
58 width=1
59 workload=system.cpu.workload
60 dcache_port=system.membus.slave[2]
61 icache_port=system.membus.slave[1]
62
63 [system.cpu.dtb]
64 type=SparcTLB
65 size=64
66
67 [system.cpu.interrupts]
68 type=SparcInterrupts
69
70 [system.cpu.itb]
71 type=SparcTLB
72 size=64
73
74 [system.cpu.tracer]
75 type=ExeTracer
76
77 [system.cpu.workload]
78 type=LiveProcess
79 cmd=hello
80 cwd=
81 egid=100
82 env=
83 errout=cerr
84 euid=100
85 executable=/dist/m5/regression/test-progs/hello/bin/sparc/linux/hello
86 gid=100
87 input=cin
88 max_stack_size=67108864
89 output=cout
90 pid=100
91 ppid=99
92 simpoint=0
93 system=system
94 uid=100
95
96 [system.membus]
97 type=Bus
98 block_size=64
99 bus_id=0
100 clock=1000
101 header_cycles=1
102 use_default_range=false
103 width=64
104 master=system.physmem.port[0]
105 slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
106
107 [system.physmem]
108 type=SimpleMemory
109 conf_table_reported=false
110 file=
111 in_addr_map=true
112 latency=30000
113 latency_var=0
114 null=false
115 range=0:134217727
116 zero=false
117 port=system.membus.master[0]
118