Deleted Added
sdiff udiff text old ( 9348:44d31345e360 ) new ( 9373:26ba525347fe )
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

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

25work_cpus_ckpt_count=0
26work_end_ckpt_count=0
27work_end_exit_count=0
28work_item_id=-1
29system_port=system.membus.slave[0]
30
31[system.cpu]
32type=DerivO3CPU
33children=dcache dtb fuPool icache interrupts itb l2cache toL2Bus tracer workload
34BTBEntries=4096
35BTBTagSize=16
36LFSTSize=1024
37LQEntries=32
38LSQCheckLoads=true
39LSQDepCheckShift=4
40RASSize=16
41SQEntries=32

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

73globalHistoryBits=13
74globalPredictorSize=8192
75iewToCommitDelay=1
76iewToDecodeDelay=1
77iewToFetchDelay=1
78iewToRenameDelay=1
79instShiftAmt=2
80interrupts=system.cpu.interrupts
81issueToExecuteDelay=1
82issueWidth=8
83itb=system.cpu.itb
84localCtrBits=2
85localHistoryBits=11
86localHistoryTableSize=2048
87localPredictorSize=2048
88max_insts_all_threads=0

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

459int_latency=1000
460pio_addr=2305843009213693952
461pio_latency=100000
462system=system
463int_master=system.membus.slave[2]
464int_slave=system.membus.master[2]
465pio=system.membus.master[1]
466
467[system.cpu.itb]
468type=X86TLB
469children=walker
470size=64
471walker=system.cpu.itb.walker
472
473[system.cpu.itb.walker]
474type=X86PagetableWalker

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

519[system.cpu.workload]
520type=LiveProcess
521cmd=mcf mcf.in
522cwd=build/X86/tests/opt/long/se/10.mcf/x86/linux/o3-timing
523egid=100
524env=
525errout=cerr
526euid=100
527executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/mcf
528gid=100
529input=/scratch/nilay/GEM5/dist/m5/cpu2000/data/mcf/smred/input/mcf.in
530max_stack_size=67108864
531output=cout
532pid=100
533ppid=99
534simpoint=55300000000
535system=system
536uid=100
537

--- 36 unchanged lines hidden ---