Deleted Added
sdiff udiff text old ( 9578:49b40999f4a2 ) new ( 9885:afd9ea6101d9 )
full compact
1[root]
2type=Root
3children=system
4full_system=false
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
13clock=1000
14init_param=0
15kernel=
16load_addr_mask=1099511627775
17mem_mode=timing
18mem_ranges=
19memories=system.physmem
20num_work_ids=16
21readfile=
22symbolfile=
23work_begin_ckpt_count=0
24work_begin_cpu_id_exit=-1
25work_begin_exit_count=0
26work_cpus_ckpt_count=0
27work_end_ckpt_count=0
28work_end_exit_count=0
29work_item_id=-1
30system_port=system.membus.slave[0]
31
32[system.cpu]
33type=DerivO3CPU
34children=branchPred dcache dtb fuPool icache interrupts isa itb l2cache toL2Bus tracer workload
35LFSTSize=1024
36LQEntries=32
37LSQCheckLoads=true
38LSQDepCheckShift=4
39SQEntries=32
40SSITSize=1024
41activity=0
42backComSize=5
43branchPred=system.cpu.branchPred
44cachePorts=200
45checker=Null
46clock=500
47commitToDecodeDelay=1
48commitToFetchDelay=1
49commitToIEWDelay=1
50commitToRenameDelay=1
51commitWidth=8
52cpu_id=0
53decodeToFetchDelay=1
54decodeToRenameDelay=1

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

87numThreads=1
88profile=0
89progress_interval=0
90renameToDecodeDelay=1
91renameToFetchDelay=1
92renameToIEWDelay=2
93renameToROBDelay=1
94renameWidth=8
95smtCommitPolicy=RoundRobin
96smtFetchPolicy=SingleThread
97smtIQPolicy=Partitioned
98smtIQThreshold=100
99smtLSQPolicy=Partitioned
100smtLSQThreshold=100
101smtNumFetchingThreads=1
102smtROBPolicy=Partitioned

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

108tracer=system.cpu.tracer
109trapLatency=13
110wbDepth=1
111wbWidth=8
112workload=system.cpu.workload
113dcache_port=system.cpu.dcache.cpu_side
114icache_port=system.cpu.icache.cpu_side
115
116[system.cpu.branchPred]
117type=BranchPredictor
118BTBEntries=4096
119BTBTagSize=16
120RASSize=16
121choiceCtrBits=2
122choicePredictorSize=8192
123globalCtrBits=2
124globalHistoryBits=13
125globalPredictorSize=8192
126instShiftAmt=2
127localCtrBits=2
128localHistoryBits=11
129localHistoryTableSize=2048
130localPredictorSize=2048
131numThreads=1
132predType=tournament
133
134[system.cpu.dcache]
135type=BaseCache
136addr_ranges=0:18446744073709551615
137assoc=2
138block_size=64
139clock=500
140forward_snoops=true
141hit_latency=2
142is_top_level=true
143max_miss_count=0
144mshrs=4
145prefetch_on_access=false
146prefetcher=Null
147response_latency=2
148size=262144
149system=system
150tgts_per_mshr=20
151two_queue=false
152write_buffers=8
153cpu_side=system.cpu.dcache_port
154mem_side=system.cpu.toL2Bus.slave[1]
155
156[system.cpu.dtb]
157type=X86TLB
158children=walker
159size=64
160walker=system.cpu.dtb.walker
161
162[system.cpu.dtb.walker]
163type=X86PagetableWalker
164clock=500
165system=system
166port=system.cpu.toL2Bus.slave[3]
167
168[system.cpu.fuPool]
169type=FUPool
170children=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7 FUList8
171FUList=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
172

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

425[system.cpu.fuPool.FUList8.opList]
426type=OpDesc
427issueLat=3
428opClass=IprAccess
429opLat=3
430
431[system.cpu.icache]
432type=BaseCache
433addr_ranges=0:18446744073709551615
434assoc=2
435block_size=64
436clock=500
437forward_snoops=true
438hit_latency=2
439is_top_level=true
440max_miss_count=0
441mshrs=4
442prefetch_on_access=false
443prefetcher=Null
444response_latency=2
445size=131072
446system=system
447tgts_per_mshr=20
448two_queue=false
449write_buffers=8
450cpu_side=system.cpu.icache_port
451mem_side=system.cpu.toL2Bus.slave[0]
452
453[system.cpu.interrupts]
454type=X86LocalApic
455clock=8000
456int_latency=1000
457pio_addr=2305843009213693952
458pio_latency=100000
459system=system
460int_master=system.membus.slave[2]
461int_slave=system.membus.master[2]
462pio=system.membus.master[1]
463
464[system.cpu.isa]
465type=X86ISA
466
467[system.cpu.itb]
468type=X86TLB
469children=walker
470size=64
471walker=system.cpu.itb.walker
472
473[system.cpu.itb.walker]
474type=X86PagetableWalker
475clock=500
476system=system
477port=system.cpu.toL2Bus.slave[2]
478
479[system.cpu.l2cache]
480type=BaseCache
481addr_ranges=0:18446744073709551615
482assoc=8
483block_size=64
484clock=500
485forward_snoops=true
486hit_latency=20
487is_top_level=false
488max_miss_count=0
489mshrs=20
490prefetch_on_access=false
491prefetcher=Null
492response_latency=20
493size=2097152
494system=system
495tgts_per_mshr=12
496two_queue=false
497write_buffers=8
498cpu_side=system.cpu.toL2Bus.master[0]
499mem_side=system.membus.slave[1]
500
501[system.cpu.toL2Bus]
502type=CoherentBus
503block_size=64
504clock=500
505header_cycles=1
506system=system
507use_default_range=false
508width=32
509master=system.cpu.l2cache.cpu_side
510slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb.walker.port system.cpu.dtb.walker.port
511
512[system.cpu.tracer]
513type=ExeTracer
514
515[system.cpu.workload]
516type=LiveProcess
517cmd=hello
518cwd=
519egid=100
520env=
521errout=cerr
522euid=100
523executable=tests/test-progs/hello/bin/x86/linux/hello
524gid=100
525input=cin
526max_stack_size=67108864
527output=cout
528pid=100
529ppid=99
530simpoint=0
531system=system
532uid=100
533
534[system.membus]
535type=CoherentBus
536block_size=64
537clock=1000
538header_cycles=1
539system=system
540use_default_range=false
541width=8
542master=system.physmem.port system.cpu.interrupts.pio system.cpu.interrupts.int_slave
543slave=system.system_port system.cpu.l2cache.mem_side system.cpu.interrupts.int_master
544
545[system.physmem]
546type=SimpleDRAM
547activation_limit=4
548addr_mapping=openmap
549banks_per_rank=8
550channels=1
551clock=1000
552conf_table_reported=false
553in_addr_map=true
554lines_per_rowbuffer=32
555mem_sched_policy=frfcfs
556null=false
557page_policy=open
558range=0:134217727
559ranks_per_channel=2
560read_buffer_size=32
561tBURST=5000
562tCL=13750
563tRCD=13750
564tREFI=7800000
565tRFC=300000
566tRP=13750
567tWTR=7500
568tXAW=40000
569write_buffer_size=32
570write_thresh_perc=70
571zero=false
572port=system.membus.master[0]
573