config.ini (8802:ef66a9083bc4) config.ini (8825:23b349d77ac1)
1[root]
2type=Root
3children=system
1[root]
2type=Root
3children=system
4full_system=false
4time_sync_enable=false
5time_sync_period=100000000000
6time_sync_spin_threshold=100000000
7
8[system]
9type=System
10children=cpu membus physmem
5time_sync_enable=false
6time_sync_period=100000000000
7time_sync_spin_threshold=100000000
8
9[system]
10type=System
11children=cpu membus physmem
12boot_osflags=a
13init_param=0
14kernel=
15load_addr_mask=1099511627775
11mem_mode=atomic
12memories=system.physmem
13num_work_ids=16
14physmem=system.physmem
16mem_mode=atomic
17memories=system.physmem
18num_work_ids=16
19physmem=system.physmem
20readfile=
21symbolfile=
15work_begin_ckpt_count=0
16work_begin_cpu_id_exit=-1
17work_begin_exit_count=0
18work_cpus_ckpt_count=0
19work_end_ckpt_count=0
20work_end_exit_count=0
21work_item_id=-1
22system_port=system.membus.port[0]
23
24[system.cpu]
25type=DerivO3CPU
22work_begin_ckpt_count=0
23work_begin_cpu_id_exit=-1
24work_begin_exit_count=0
25work_cpus_ckpt_count=0
26work_end_ckpt_count=0
27work_end_exit_count=0
28work_item_id=-1
29system_port=system.membus.port[0]
30
31[system.cpu]
32type=DerivO3CPU
26children=dcache dtb fuPool icache itb l2cache toL2Bus tracer workload
33children=dcache dtb fuPool icache interrupts itb l2cache toL2Bus tracer workload
27BTBEntries=4096
28BTBTagSize=16
29LFSTSize=1024
30LQEntries=32
31LSQCheckLoads=true
32LSQDepCheckShift=4
33RASSize=16
34SQEntries=32

--- 12 unchanged lines hidden (view full) ---

47commitWidth=8
48cpu_id=0
49decodeToFetchDelay=1
50decodeToRenameDelay=1
51decodeWidth=8
52defer_registration=false
53dispatchWidth=8
54do_checkpoint_insts=true
34BTBEntries=4096
35BTBTagSize=16
36LFSTSize=1024
37LQEntries=32
38LSQCheckLoads=true
39LSQDepCheckShift=4
40RASSize=16
41SQEntries=32

--- 12 unchanged lines hidden (view full) ---

54commitWidth=8
55cpu_id=0
56decodeToFetchDelay=1
57decodeToRenameDelay=1
58decodeWidth=8
59defer_registration=false
60dispatchWidth=8
61do_checkpoint_insts=true
62do_quiesce=true
55do_statistics_insts=true
56dtb=system.cpu.dtb
57fetchToDecodeDelay=1
58fetchTrapLatency=1
59fetchWidth=8
60forwardComSize=5
61fuPool=system.cpu.fuPool
62function_trace=false
63function_trace_start=0
64globalCtrBits=2
65globalHistoryBits=13
66globalPredictorSize=8192
67iewToCommitDelay=1
68iewToDecodeDelay=1
69iewToFetchDelay=1
70iewToRenameDelay=1
71instShiftAmt=2
63do_statistics_insts=true
64dtb=system.cpu.dtb
65fetchToDecodeDelay=1
66fetchTrapLatency=1
67fetchWidth=8
68forwardComSize=5
69fuPool=system.cpu.fuPool
70function_trace=false
71function_trace_start=0
72globalCtrBits=2
73globalHistoryBits=13
74globalPredictorSize=8192
75iewToCommitDelay=1
76iewToDecodeDelay=1
77iewToFetchDelay=1
78iewToRenameDelay=1
79instShiftAmt=2
80interrupts=system.cpu.interrupts
72issueToExecuteDelay=1
73issueWidth=8
74itb=system.cpu.itb
75localCtrBits=2
76localHistoryBits=11
77localHistoryTableSize=2048
78localPredictorSize=2048
79max_insts_all_threads=0
80max_insts_any_thread=0
81max_loads_all_threads=0
82max_loads_any_thread=0
81issueToExecuteDelay=1
82issueWidth=8
83itb=system.cpu.itb
84localCtrBits=2
85localHistoryBits=11
86localHistoryTableSize=2048
87localPredictorSize=2048
88max_insts_all_threads=0
89max_insts_any_thread=0
90max_loads_all_threads=0
91max_loads_any_thread=0
92needsTSO=false
83numIQEntries=64
84numPhysFloatRegs=256
85numPhysIntRegs=256
86numROBEntries=192
87numRobs=1
88numThreads=1
89phase=0
90predType=tournament
93numIQEntries=64
94numPhysFloatRegs=256
95numPhysIntRegs=256
96numROBEntries=192
97numRobs=1
98numThreads=1
99phase=0
100predType=tournament
101profile=0
91progress_interval=0
92renameToDecodeDelay=1
93renameToFetchDelay=1
94renameToIEWDelay=2
95renameToROBDelay=1
96renameWidth=8
97smtCommitPolicy=RoundRobin
98smtFetchPolicy=SingleThread

--- 44 unchanged lines hidden (view full) ---

143trace_addr=0
144two_queue=false
145write_buffers=8
146cpu_side=system.cpu.dcache_port
147mem_side=system.cpu.toL2Bus.port[1]
148
149[system.cpu.dtb]
150type=ArmTLB
102progress_interval=0
103renameToDecodeDelay=1
104renameToFetchDelay=1
105renameToIEWDelay=2
106renameToROBDelay=1
107renameWidth=8
108smtCommitPolicy=RoundRobin
109smtFetchPolicy=SingleThread

--- 44 unchanged lines hidden (view full) ---

154trace_addr=0
155two_queue=false
156write_buffers=8
157cpu_side=system.cpu.dcache_port
158mem_side=system.cpu.toL2Bus.port[1]
159
160[system.cpu.dtb]
161type=ArmTLB
162children=walker
151size=64
163size=64
164walker=system.cpu.dtb.walker
152
165
166[system.cpu.dtb.walker]
167type=ArmTableWalker
168max_backoff=100000
169min_backoff=0
170sys=system
171port=system.cpu.toL2Bus.port[3]
172
153[system.cpu.fuPool]
154type=FUPool
155children=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7 FUList8
156FUList=system.cpu.fuPool.FUList0 system.cpu.fuPool.FUList1 system.cpu.fuPool.FUList2 system.cpu.fuPool.FUList3 system.cpu.fuPool.FUList4 system.cpu.fuPool.FUList5 system.cpu.fuPool.FUList6 system.cpu.fuPool.FUList7 system.cpu.fuPool.FUList8
157
158[system.cpu.fuPool.FUList0]
159type=FUDesc
160children=opList

--- 279 unchanged lines hidden (view full) ---

440subblock_size=0
441tgts_per_mshr=20
442trace_addr=0
443two_queue=false
444write_buffers=8
445cpu_side=system.cpu.icache_port
446mem_side=system.cpu.toL2Bus.port[0]
447
173[system.cpu.fuPool]
174type=FUPool
175children=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7 FUList8
176FUList=system.cpu.fuPool.FUList0 system.cpu.fuPool.FUList1 system.cpu.fuPool.FUList2 system.cpu.fuPool.FUList3 system.cpu.fuPool.FUList4 system.cpu.fuPool.FUList5 system.cpu.fuPool.FUList6 system.cpu.fuPool.FUList7 system.cpu.fuPool.FUList8
177
178[system.cpu.fuPool.FUList0]
179type=FUDesc
180children=opList

--- 279 unchanged lines hidden (view full) ---

460subblock_size=0
461tgts_per_mshr=20
462trace_addr=0
463two_queue=false
464write_buffers=8
465cpu_side=system.cpu.icache_port
466mem_side=system.cpu.toL2Bus.port[0]
467
468[system.cpu.interrupts]
469type=ArmInterrupts
470
448[system.cpu.itb]
449type=ArmTLB
471[system.cpu.itb]
472type=ArmTLB
473children=walker
450size=64
474size=64
475walker=system.cpu.itb.walker
451
476
477[system.cpu.itb.walker]
478type=ArmTableWalker
479max_backoff=100000
480min_backoff=0
481sys=system
482port=system.cpu.toL2Bus.port[2]
483
452[system.cpu.l2cache]
453type=BaseCache
454addr_range=0:18446744073709551615
455assoc=2
456block_size=64
457forward_snoops=true
458hash_delay=1
459is_top_level=false

--- 13 unchanged lines hidden (view full) ---

473prioritizeRequests=false
474repl=Null
475size=2097152
476subblock_size=0
477tgts_per_mshr=5
478trace_addr=0
479two_queue=false
480write_buffers=8
484[system.cpu.l2cache]
485type=BaseCache
486addr_range=0:18446744073709551615
487assoc=2
488block_size=64
489forward_snoops=true
490hash_delay=1
491is_top_level=false

--- 13 unchanged lines hidden (view full) ---

505prioritizeRequests=false
506repl=Null
507size=2097152
508subblock_size=0
509tgts_per_mshr=5
510trace_addr=0
511two_queue=false
512write_buffers=8
481cpu_side=system.cpu.toL2Bus.port[2]
513cpu_side=system.cpu.toL2Bus.port[4]
482mem_side=system.membus.port[2]
483
484[system.cpu.toL2Bus]
485type=Bus
486block_size=64
487bus_id=0
488clock=1000
489header_cycles=1
490use_default_range=false
491width=64
514mem_side=system.membus.port[2]
515
516[system.cpu.toL2Bus]
517type=Bus
518block_size=64
519bus_id=0
520clock=1000
521header_cycles=1
522use_default_range=false
523width=64
492port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.l2cache.cpu_side
524port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb.walker.port system.cpu.dtb.walker.port system.cpu.l2cache.cpu_side
493
494[system.cpu.tracer]
495type=ExeTracer
496
497[system.cpu.workload]
498type=LiveProcess
499cmd=hello
500cwd=
501egid=100
502env=
503errout=cerr
504euid=100
525
526[system.cpu.tracer]
527type=ExeTracer
528
529[system.cpu.workload]
530type=LiveProcess
531cmd=hello
532cwd=
533egid=100
534env=
535errout=cerr
536euid=100
505executable=/dist/m5/regression/test-progs/hello/bin/arm/linux/hello
537executable=tests/test-progs/hello/bin/arm/linux/hello
506gid=100
507input=cin
508max_stack_size=67108864
509output=cout
510pid=100
511ppid=99
512simpoint=0
513system=system

--- 22 unchanged lines hidden ---
538gid=100
539input=cin
540max_stack_size=67108864
541output=cout
542pid=100
543ppid=99
544simpoint=0
545system=system

--- 22 unchanged lines hidden ---