stats: Update stats to reflect recent changes to floats

Mostly just splitting out the floats ops and corresponding
reads/writes.
This commit is contained in:
Andreas Hansson 2016-10-19 06:20:04 -04:00
parent 71c982ff70
commit 607c277291
145 changed files with 8892 additions and 7913 deletions

View file

@ -4,11 +4,11 @@ sim_seconds 1.893221 # Nu
sim_ticks 1893220881500 # Number of ticks simulated
final_tick 1893220881500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 15759 # Simulator instruction rate (inst/s)
host_op_rate 15759 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 531367557 # Simulator tick rate (ticks/s)
host_mem_usage 390932 # Number of bytes of host memory used
host_seconds 3562.92 # Real time elapsed on the host
host_inst_rate 27932 # Simulator instruction rate (inst/s)
host_op_rate 27932 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 941819152 # Simulator tick rate (ticks/s)
host_mem_usage 393408 # Number of bytes of host memory used
host_seconds 2010.17 # Real time elapsed on the host
sim_insts 56147815 # Number of instructions simulated
sim_ops 56147815 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -389,7 +389,9 @@ system.cpu.op_class_0::FloatAdd 38079 0.07% 70.35% # Cl
system.cpu.op_class_0::FloatCmp 0 0.00% 70.35% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 0 0.00% 70.35% # Class of committed instruction
system.cpu.op_class_0::FloatMult 0 0.00% 70.35% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 70.35% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 3636 0.01% 70.36% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 70.36% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 70.36% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 70.36% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 70.36% # Class of committed instruction
@ -411,8 +413,10 @@ system.cpu.op_class_0::SimdFloatMisc 0 0.00% 70.36% # Cl
system.cpu.op_class_0::SimdFloatMult 0 0.00% 70.36% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 70.36% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 70.36% # Class of committed instruction
system.cpu.op_class_0::MemRead 9320403 16.60% 86.95% # Class of committed instruction
system.cpu.op_class_0::MemWrite 6373341 11.35% 98.31% # Class of committed instruction
system.cpu.op_class_0::MemRead 9175906 16.34% 86.70% # Class of committed instruction
system.cpu.op_class_0::MemWrite 6235361 11.11% 97.80% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 144497 0.26% 98.06% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 137980 0.25% 98.31% # Class of committed instruction
system.cpu.op_class_0::IprAccess 951232 1.69% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 56147815 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 1.907549 # Nu
sim_ticks 1907549438500 # Number of ticks simulated
final_tick 1907549438500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 120882 # Simulator instruction rate (inst/s)
host_op_rate 120882 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 4068519298 # Simulator tick rate (ticks/s)
host_mem_usage 339992 # Number of bytes of host memory used
host_seconds 468.86 # Real time elapsed on the host
host_inst_rate 238870 # Simulator instruction rate (inst/s)
host_op_rate 238870 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 8039623402 # Simulator tick rate (ticks/s)
host_mem_usage 342472 # Number of bytes of host memory used
host_seconds 237.27 # Real time elapsed on the host
sim_insts 56676315 # Number of instructions simulated
sim_ops 56676315 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -474,37 +474,41 @@ system.cpu0.iq.issued_per_cycle::min_value 0 #
system.cpu0.iq.issued_per_cycle::max_value 8 # Number of insts issued each cycle
system.cpu0.iq.issued_per_cycle::total 113902133 # Number of insts issued each cycle
system.cpu0.iq.fu_full::No_OpClass 0 0.00% 0.00% # attempts to use FU when none available
system.cpu0.iq.fu_full::IntAlu 168885 16.84% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::IntMult 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::IntDiv 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatAdd 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatCmp 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatCvt 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatMult 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatDiv 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatSqrt 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdAdd 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdAddAcc 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdAlu 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdCmp 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdCvt 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdMisc 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdMult 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdMultAcc 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdShift 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdShiftAcc 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdSqrt 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatAdd 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatAlu 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatCmp 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatCvt 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatDiv 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatMisc 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatMult 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatMultAcc 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatSqrt 0 0.00% 16.84% # attempts to use FU when none available
system.cpu0.iq.fu_full::MemRead 512937 51.15% 67.99% # attempts to use FU when none available
system.cpu0.iq.fu_full::MemWrite 321005 32.01% 100.00% # attempts to use FU when none available
system.cpu0.iq.fu_full::IntAlu 168885 16.81% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::IntMult 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::IntDiv 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatAdd 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatCmp 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatCvt 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatMult 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatMultAcc 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatDiv 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatMisc 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatSqrt 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdAdd 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdAddAcc 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdAlu 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdCmp 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdCvt 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdMisc 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdMult 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdMultAcc 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdShift 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdShiftAcc 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdSqrt 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatAdd 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatAlu 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatCmp 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatCvt 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatDiv 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatMisc 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatMult 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatMultAcc 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatSqrt 0 0.00% 16.81% # attempts to use FU when none available
system.cpu0.iq.fu_full::MemRead 486832 48.47% 65.28% # attempts to use FU when none available
system.cpu0.iq.fu_full::MemWrite 300564 29.92% 95.20% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatMemRead 26620 2.65% 97.85% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatMemWrite 21571 2.15% 100.00% # attempts to use FU when none available
system.cpu0.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu0.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu0.iq.FU_type_0::No_OpClass 2537 0.00% 0.00% # Type of FU issued
@ -515,7 +519,9 @@ system.cpu0.iq.FU_type_0::FloatAdd 25398 0.05% 68.79% # Ty
system.cpu0.iq.FU_type_0::FloatCmp 0 0.00% 68.79% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatCvt 0 0.00% 68.79% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatMult 0 0.00% 68.79% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatMultAcc 0 0.00% 68.79% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatDiv 1267 0.00% 68.79% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatMisc 0 0.00% 68.79% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatSqrt 0 0.00% 68.79% # Type of FU issued
system.cpu0.iq.FU_type_0::SimdAdd 0 0.00% 68.79% # Type of FU issued
system.cpu0.iq.FU_type_0::SimdAddAcc 0 0.00% 68.79% # Type of FU issued
@ -537,22 +543,24 @@ system.cpu0.iq.FU_type_0::SimdFloatMisc 0 0.00% 68.79% # Ty
system.cpu0.iq.FU_type_0::SimdFloatMult 0 0.00% 68.79% # Type of FU issued
system.cpu0.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 68.79% # Type of FU issued
system.cpu0.iq.FU_type_0::SimdFloatSqrt 0 0.00% 68.79% # Type of FU issued
system.cpu0.iq.FU_type_0::MemRead 9844131 18.71% 87.50% # Type of FU issued
system.cpu0.iq.FU_type_0::MemWrite 5797742 11.02% 98.52% # Type of FU issued
system.cpu0.iq.FU_type_0::MemRead 9721676 18.48% 87.27% # Type of FU issued
system.cpu0.iq.FU_type_0::MemWrite 5686986 10.81% 98.08% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatMemRead 122455 0.23% 98.31% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatMemWrite 110756 0.21% 98.52% # Type of FU issued
system.cpu0.iq.FU_type_0::IprAccess 778716 1.48% 100.00% # Type of FU issued
system.cpu0.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu0.iq.FU_type_0::total 52616152 # Type of FU issued
system.cpu0.iq.rate 0.440369 # Inst issue rate
system.cpu0.iq.fu_busy_cnt 1002827 # FU busy when requested
system.cpu0.iq.fu_busy_rate 0.019059 # FU busy rate (busy events/executed inst)
system.cpu0.iq.int_inst_queue_reads 219643662 # Number of integer instruction queue reads
system.cpu0.iq.fu_busy_cnt 1004472 # FU busy when requested
system.cpu0.iq.fu_busy_rate 0.019091 # FU busy rate (busy events/executed inst)
system.cpu0.iq.int_inst_queue_reads 219643746 # Number of integer instruction queue reads
system.cpu0.iq.int_inst_queue_writes 65164078 # Number of integer instruction queue writes
system.cpu0.iq.int_inst_queue_wakeup_accesses 50897823 # Number of integer instruction queue wakeup accesses
system.cpu0.iq.fp_inst_queue_reads 567855 # Number of floating instruction queue reads
system.cpu0.iq.fp_inst_queue_reads 569416 # Number of floating instruction queue reads
system.cpu0.iq.fp_inst_queue_writes 274599 # Number of floating instruction queue writes
system.cpu0.iq.fp_inst_queue_wakeup_accesses 257683 # Number of floating instruction queue wakeup accesses
system.cpu0.iq.int_alu_accesses 53309936 # Number of integer alu accesses
system.cpu0.iq.fp_alu_accesses 306506 # Number of floating point alu accesses
system.cpu0.iq.int_alu_accesses 53310020 # Number of integer alu accesses
system.cpu0.iq.fp_alu_accesses 308067 # Number of floating point alu accesses
system.cpu0.iew.lsq.thread0.forwLoads 606515 # Number of loads that had data forwarded from stores
system.cpu0.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu0.iew.lsq.thread0.squashedLoads 1936563 # Number of loads squashed
@ -631,7 +639,9 @@ system.cpu0.commit.op_class_0::FloatAdd 24929 0.05% 71.28% # Cl
system.cpu0.commit.op_class_0::FloatCmp 0 0.00% 71.28% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatCvt 0 0.00% 71.28% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatMult 0 0.00% 71.28% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatMultAcc 0 0.00% 71.28% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatDiv 1267 0.00% 71.28% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatMisc 0 0.00% 71.28% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatSqrt 0 0.00% 71.28% # Class of committed instruction
system.cpu0.commit.op_class_0::SimdAdd 0 0.00% 71.28% # Class of committed instruction
system.cpu0.commit.op_class_0::SimdAddAcc 0 0.00% 71.28% # Class of committed instruction
@ -653,8 +663,10 @@ system.cpu0.commit.op_class_0::SimdFloatMisc 0 0.00% 71.28%
system.cpu0.commit.op_class_0::SimdFloatMult 0 0.00% 71.28% # Class of committed instruction
system.cpu0.commit.op_class_0::SimdFloatMultAcc 0 0.00% 71.28% # Class of committed instruction
system.cpu0.commit.op_class_0::SimdFloatSqrt 0 0.00% 71.28% # Class of committed instruction
system.cpu0.commit.op_class_0::MemRead 8056819 16.24% 87.53% # Class of committed instruction
system.cpu0.commit.op_class_0::MemWrite 5408346 10.90% 98.43% # Class of committed instruction
system.cpu0.commit.op_class_0::MemRead 7943636 16.02% 87.30% # Class of committed instruction
system.cpu0.commit.op_class_0::MemWrite 5298998 10.68% 97.98% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatMemRead 113183 0.23% 98.21% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatMemWrite 109348 0.22% 98.43% # Class of committed instruction
system.cpu0.commit.op_class_0::IprAccess 778715 1.57% 100.00% # Class of committed instruction
system.cpu0.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu0.commit.op_class_0::total 49598051 # Class of committed instruction
@ -1083,37 +1095,41 @@ system.cpu1.iq.issued_per_cycle::min_value 0 #
system.cpu1.iq.issued_per_cycle::max_value 8 # Number of insts issued each cycle
system.cpu1.iq.issued_per_cycle::total 16648116 # Number of insts issued each cycle
system.cpu1.iq.fu_full::No_OpClass 0 0.00% 0.00% # attempts to use FU when none available
system.cpu1.iq.fu_full::IntAlu 33628 10.30% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::IntMult 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::IntDiv 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatAdd 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatCmp 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatCvt 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatMult 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatDiv 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatSqrt 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdAdd 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdAddAcc 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdAlu 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdCmp 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdCvt 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdMisc 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdMult 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdMultAcc 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdShift 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdShiftAcc 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdSqrt 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatAdd 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatAlu 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatCmp 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatCvt 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatDiv 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatMisc 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatMult 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatMultAcc 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatSqrt 0 0.00% 10.30% # attempts to use FU when none available
system.cpu1.iq.fu_full::MemRead 182347 55.85% 66.15% # attempts to use FU when none available
system.cpu1.iq.fu_full::MemWrite 110540 33.85% 100.00% # attempts to use FU when none available
system.cpu1.iq.fu_full::IntAlu 33628 10.29% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::IntMult 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::IntDiv 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatAdd 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatCmp 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatCvt 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatMult 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatMultAcc 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatDiv 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatMisc 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatSqrt 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdAdd 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdAddAcc 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdAlu 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdCmp 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdCvt 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdMisc 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdMult 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdMultAcc 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdShift 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdShiftAcc 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdSqrt 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatAdd 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatAlu 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatCmp 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatCvt 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatDiv 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatMisc 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatMult 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatMultAcc 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatSqrt 0 0.00% 10.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::MemRead 174409 53.35% 63.64% # attempts to use FU when none available
system.cpu1.iq.fu_full::MemWrite 103464 31.65% 95.29% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatMemRead 7989 2.44% 97.74% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatMemWrite 7397 2.26% 100.00% # attempts to use FU when none available
system.cpu1.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu1.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu1.iq.FU_type_0::No_OpClass 4751 0.04% 0.04% # Type of FU issued
@ -1124,7 +1140,9 @@ system.cpu1.iq.FU_type_0::FloatAdd 14002 0.12% 62.29% # Ty
system.cpu1.iq.FU_type_0::FloatCmp 0 0.00% 62.29% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatCvt 0 0.00% 62.29% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatMult 0 0.00% 62.29% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatMultAcc 0 0.00% 62.29% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatDiv 2375 0.02% 62.31% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatMisc 0 0.00% 62.31% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatSqrt 0 0.00% 62.31% # Type of FU issued
system.cpu1.iq.FU_type_0::SimdAdd 0 0.00% 62.31% # Type of FU issued
system.cpu1.iq.FU_type_0::SimdAddAcc 0 0.00% 62.31% # Type of FU issued
@ -1146,22 +1164,24 @@ system.cpu1.iq.FU_type_0::SimdFloatMisc 0 0.00% 62.31% # Ty
system.cpu1.iq.FU_type_0::SimdFloatMult 0 0.00% 62.31% # Type of FU issued
system.cpu1.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 62.31% # Type of FU issued
system.cpu1.iq.FU_type_0::SimdFloatSqrt 0 0.00% 62.31% # Type of FU issued
system.cpu1.iq.FU_type_0::MemRead 2555661 22.28% 84.58% # Type of FU issued
system.cpu1.iq.FU_type_0::MemWrite 1468866 12.80% 97.39% # Type of FU issued
system.cpu1.iq.FU_type_0::MemRead 2510604 21.88% 84.19% # Type of FU issued
system.cpu1.iq.FU_type_0::MemWrite 1425191 12.42% 96.61% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatMemRead 45057 0.39% 97.01% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatMemWrite 43675 0.38% 97.39% # Type of FU issued
system.cpu1.iq.FU_type_0::IprAccess 299742 2.61% 100.00% # Type of FU issued
system.cpu1.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu1.iq.FU_type_0::total 11472464 # Type of FU issued
system.cpu1.iq.rate 0.653939 # Inst issue rate
system.cpu1.iq.fu_busy_cnt 326515 # FU busy when requested
system.cpu1.iq.fu_busy_rate 0.028461 # FU busy rate (busy events/executed inst)
system.cpu1.iq.int_inst_queue_reads 39721820 # Number of integer instruction queue reads
system.cpu1.iq.fu_busy_cnt 326887 # FU busy when requested
system.cpu1.iq.fu_busy_rate 0.028493 # FU busy rate (busy events/executed inst)
system.cpu1.iq.int_inst_queue_reads 39721827 # Number of integer instruction queue reads
system.cpu1.iq.int_inst_queue_writes 15008897 # Number of integer instruction queue writes
system.cpu1.iq.int_inst_queue_wakeup_accesses 10951678 # Number of integer instruction queue wakeup accesses
system.cpu1.iq.fp_inst_queue_reads 225266 # Number of floating instruction queue reads
system.cpu1.iq.fp_inst_queue_reads 225631 # Number of floating instruction queue reads
system.cpu1.iq.fp_inst_queue_writes 107813 # Number of floating instruction queue writes
system.cpu1.iq.fp_inst_queue_wakeup_accesses 104885 # Number of floating instruction queue wakeup accesses
system.cpu1.iq.int_alu_accesses 11674098 # Number of integer alu accesses
system.cpu1.iq.fp_alu_accesses 120130 # Number of floating point alu accesses
system.cpu1.iq.int_alu_accesses 11674105 # Number of integer alu accesses
system.cpu1.iq.fp_alu_accesses 120495 # Number of floating point alu accesses
system.cpu1.iew.lsq.thread0.forwLoads 118360 # Number of loads that had data forwarded from stores
system.cpu1.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu1.iew.lsq.thread0.squashedLoads 553503 # Number of loads squashed
@ -1240,7 +1260,9 @@ system.cpu1.commit.op_class_0::FloatAdd 13993 0.13% 64.54% # Cl
system.cpu1.commit.op_class_0::FloatCmp 0 0.00% 64.54% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatCvt 0 0.00% 64.54% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatMult 0 0.00% 64.54% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatMultAcc 0 0.00% 64.54% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatDiv 2375 0.02% 64.56% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatMisc 0 0.00% 64.56% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatSqrt 0 0.00% 64.56% # Class of committed instruction
system.cpu1.commit.op_class_0::SimdAdd 0 0.00% 64.56% # Class of committed instruction
system.cpu1.commit.op_class_0::SimdAddAcc 0 0.00% 64.56% # Class of committed instruction
@ -1262,8 +1284,10 @@ system.cpu1.commit.op_class_0::SimdFloatMisc 0 0.00% 64.56%
system.cpu1.commit.op_class_0::SimdFloatMult 0 0.00% 64.56% # Class of committed instruction
system.cpu1.commit.op_class_0::SimdFloatMultAcc 0 0.00% 64.56% # Class of committed instruction
system.cpu1.commit.op_class_0::SimdFloatSqrt 0 0.00% 64.56% # Class of committed instruction
system.cpu1.commit.op_class_0::MemRead 2036847 19.50% 84.06% # Class of committed instruction
system.cpu1.commit.op_class_0::MemWrite 1365632 13.07% 97.13% # Class of committed instruction
system.cpu1.commit.op_class_0::MemRead 1992105 19.07% 83.63% # Class of committed instruction
system.cpu1.commit.op_class_0::MemWrite 1323963 12.67% 96.30% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatMemRead 44742 0.43% 96.73% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatMemWrite 41669 0.40% 97.13% # Class of committed instruction
system.cpu1.commit.op_class_0::IprAccess 299742 2.87% 100.00% # Class of committed instruction
system.cpu1.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu1.commit.op_class_0::total 10447204 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 1.865012 # Nu
sim_ticks 1865011607500 # Number of ticks simulated
final_tick 1865011607500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 117207 # Simulator instruction rate (inst/s)
host_op_rate 117207 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 4126745503 # Simulator tick rate (ticks/s)
host_mem_usage 335896 # Number of bytes of host memory used
host_seconds 451.93 # Real time elapsed on the host
host_inst_rate 237504 # Simulator instruction rate (inst/s)
host_op_rate 237504 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 8362303090 # Simulator tick rate (ticks/s)
host_mem_usage 338380 # Number of bytes of host memory used
host_seconds 223.03 # Real time elapsed on the host
sim_insts 52969539 # Number of instructions simulated
sim_ops 52969539 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -466,37 +466,41 @@ system.cpu.iq.issued_per_cycle::min_value 0 # N
system.cpu.iq.issued_per_cycle::max_value 8 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::total 123532763 # Number of insts issued each cycle
system.cpu.iq.fu_full::No_OpClass 0 0.00% 0.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 207032 16.67% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 1 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 16.67% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 637905 51.36% 68.03% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 397118 31.97% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 207032 16.63% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 1 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 16.63% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 606591 48.74% 65.37% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 372500 29.93% 95.30% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 31949 2.57% 97.87% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 26498 2.13% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 7276 0.01% 0.01% # Type of FU issued
@ -507,7 +511,9 @@ system.cpu.iq.FU_type_0::FloatAdd 38560 0.06% 67.76% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 67.76% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 67.76% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 0 0.00% 67.76% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 67.76% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 3636 0.01% 67.77% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 67.77% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 67.77% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 67.77% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 67.77% # Type of FU issued
@ -529,22 +535,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 0 0.00% 67.77% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 67.77% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 67.77% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 67.77% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 11677570 19.29% 87.06% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 6886648 11.38% 98.43% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 11521390 19.03% 86.80% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 6745321 11.14% 97.94% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 156180 0.26% 98.20% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 141327 0.23% 98.43% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 949126 1.57% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 60540114 # Type of FU issued
system.cpu.iq.rate 0.467035 # Inst issue rate
system.cpu.iq.fu_busy_cnt 1242056 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.020516 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 245211443 # Number of integer instruction queue reads
system.cpu.iq.fu_busy_cnt 1244571 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.020558 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 245211528 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 76534751 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 58316055 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 737234 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 739664 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 359442 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 336937 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 61379174 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 395720 # Number of floating point alu accesses
system.cpu.iq.int_alu_accesses 61379259 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 398150 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 691177 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 2573780 # Number of loads squashed
@ -623,7 +631,9 @@ system.cpu.commit.op_class_0::FloatAdd 38085 0.07% 70.35% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 70.35% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 70.35% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 70.35% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 70.35% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 3636 0.01% 70.35% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 70.35% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 70.35% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 70.35% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 70.35% # Class of committed instruction
@ -645,8 +655,10 @@ system.cpu.commit.op_class_0::SimdFloatMisc 0 0.00% 70.35% #
system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 70.35% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 70.35% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 70.35% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 9317120 16.59% 86.94% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 6383168 11.37% 98.31% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 9172524 16.33% 86.69% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 6245101 11.12% 97.81% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 144596 0.26% 98.06% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 138067 0.25% 98.31% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 949126 1.69% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 56159642 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 2.848927 # Nu
sim_ticks 2848926718000 # Number of ticks simulated
final_tick 2848926718000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 113585 # Simulator instruction rate (inst/s)
host_op_rate 137549 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2529912934 # Simulator tick rate (ticks/s)
host_mem_usage 622248 # Number of bytes of host memory used
host_seconds 1126.10 # Real time elapsed on the host
host_inst_rate 263408 # Simulator instruction rate (inst/s)
host_op_rate 318982 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 5866973599 # Simulator tick rate (ticks/s)
host_mem_usage 626336 # Number of bytes of host memory used
host_seconds 485.59 # Real time elapsed on the host
sim_insts 127907365 # Number of instructions simulated
sim_ops 154893549 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -595,7 +595,9 @@ system.cpu0.op_class_0::FloatAdd 0 0.00% 66.53% # Cl
system.cpu0.op_class_0::FloatCmp 0 0.00% 66.53% # Class of committed instruction
system.cpu0.op_class_0::FloatCvt 0 0.00% 66.53% # Class of committed instruction
system.cpu0.op_class_0::FloatMult 0 0.00% 66.53% # Class of committed instruction
system.cpu0.op_class_0::FloatMultAcc 0 0.00% 66.53% # Class of committed instruction
system.cpu0.op_class_0::FloatDiv 0 0.00% 66.53% # Class of committed instruction
system.cpu0.op_class_0::FloatMisc 0 0.00% 66.53% # Class of committed instruction
system.cpu0.op_class_0::FloatSqrt 0 0.00% 66.53% # Class of committed instruction
system.cpu0.op_class_0::SimdAdd 0 0.00% 66.53% # Class of committed instruction
system.cpu0.op_class_0::SimdAddAcc 0 0.00% 66.53% # Class of committed instruction
@ -617,8 +619,10 @@ system.cpu0.op_class_0::SimdFloatMisc 8071 0.01% 66.54% # Cl
system.cpu0.op_class_0::SimdFloatMult 0 0.00% 66.54% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatMultAcc 0 0.00% 66.54% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatSqrt 0 0.00% 66.54% # Class of committed instruction
system.cpu0.op_class_0::MemRead 16807812 17.52% 84.07% # Class of committed instruction
system.cpu0.op_class_0::MemWrite 15281291 15.93% 100.00% # Class of committed instruction
system.cpu0.op_class_0::MemRead 16805556 17.52% 84.07% # Class of committed instruction
system.cpu0.op_class_0::MemWrite 15273907 15.92% 99.99% # Class of committed instruction
system.cpu0.op_class_0::FloatMemRead 2256 0.00% 99.99% # Class of committed instruction
system.cpu0.op_class_0::FloatMemWrite 7384 0.01% 100.00% # Class of committed instruction
system.cpu0.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu0.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu0.op_class_0::total 95912008 # Class of committed instruction
@ -1547,7 +1551,9 @@ system.cpu1.op_class_0::FloatAdd 0 0.00% 68.93% # Cl
system.cpu1.op_class_0::FloatCmp 0 0.00% 68.93% # Class of committed instruction
system.cpu1.op_class_0::FloatCvt 0 0.00% 68.93% # Class of committed instruction
system.cpu1.op_class_0::FloatMult 0 0.00% 68.93% # Class of committed instruction
system.cpu1.op_class_0::FloatMultAcc 0 0.00% 68.93% # Class of committed instruction
system.cpu1.op_class_0::FloatDiv 0 0.00% 68.93% # Class of committed instruction
system.cpu1.op_class_0::FloatMisc 0 0.00% 68.93% # Class of committed instruction
system.cpu1.op_class_0::FloatSqrt 0 0.00% 68.93% # Class of committed instruction
system.cpu1.op_class_0::SimdAdd 0 0.00% 68.93% # Class of committed instruction
system.cpu1.op_class_0::SimdAddAcc 0 0.00% 68.93% # Class of committed instruction
@ -1569,8 +1575,10 @@ system.cpu1.op_class_0::SimdFloatMisc 3353 0.01% 68.93% # Cl
system.cpu1.op_class_0::SimdFloatMult 0 0.00% 68.93% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatMultAcc 0 0.00% 68.93% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatSqrt 0 0.00% 68.93% # Class of committed instruction
system.cpu1.op_class_0::MemRead 11147247 18.90% 87.83% # Class of committed instruction
system.cpu1.op_class_0::MemWrite 7177177 12.17% 100.00% # Class of committed instruction
system.cpu1.op_class_0::MemRead 11146731 18.90% 87.83% # Class of committed instruction
system.cpu1.op_class_0::MemWrite 7175909 12.17% 100.00% # Class of committed instruction
system.cpu1.op_class_0::FloatMemRead 516 0.00% 100.00% # Class of committed instruction
system.cpu1.op_class_0::FloatMemWrite 1268 0.00% 100.00% # Class of committed instruction
system.cpu1.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu1.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu1.op_class_0::total 58981541 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 2.854926 # Nu
sim_ticks 2854925996500 # Number of ticks simulated
final_tick 2854925996500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 115917 # Simulator instruction rate (inst/s)
host_op_rate 140154 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2954234125 # Simulator tick rate (ticks/s)
host_mem_usage 584856 # Number of bytes of host memory used
host_seconds 966.38 # Real time elapsed on the host
host_inst_rate 259837 # Simulator instruction rate (inst/s)
host_op_rate 314167 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 6622138542 # Simulator tick rate (ticks/s)
host_mem_usage 588096 # Number of bytes of host memory used
host_seconds 431.12 # Real time elapsed on the host
sim_insts 112020669 # Number of instructions simulated
sim_ops 135443008 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -563,7 +563,9 @@ system.cpu.op_class_0::FloatAdd 0 0.00% 67.13% # Cl
system.cpu.op_class_0::FloatCmp 0 0.00% 67.13% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 0 0.00% 67.13% # Class of committed instruction
system.cpu.op_class_0::FloatMult 0 0.00% 67.13% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 67.13% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 0 0.00% 67.13% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 67.13% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 67.13% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 67.13% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 67.13% # Class of committed instruction
@ -585,8 +587,10 @@ system.cpu.op_class_0::SimdFloatMisc 8481 0.01% 67.13% # Cl
system.cpu.op_class_0::SimdFloatMult 0 0.00% 67.13% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 67.13% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 67.13% # Class of committed instruction
system.cpu.op_class_0::MemRead 24250620 17.90% 85.04% # Class of committed instruction
system.cpu.op_class_0::MemWrite 20263468 14.96% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemRead 24247912 17.90% 85.04% # Class of committed instruction
system.cpu.op_class_0::MemWrite 20254880 14.95% 99.99% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 2708 0.00% 99.99% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 8588 0.01% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 135443008 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 2.826595 # Nu
sim_ticks 2826594924500 # Number of ticks simulated
final_tick 2826594924500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 79087 # Simulator instruction rate (inst/s)
host_op_rate 95944 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1861516367 # Simulator tick rate (ticks/s)
host_mem_usage 623016 # Number of bytes of host memory used
host_seconds 1518.44 # Real time elapsed on the host
host_inst_rate 172097 # Simulator instruction rate (inst/s)
host_op_rate 208779 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 4050742494 # Simulator tick rate (ticks/s)
host_mem_usage 626976 # Number of bytes of host memory used
host_seconds 697.80 # Real time elapsed on the host
sim_insts 120088860 # Number of instructions simulated
sim_ops 145685275 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -720,7 +720,9 @@ system.cpu0.iq.fu_full::FloatAdd 0 0.00% 43.95% # at
system.cpu0.iq.fu_full::FloatCmp 0 0.00% 43.95% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatCvt 0 0.00% 43.95% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatMult 0 0.00% 43.95% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatMultAcc 0 0.00% 43.95% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatDiv 0 0.00% 43.95% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatMisc 0 0.00% 43.95% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatSqrt 0 0.00% 43.95% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdAdd 0 0.00% 43.95% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdAddAcc 0 0.00% 43.95% # attempts to use FU when none available
@ -742,8 +744,10 @@ system.cpu0.iq.fu_full::SimdFloatMisc 0 0.00% 43.95% # at
system.cpu0.iq.fu_full::SimdFloatMult 0 0.00% 43.95% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatMultAcc 0 0.00% 43.95% # attempts to use FU when none available
system.cpu0.iq.fu_full::SimdFloatSqrt 0 0.00% 43.95% # attempts to use FU when none available
system.cpu0.iq.fu_full::MemRead 5628152 22.87% 66.82% # attempts to use FU when none available
system.cpu0.iq.fu_full::MemWrite 8167261 33.18% 100.00% # attempts to use FU when none available
system.cpu0.iq.fu_full::MemRead 5625612 22.86% 66.80% # attempts to use FU when none available
system.cpu0.iq.fu_full::MemWrite 8160344 33.16% 99.96% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatMemRead 2838 0.01% 99.97% # attempts to use FU when none available
system.cpu0.iq.fu_full::FloatMemWrite 7018 0.03% 100.00% # attempts to use FU when none available
system.cpu0.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu0.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu0.iq.FU_type_0::No_OpClass 2273 0.00% 0.00% # Type of FU issued
@ -754,7 +758,9 @@ system.cpu0.iq.FU_type_0::FloatAdd 0 0.00% 67.65% # Ty
system.cpu0.iq.FU_type_0::FloatCmp 0 0.00% 67.65% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatCvt 0 0.00% 67.65% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatMult 0 0.00% 67.65% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatMultAcc 0 0.00% 67.65% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatDiv 0 0.00% 67.65% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatMisc 0 0.00% 67.65% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatSqrt 0 0.00% 67.65% # Type of FU issued
system.cpu0.iq.FU_type_0::SimdAdd 0 0.00% 67.65% # Type of FU issued
system.cpu0.iq.FU_type_0::SimdAddAcc 0 0.00% 67.65% # Type of FU issued
@ -776,22 +782,24 @@ system.cpu0.iq.FU_type_0::SimdFloatMisc 7864 0.01% 67.65% # Ty
system.cpu0.iq.FU_type_0::SimdFloatMult 0 0.00% 67.65% # Type of FU issued
system.cpu0.iq.FU_type_0::SimdFloatMultAcc 1 0.00% 67.65% # Type of FU issued
system.cpu0.iq.FU_type_0::SimdFloatSqrt 0 0.00% 67.65% # Type of FU issued
system.cpu0.iq.FU_type_0::MemRead 24369410 18.32% 85.98% # Type of FU issued
system.cpu0.iq.FU_type_0::MemWrite 18647698 14.02% 100.00% # Type of FU issued
system.cpu0.iq.FU_type_0::MemRead 24366318 18.32% 85.98% # Type of FU issued
system.cpu0.iq.FU_type_0::MemWrite 18639513 14.02% 99.99% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatMemRead 3092 0.00% 99.99% # Type of FU issued
system.cpu0.iq.FU_type_0::FloatMemWrite 8185 0.01% 100.00% # Type of FU issued
system.cpu0.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu0.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu0.iq.FU_type_0::total 132985122 # Type of FU issued
system.cpu0.iq.rate 0.649427 # Inst issue rate
system.cpu0.iq.fu_busy_cnt 24611630 # FU busy when requested
system.cpu0.iq.fu_busy_rate 0.185071 # FU busy rate (busy events/executed inst)
system.cpu0.iq.int_inst_queue_reads 491314323 # Number of integer instruction queue reads
system.cpu0.iq.fu_busy_cnt 24612029 # FU busy when requested
system.cpu0.iq.fu_busy_rate 0.185074 # FU busy rate (busy events/executed inst)
system.cpu0.iq.int_inst_queue_reads 491314637 # Number of integer instruction queue reads
system.cpu0.iq.int_inst_queue_writes 147160457 # Number of integer instruction queue writes
system.cpu0.iq.int_inst_queue_wakeup_accesses 129454820 # Number of integer instruction queue wakeup accesses
system.cpu0.iq.fp_inst_queue_reads 32339 # Number of floating instruction queue reads
system.cpu0.iq.fp_inst_queue_reads 32424 # Number of floating instruction queue reads
system.cpu0.iq.fp_inst_queue_writes 11262 # Number of floating instruction queue writes
system.cpu0.iq.fp_inst_queue_wakeup_accesses 9717 # Number of floating instruction queue wakeup accesses
system.cpu0.iq.int_alu_accesses 157573424 # Number of integer alu accesses
system.cpu0.iq.fp_alu_accesses 21055 # Number of floating point alu accesses
system.cpu0.iq.int_alu_accesses 157573738 # Number of integer alu accesses
system.cpu0.iq.fp_alu_accesses 21140 # Number of floating point alu accesses
system.cpu0.iew.lsq.thread0.forwLoads 367821 # Number of loads that had data forwarded from stores
system.cpu0.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu0.iew.lsq.thread0.squashedLoads 1916447 # Number of loads squashed
@ -814,19 +822,19 @@ system.cpu0.iew.iewDispNonSpecInsts 876464 # Nu
system.cpu0.iew.iewIQFullEvents 27795 # Number of times the IQ has become full, causing a stall
system.cpu0.iew.iewLSQFullEvents 194810 # Number of times the LSQ has become full, causing a stall
system.cpu0.iew.memOrderViolationEvents 19267 # Number of memory order violations
system.cpu0.iew.predictedTakenIncorrect 261439 # Number of branches that were predicted taken incorrectly
system.cpu0.iew.predictedTakenIncorrect 261441 # Number of branches that were predicted taken incorrectly
system.cpu0.iew.predictedNotTakenIncorrect 400306 # Number of branches that were predicted not taken incorrectly
system.cpu0.iew.branchMispredicts 661745 # Number of branch mispredicts detected at execute
system.cpu0.iew.iewExecutedInsts 131953488 # Number of executed instructions
system.cpu0.iew.branchMispredicts 661747 # Number of branch mispredicts detected at execute
system.cpu0.iew.iewExecutedInsts 131953487 # Number of executed instructions
system.cpu0.iew.iewExecLoadInsts 23926851 # Number of load instructions executed
system.cpu0.iew.iewExecSquashedInsts 965273 # Number of squashed instructions skipped in execute
system.cpu0.iew.iewExecSquashedInsts 965274 # Number of squashed instructions skipped in execute
system.cpu0.iew.exec_swp 0 # number of swp insts executed
system.cpu0.iew.exec_nop 152902 # number of nop insts executed
system.cpu0.iew.exec_refs 42414312 # number of memory reference insts executed
system.cpu0.iew.exec_branches 25613561 # Number of branches executed
system.cpu0.iew.exec_stores 18487461 # Number of stores executed
system.cpu0.iew.exec_rate 0.644389 # Inst execution rate
system.cpu0.iew.wb_sent 131398393 # cumulative count of insts sent to commit
system.cpu0.iew.wb_sent 131398392 # cumulative count of insts sent to commit
system.cpu0.iew.wb_count 129464537 # cumulative count of insts written-back
system.cpu0.iew.wb_producers 66052971 # num instructions producing a value
system.cpu0.iew.wb_consumers 106772912 # num instructions consuming a value
@ -870,7 +878,9 @@ system.cpu0.commit.op_class_0::FloatAdd 0 0.00% 67.57% # Cl
system.cpu0.commit.op_class_0::FloatCmp 0 0.00% 67.57% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatCvt 0 0.00% 67.57% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatMult 0 0.00% 67.57% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatMultAcc 0 0.00% 67.57% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatDiv 0 0.00% 67.57% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatMisc 0 0.00% 67.57% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatSqrt 0 0.00% 67.57% # Class of committed instruction
system.cpu0.commit.op_class_0::SimdAdd 0 0.00% 67.57% # Class of committed instruction
system.cpu0.commit.op_class_0::SimdAddAcc 0 0.00% 67.57% # Class of committed instruction
@ -892,8 +902,10 @@ system.cpu0.commit.op_class_0::SimdFloatMisc 7863 0.01% 67.58%
system.cpu0.commit.op_class_0::SimdFloatMult 0 0.00% 67.58% # Class of committed instruction
system.cpu0.commit.op_class_0::SimdFloatMultAcc 0 0.00% 67.58% # Class of committed instruction
system.cpu0.commit.op_class_0::SimdFloatSqrt 0 0.00% 67.58% # Class of committed instruction
system.cpu0.commit.op_class_0::MemRead 22690736 18.00% 85.57% # Class of committed instruction
system.cpu0.commit.op_class_0::MemWrite 18186875 14.43% 100.00% # Class of committed instruction
system.cpu0.commit.op_class_0::MemRead 22688480 18.00% 85.57% # Class of committed instruction
system.cpu0.commit.op_class_0::MemWrite 18179427 14.42% 99.99% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatMemRead 2256 0.00% 99.99% # Class of committed instruction
system.cpu0.commit.op_class_0::FloatMemWrite 7448 0.01% 100.00% # Class of committed instruction
system.cpu0.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu0.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu0.commit.op_class_0::total 126078442 # Class of committed instruction
@ -911,11 +923,11 @@ system.cpu0.ipc 0.507895 # IP
system.cpu0.ipc_total 0.507895 # IPC: Total IPC of All Threads
system.cpu0.int_regfile_reads 142940096 # number of integer regfile reads
system.cpu0.int_regfile_writes 81795281 # number of integer regfile writes
system.cpu0.fp_regfile_reads 8203 # number of floating regfile reads
system.cpu0.fp_regfile_reads 8197 # number of floating regfile reads
system.cpu0.fp_regfile_writes 2264 # number of floating regfile writes
system.cpu0.cc_regfile_reads 465685863 # number of cc regfile reads
system.cpu0.cc_regfile_reads 465685860 # number of cc regfile reads
system.cpu0.cc_regfile_writes 49834738 # number of cc regfile writes
system.cpu0.misc_regfile_reads 394201906 # number of misc regfile reads
system.cpu0.misc_regfile_reads 394201898 # number of misc regfile reads
system.cpu0.misc_regfile_writes 1226279 # number of misc regfile writes
system.cpu0.dcache.tags.pwrStateResidencyTicks::UNDEFINED 2826594924500 # Cumulative time (in ticks) in various power states
system.cpu0.dcache.tags.replacements 711042 # number of replacements
@ -1966,7 +1978,9 @@ system.cpu1.iq.fu_full::FloatAdd 0 0.00% 29.52% # at
system.cpu1.iq.fu_full::FloatCmp 0 0.00% 29.52% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatCvt 0 0.00% 29.52% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatMult 0 0.00% 29.52% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatMultAcc 0 0.00% 29.52% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatDiv 0 0.00% 29.52% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatMisc 0 0.00% 29.52% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatSqrt 0 0.00% 29.52% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdAdd 0 0.00% 29.52% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdAddAcc 0 0.00% 29.52% # attempts to use FU when none available
@ -1988,8 +2002,10 @@ system.cpu1.iq.fu_full::SimdFloatMisc 0 0.00% 29.52% # at
system.cpu1.iq.fu_full::SimdFloatMult 0 0.00% 29.52% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatMultAcc 0 0.00% 29.52% # attempts to use FU when none available
system.cpu1.iq.fu_full::SimdFloatSqrt 0 0.00% 29.52% # attempts to use FU when none available
system.cpu1.iq.fu_full::MemRead 1602534 33.64% 63.16% # attempts to use FU when none available
system.cpu1.iq.fu_full::MemWrite 1754875 36.84% 100.00% # attempts to use FU when none available
system.cpu1.iq.fu_full::MemRead 1601939 33.63% 63.15% # attempts to use FU when none available
system.cpu1.iq.fu_full::MemWrite 1753523 36.81% 99.96% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatMemRead 663 0.01% 99.97% # attempts to use FU when none available
system.cpu1.iq.fu_full::FloatMemWrite 1366 0.03% 100.00% # attempts to use FU when none available
system.cpu1.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu1.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu1.iq.FU_type_0::No_OpClass 66 0.00% 0.00% # Type of FU issued
@ -2000,7 +2016,9 @@ system.cpu1.iq.FU_type_0::FloatAdd 0 0.00% 61.85% # Ty
system.cpu1.iq.FU_type_0::FloatCmp 0 0.00% 61.85% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatCvt 0 0.00% 61.85% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatMult 0 0.00% 61.85% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatMultAcc 0 0.00% 61.85% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatDiv 0 0.00% 61.85% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatMisc 0 0.00% 61.85% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatSqrt 0 0.00% 61.85% # Type of FU issued
system.cpu1.iq.FU_type_0::SimdAdd 0 0.00% 61.85% # Type of FU issued
system.cpu1.iq.FU_type_0::SimdAddAcc 0 0.00% 61.85% # Type of FU issued
@ -2022,22 +2040,24 @@ system.cpu1.iq.FU_type_0::SimdFloatMisc 3265 0.02% 61.86% # Ty
system.cpu1.iq.FU_type_0::SimdFloatMult 0 0.00% 61.86% # Type of FU issued
system.cpu1.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 61.86% # Type of FU issued
system.cpu1.iq.FU_type_0::SimdFloatSqrt 0 0.00% 61.86% # Type of FU issued
system.cpu1.iq.FU_type_0::MemRead 4356029 20.74% 82.61% # Type of FU issued
system.cpu1.iq.FU_type_0::MemWrite 3652086 17.39% 100.00% # Type of FU issued
system.cpu1.iq.FU_type_0::MemRead 4355305 20.74% 82.60% # Type of FU issued
system.cpu1.iq.FU_type_0::MemWrite 3650681 17.38% 99.99% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatMemRead 724 0.00% 99.99% # Type of FU issued
system.cpu1.iq.FU_type_0::FloatMemWrite 1405 0.01% 100.00% # Type of FU issued
system.cpu1.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu1.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu1.iq.FU_type_0::total 20999121 # Type of FU issued
system.cpu1.iq.rate 0.601763 # Inst issue rate
system.cpu1.iq.fu_busy_cnt 4763564 # FU busy when requested
system.cpu1.iq.fu_busy_rate 0.226846 # FU busy rate (busy events/executed inst)
system.cpu1.iq.int_inst_queue_reads 80779382 # Number of integer instruction queue reads
system.cpu1.iq.fu_busy_cnt 4763646 # FU busy when requested
system.cpu1.iq.fu_busy_rate 0.226850 # FU busy rate (busy events/executed inst)
system.cpu1.iq.int_inst_queue_reads 80779454 # Number of integer instruction queue reads
system.cpu1.iq.int_inst_queue_writes 23748142 # Number of integer instruction queue writes
system.cpu1.iq.int_inst_queue_wakeup_accesses 20541259 # Number of integer instruction queue wakeup accesses
system.cpu1.iq.fp_inst_queue_reads 6284 # Number of floating instruction queue reads
system.cpu1.iq.fp_inst_queue_reads 6294 # Number of floating instruction queue reads
system.cpu1.iq.fp_inst_queue_writes 2076 # Number of floating instruction queue writes
system.cpu1.iq.fp_inst_queue_wakeup_accesses 1790 # Number of floating instruction queue wakeup accesses
system.cpu1.iq.int_alu_accesses 25758471 # Number of integer alu accesses
system.cpu1.iq.fp_alu_accesses 4148 # Number of floating point alu accesses
system.cpu1.iq.int_alu_accesses 25758543 # Number of integer alu accesses
system.cpu1.iq.fp_alu_accesses 4158 # Number of floating point alu accesses
system.cpu1.iew.lsq.thread0.forwLoads 87109 # Number of loads that had data forwarded from stores
system.cpu1.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu1.iew.lsq.thread0.squashedLoads 405898 # Number of loads squashed
@ -2116,7 +2136,9 @@ system.cpu1.commit.op_class_0::FloatAdd 0 0.00% 61.95% # Cl
system.cpu1.commit.op_class_0::FloatCmp 0 0.00% 61.95% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatCvt 0 0.00% 61.95% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatMult 0 0.00% 61.95% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatMultAcc 0 0.00% 61.95% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatDiv 0 0.00% 61.95% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatMisc 0 0.00% 61.95% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatSqrt 0 0.00% 61.95% # Class of committed instruction
system.cpu1.commit.op_class_0::SimdAdd 0 0.00% 61.95% # Class of committed instruction
system.cpu1.commit.op_class_0::SimdAddAcc 0 0.00% 61.95% # Class of committed instruction
@ -2138,8 +2160,10 @@ system.cpu1.commit.op_class_0::SimdFloatMisc 3265 0.02% 61.96%
system.cpu1.commit.op_class_0::SimdFloatMult 0 0.00% 61.96% # Class of committed instruction
system.cpu1.commit.op_class_0::SimdFloatMultAcc 0 0.00% 61.96% # Class of committed instruction
system.cpu1.commit.op_class_0::SimdFloatSqrt 0 0.00% 61.96% # Class of committed instruction
system.cpu1.commit.op_class_0::MemRead 3994199 20.21% 82.17% # Class of committed instruction
system.cpu1.commit.op_class_0::MemWrite 3522534 17.83% 100.00% # Class of committed instruction
system.cpu1.commit.op_class_0::MemRead 3993683 20.21% 82.17% # Class of committed instruction
system.cpu1.commit.op_class_0::MemWrite 3521266 17.82% 99.99% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatMemRead 516 0.00% 99.99% # Class of committed instruction
system.cpu1.commit.op_class_0::FloatMemWrite 1268 0.01% 100.00% # Class of committed instruction
system.cpu1.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu1.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu1.commit.op_class_0::total 19761740 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 2.829113 # Nu
sim_ticks 2829112944500 # Number of ticks simulated
final_tick 2829112944500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 77107 # Simulator instruction rate (inst/s)
host_op_rate 93526 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1927521729 # Simulator tick rate (ticks/s)
host_mem_usage 584852 # Number of bytes of host memory used
host_seconds 1467.75 # Real time elapsed on the host
host_inst_rate 178657 # Simulator instruction rate (inst/s)
host_op_rate 216701 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 4466095842 # Simulator tick rate (ticks/s)
host_mem_usage 588180 # Number of bytes of host memory used
host_seconds 633.46 # Real time elapsed on the host
sim_insts 113173049 # Number of instructions simulated
sim_ops 137272583 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -690,7 +690,9 @@ system.cpu.iq.fu_full::FloatAdd 0 0.00% 32.77% # at
system.cpu.iq.fu_full::FloatCmp 0 0.00% 32.77% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 32.77% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 32.77% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 32.77% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 32.77% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 32.77% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 32.77% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 32.77% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 32.77% # attempts to use FU when none available
@ -712,8 +714,10 @@ system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 32.77% # at
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 32.77% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 32.77% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 32.77% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 5621614 25.12% 57.89% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 9424915 42.11% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 5619374 25.11% 57.88% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 9416245 42.07% 99.95% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 2403 0.01% 99.96% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 8750 0.04% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 2337 0.00% 0.00% # Type of FU issued
@ -724,7 +728,9 @@ system.cpu.iq.FU_type_0::FloatAdd 0 0.00% 67.09% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 67.09% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 67.09% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 0 0.00% 67.09% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 67.09% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 0 0.00% 67.09% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 67.09% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 67.09% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 67.09% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 67.09% # Type of FU issued
@ -746,22 +752,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 8550 0.01% 67.10% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 67.10% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 67.10% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 67.10% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 26140422 18.27% 85.37% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 20943854 14.63% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 26137714 18.26% 85.36% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 20934166 14.63% 99.99% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 2708 0.00% 99.99% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 9688 0.01% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 143117357 # Type of FU issued
system.cpu.iq.rate 0.533619 # Inst issue rate
system.cpu.iq.fu_busy_cnt 22382070 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.156390 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 570225766 # Number of integer instruction queue reads
system.cpu.iq.fu_busy_cnt 22382313 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.156391 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 570225949 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 153558624 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 140063898 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 35895 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 35955 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 13316 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 11500 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 165473596 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 23494 # Number of floating point alu accesses
system.cpu.iq.int_alu_accesses 165473779 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 23554 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 325086 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 1430934 # Number of loads squashed
@ -840,7 +848,9 @@ system.cpu.commit.op_class_0::FloatAdd 0 0.00% 66.87% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 66.87% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 66.87% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 66.87% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 66.87% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 66.87% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 66.87% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 66.87% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 66.87% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 66.87% # Class of committed instruction
@ -862,8 +872,10 @@ system.cpu.commit.op_class_0::SimdFloatMisc 8549 0.01% 66.88% #
system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 66.88% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 66.88% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 66.88% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 24919214 18.13% 85.01% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 20597478 14.99% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 24916506 18.13% 85.01% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 20588698 14.98% 99.99% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 2708 0.00% 99.99% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 8780 0.01% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 137427488 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 47.554910 # Nu
sim_ticks 47554910274000 # Number of ticks simulated
final_tick 47554910274000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 172972 # Simulator instruction rate (inst/s)
host_op_rate 203472 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 9377554592 # Simulator tick rate (ticks/s)
host_mem_usage 769556 # Number of bytes of host memory used
host_seconds 5071.14 # Real time elapsed on the host
host_inst_rate 271941 # Simulator instruction rate (inst/s)
host_op_rate 319891 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 14743065549 # Simulator tick rate (ticks/s)
host_mem_usage 772792 # Number of bytes of host memory used
host_seconds 3225.58 # Real time elapsed on the host
sim_insts 877166784 # Number of instructions simulated
sim_ops 1031833041 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -625,34 +625,38 @@ system.cpu0.op_class_0::No_OpClass 1 0.00% 0.00% # Cl
system.cpu0.op_class_0::IntAlu 368287155 69.25% 69.25% # Class of committed instruction
system.cpu0.op_class_0::IntMult 1118982 0.21% 69.46% # Class of committed instruction
system.cpu0.op_class_0::IntDiv 57276 0.01% 69.47% # Class of committed instruction
system.cpu0.op_class_0::FloatAdd 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::FloatCmp 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::FloatCvt 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::FloatAdd 8 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::FloatCmp 13 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::FloatCvt 21 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::FloatMult 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::FloatMultAcc 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::FloatDiv 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::FloatSqrt 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdAdd 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdAddAcc 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdAlu 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdCmp 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdCvt 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdMisc 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdMult 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdMultAcc 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdShift 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdShiftAcc 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdSqrt 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatAdd 8 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatAlu 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatCmp 13 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatCvt 21 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatDiv 0 0.00% 69.47% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatMisc 85306 0.02% 69.48% # Class of committed instruction
system.cpu0.op_class_0::FloatMisc 85306 0.02% 69.48% # Class of committed instruction
system.cpu0.op_class_0::FloatSqrt 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdAdd 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdAddAcc 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdAlu 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdCmp 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdCvt 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdMisc 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdMult 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdMultAcc 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdShift 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdShiftAcc 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdSqrt 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatAdd 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatAlu 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatCmp 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatCvt 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatDiv 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatMisc 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatMult 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatMultAcc 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::SimdFloatSqrt 0 0.00% 69.48% # Class of committed instruction
system.cpu0.op_class_0::MemRead 84402084 15.87% 85.35% # Class of committed instruction
system.cpu0.op_class_0::MemWrite 77900254 14.65% 100.00% # Class of committed instruction
system.cpu0.op_class_0::MemRead 84333617 15.86% 85.34% # Class of committed instruction
system.cpu0.op_class_0::MemWrite 77481840 14.57% 99.91% # Class of committed instruction
system.cpu0.op_class_0::FloatMemRead 68467 0.01% 99.92% # Class of committed instruction
system.cpu0.op_class_0::FloatMemWrite 418414 0.08% 100.00% # Class of committed instruction
system.cpu0.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu0.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu0.op_class_0::total 531851100 # Class of committed instruction
@ -1639,30 +1643,34 @@ system.cpu1.op_class_0::FloatAdd 0 0.00% 69.45% # Cl
system.cpu1.op_class_0::FloatCmp 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::FloatCvt 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::FloatMult 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::FloatMultAcc 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::FloatDiv 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::FloatSqrt 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdAdd 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdAddAcc 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdAlu 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdCmp 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdCvt 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdMisc 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdMult 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdMultAcc 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdShift 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdShiftAcc 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdSqrt 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatAdd 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatAlu 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatCmp 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatCvt 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatDiv 0 0.00% 69.45% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatMisc 26657 0.01% 69.46% # Class of committed instruction
system.cpu1.op_class_0::FloatMisc 26657 0.01% 69.46% # Class of committed instruction
system.cpu1.op_class_0::FloatSqrt 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdAdd 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdAddAcc 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdAlu 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdCmp 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdCvt 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdMisc 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdMult 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdMultAcc 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdShift 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdShiftAcc 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdSqrt 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatAdd 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatAlu 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatCmp 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatCvt 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatDiv 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatMisc 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatMult 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatMultAcc 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::SimdFloatSqrt 0 0.00% 69.46% # Class of committed instruction
system.cpu1.op_class_0::MemRead 80579122 16.12% 85.58% # Class of committed instruction
system.cpu1.op_class_0::MemWrite 72116197 14.42% 100.00% # Class of committed instruction
system.cpu1.op_class_0::MemRead 80537576 16.11% 85.57% # Class of committed instruction
system.cpu1.op_class_0::MemWrite 71850356 14.37% 99.94% # Class of committed instruction
system.cpu1.op_class_0::FloatMemRead 41546 0.01% 99.95% # Class of committed instruction
system.cpu1.op_class_0::FloatMemWrite 265841 0.05% 100.00% # Class of committed instruction
system.cpu1.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu1.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu1.op_class_0::total 499981941 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 51.688775 # Nu
sim_ticks 51688774990000 # Number of ticks simulated
final_tick 51688774990000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 210815 # Simulator instruction rate (inst/s)
host_op_rate 247704 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 11507504763 # Simulator tick rate (ticks/s)
host_mem_usage 684036 # Number of bytes of host memory used
host_seconds 4491.74 # Real time elapsed on the host
host_inst_rate 278192 # Simulator instruction rate (inst/s)
host_op_rate 326870 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 15185295340 # Simulator tick rate (ticks/s)
host_mem_usage 686764 # Number of bytes of host memory used
host_seconds 3403.87 # Real time elapsed on the host
sim_insts 946928269 # Number of instructions simulated
sim_ops 1112623169 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -588,11 +588,13 @@ system.cpu.op_class_0::No_OpClass 1 0.00% 0.00% # Cl
system.cpu.op_class_0::IntAlu 771151081 69.31% 69.31% # Class of committed instruction
system.cpu.op_class_0::IntMult 2302642 0.21% 69.52% # Class of committed instruction
system.cpu.op_class_0::IntDiv 99189 0.01% 69.53% # Class of committed instruction
system.cpu.op_class_0::FloatAdd 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::FloatCmp 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::FloatAdd 8 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::FloatCmp 13 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 21 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::FloatMult 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 108989 0.01% 69.53% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 69.53% # Class of committed instruction
@ -605,17 +607,19 @@ system.cpu.op_class_0::SimdMultAcc 0 0.00% 69.53% # Cl
system.cpu.op_class_0::SimdShift 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdShiftAcc 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdSqrt 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdFloatAdd 8 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdFloatAdd 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdFloatAlu 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdFloatCmp 13 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdFloatCvt 21 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdFloatCmp 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdFloatCvt 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdFloatDiv 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMisc 108989 0.01% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMisc 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMult 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 69.53% # Class of committed instruction
system.cpu.op_class_0::MemRead 177312606 15.94% 85.47% # Class of committed instruction
system.cpu.op_class_0::MemWrite 161648619 14.53% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemRead 177200146 15.93% 85.46% # Class of committed instruction
system.cpu.op_class_0::MemWrite 160983743 14.47% 99.93% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 112460 0.01% 99.94% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 664876 0.06% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 1112623169 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 47.296282 # Nu
sim_ticks 47296281748500 # Number of ticks simulated
final_tick 47296281748500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 890958 # Simulator instruction rate (inst/s)
host_op_rate 1048084 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 43128593002 # Simulator tick rate (ticks/s)
host_mem_usage 697472 # Number of bytes of host memory used
host_seconds 1096.63 # Real time elapsed on the host
host_inst_rate 1698090 # Simulator instruction rate (inst/s)
host_op_rate 1997558 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 82199406118 # Simulator tick rate (ticks/s)
host_mem_usage 696116 # Number of bytes of host memory used
host_seconds 575.38 # Real time elapsed on the host
sim_insts 977055082 # Number of instructions simulated
sim_ops 1149364510 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -300,34 +300,38 @@ system.cpu0.op_class::No_OpClass 1 0.00% 0.00% # Cl
system.cpu0.op_class::IntAlu 404699186 69.29% 69.29% # Class of executed instruction
system.cpu0.op_class::IntMult 1236587 0.21% 69.50% # Class of executed instruction
system.cpu0.op_class::IntDiv 60193 0.01% 69.51% # Class of executed instruction
system.cpu0.op_class::FloatAdd 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::FloatCmp 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::FloatCvt 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::FloatAdd 8 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::FloatCmp 13 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::FloatCvt 21 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::FloatMult 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::FloatMultAcc 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::FloatDiv 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::FloatSqrt 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdAdd 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdAddAcc 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdAlu 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdCmp 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdCvt 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdMisc 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdMult 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdMultAcc 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdShift 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdShiftAcc 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdSqrt 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdFloatAdd 8 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdFloatAlu 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdFloatCmp 13 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdFloatCvt 21 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdFloatDiv 0 0.00% 69.51% # Class of executed instruction
system.cpu0.op_class::SimdFloatMisc 72938 0.01% 69.52% # Class of executed instruction
system.cpu0.op_class::FloatMisc 72938 0.01% 69.52% # Class of executed instruction
system.cpu0.op_class::FloatSqrt 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdAdd 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdAddAcc 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdAlu 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdCmp 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdCvt 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdMisc 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdMult 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdMultAcc 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdShift 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdShiftAcc 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdSqrt 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdFloatAdd 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdFloatAlu 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdFloatCmp 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdFloatCvt 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdFloatDiv 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdFloatMisc 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdFloatMult 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdFloatMultAcc 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::SimdFloatSqrt 0 0.00% 69.52% # Class of executed instruction
system.cpu0.op_class::MemRead 92545018 15.84% 85.36% # Class of executed instruction
system.cpu0.op_class::MemWrite 85482625 14.64% 100.00% # Class of executed instruction
system.cpu0.op_class::MemRead 92483705 15.83% 85.35% # Class of executed instruction
system.cpu0.op_class::MemWrite 85092334 14.57% 99.92% # Class of executed instruction
system.cpu0.op_class::FloatMemRead 61313 0.01% 99.93% # Class of executed instruction
system.cpu0.op_class::FloatMemWrite 390291 0.07% 100.00% # Class of executed instruction
system.cpu0.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu0.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu0.op_class::total 584096590 # Class of executed instruction
@ -859,7 +863,9 @@ system.cpu1.op_class::FloatAdd 0 0.00% 69.52% # Cl
system.cpu1.op_class::FloatCmp 0 0.00% 69.52% # Class of executed instruction
system.cpu1.op_class::FloatCvt 0 0.00% 69.52% # Class of executed instruction
system.cpu1.op_class::FloatMult 0 0.00% 69.52% # Class of executed instruction
system.cpu1.op_class::FloatMultAcc 0 0.00% 69.52% # Class of executed instruction
system.cpu1.op_class::FloatDiv 0 0.00% 69.52% # Class of executed instruction
system.cpu1.op_class::FloatMisc 36628 0.01% 69.52% # Class of executed instruction
system.cpu1.op_class::FloatSqrt 0 0.00% 69.52% # Class of executed instruction
system.cpu1.op_class::SimdAdd 0 0.00% 69.52% # Class of executed instruction
system.cpu1.op_class::SimdAddAcc 0 0.00% 69.52% # Class of executed instruction
@ -877,12 +883,14 @@ system.cpu1.op_class::SimdFloatAlu 0 0.00% 69.52% # Cl
system.cpu1.op_class::SimdFloatCmp 0 0.00% 69.52% # Class of executed instruction
system.cpu1.op_class::SimdFloatCvt 0 0.00% 69.52% # Class of executed instruction
system.cpu1.op_class::SimdFloatDiv 0 0.00% 69.52% # Class of executed instruction
system.cpu1.op_class::SimdFloatMisc 36628 0.01% 69.52% # Class of executed instruction
system.cpu1.op_class::SimdFloatMisc 0 0.00% 69.52% # Class of executed instruction
system.cpu1.op_class::SimdFloatMult 0 0.00% 69.52% # Class of executed instruction
system.cpu1.op_class::SimdFloatMultAcc 0 0.00% 69.52% # Class of executed instruction
system.cpu1.op_class::SimdFloatSqrt 0 0.00% 69.52% # Class of executed instruction
system.cpu1.op_class::MemRead 90755131 16.04% 85.56% # Class of executed instruction
system.cpu1.op_class::MemWrite 81710125 14.44% 100.00% # Class of executed instruction
system.cpu1.op_class::MemRead 90705162 16.03% 85.55% # Class of executed instruction
system.cpu1.op_class::MemWrite 81422056 14.39% 99.94% # Class of executed instruction
system.cpu1.op_class::FloatMemRead 49969 0.01% 99.95% # Class of executed instruction
system.cpu1.op_class::FloatMemWrite 288069 0.05% 100.00% # Class of executed instruction
system.cpu1.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu1.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu1.op_class::total 565908654 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 51.111167 # Nu
sim_ticks 51111167268500 # Number of ticks simulated
final_tick 51111167268500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 937025 # Simulator instruction rate (inst/s)
host_op_rate 1101207 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 48760450215 # Simulator tick rate (ticks/s)
host_mem_usage 680056 # Number of bytes of host memory used
host_seconds 1048.21 # Real time elapsed on the host
host_inst_rate 1788186 # Simulator instruction rate (inst/s)
host_op_rate 2101506 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 93052770956 # Simulator tick rate (ticks/s)
host_mem_usage 679348 # Number of bytes of host memory used
host_seconds 549.27 # Real time elapsed on the host
sim_insts 982198023 # Number of instructions simulated
sim_ops 1154295627 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -270,34 +270,38 @@ system.cpu.op_class::No_OpClass 1 0.00% 0.00% # Cl
system.cpu.op_class::IntAlu 800829443 69.34% 69.34% # Class of executed instruction
system.cpu.op_class::IntMult 2354388 0.20% 69.54% # Class of executed instruction
system.cpu.op_class::IntDiv 100543 0.01% 69.55% # Class of executed instruction
system.cpu.op_class::FloatAdd 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::FloatCmp 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::FloatAdd 8 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::FloatCmp 13 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::FloatCvt 21 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdAlu 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdCmp 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdCvt 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdMisc 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdMult 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdMultAcc 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdShift 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdShiftAcc 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdSqrt 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdFloatAdd 8 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdFloatAlu 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdFloatCmp 13 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdFloatCvt 21 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdFloatDiv 0 0.00% 69.55% # Class of executed instruction
system.cpu.op_class::SimdFloatMisc 107822 0.01% 69.56% # Class of executed instruction
system.cpu.op_class::FloatMisc 107822 0.01% 69.56% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdAlu 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdCmp 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdCvt 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdMisc 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdMult 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdMultAcc 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdShift 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdShiftAcc 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdSqrt 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdFloatAdd 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdFloatAlu 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdFloatCmp 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdFloatCvt 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdFloatDiv 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdFloatMisc 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdFloatMult 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 69.56% # Class of executed instruction
system.cpu.op_class::MemRead 183711282 15.91% 85.47% # Class of executed instruction
system.cpu.op_class::MemWrite 167826773 14.53% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 183598958 15.90% 85.46% # Class of executed instruction
system.cpu.op_class::MemWrite 167165612 14.47% 99.93% # Class of executed instruction
system.cpu.op_class::FloatMemRead 112324 0.01% 99.94% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 661161 0.06% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 1154930294 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 47.405013 # Nu
sim_ticks 47405012960500 # Number of ticks simulated
final_tick 47405012960500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 480061 # Simulator instruction rate (inst/s)
host_op_rate 564722 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 25874318289 # Simulator tick rate (ticks/s)
host_mem_usage 758156 # Number of bytes of host memory used
host_seconds 1832.13 # Real time elapsed on the host
host_inst_rate 1080699 # Simulator instruction rate (inst/s)
host_op_rate 1271286 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 58247547339 # Simulator tick rate (ticks/s)
host_mem_usage 759864 # Number of bytes of host memory used
host_seconds 813.85 # Real time elapsed on the host
sim_insts 879531552 # Number of instructions simulated
sim_ops 1034641707 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -638,30 +638,34 @@ system.cpu0.op_class::FloatAdd 0 0.00% 69.58% # Cl
system.cpu0.op_class::FloatCmp 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::FloatCvt 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::FloatMult 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::FloatMultAcc 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::FloatDiv 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::FloatSqrt 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdAdd 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdAddAcc 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdAlu 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdCmp 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdCvt 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdMisc 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdMult 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdMultAcc 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdShift 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdShiftAcc 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdSqrt 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdFloatAdd 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdFloatAlu 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdFloatCmp 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdFloatCvt 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdFloatDiv 0 0.00% 69.58% # Class of executed instruction
system.cpu0.op_class::SimdFloatMisc 44848 0.01% 69.59% # Class of executed instruction
system.cpu0.op_class::FloatMisc 44848 0.01% 69.59% # Class of executed instruction
system.cpu0.op_class::FloatSqrt 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdAdd 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdAddAcc 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdAlu 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdCmp 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdCvt 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdMisc 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdMult 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdMultAcc 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdShift 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdShiftAcc 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdSqrt 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdFloatAdd 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdFloatAlu 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdFloatCmp 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdFloatCvt 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdFloatDiv 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdFloatMisc 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdFloatMult 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdFloatMultAcc 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::SimdFloatSqrt 0 0.00% 69.59% # Class of executed instruction
system.cpu0.op_class::MemRead 86844124 15.95% 85.53% # Class of executed instruction
system.cpu0.op_class::MemWrite 78780788 14.47% 100.00% # Class of executed instruction
system.cpu0.op_class::MemRead 86795135 15.94% 85.53% # Class of executed instruction
system.cpu0.op_class::MemWrite 78444196 14.40% 99.93% # Class of executed instruction
system.cpu0.op_class::FloatMemRead 48989 0.01% 99.94% # Class of executed instruction
system.cpu0.op_class::FloatMemWrite 336592 0.06% 100.00% # Class of executed instruction
system.cpu0.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu0.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu0.op_class::total 544601223 # Class of executed instruction
@ -1637,34 +1641,38 @@ system.cpu1.op_class::No_OpClass 1 0.00% 0.00% # Cl
system.cpu1.op_class::IntAlu 338840052 69.06% 69.06% # Class of executed instruction
system.cpu1.op_class::IntMult 1031473 0.21% 69.27% # Class of executed instruction
system.cpu1.op_class::IntDiv 58381 0.01% 69.28% # Class of executed instruction
system.cpu1.op_class::FloatAdd 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::FloatCmp 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::FloatCvt 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::FloatAdd 8 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::FloatCmp 13 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::FloatCvt 21 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::FloatMult 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::FloatMultAcc 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::FloatDiv 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::FloatSqrt 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdAdd 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdAddAcc 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdAlu 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdCmp 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdCvt 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdMisc 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdMult 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdMultAcc 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdShift 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdShiftAcc 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdSqrt 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdFloatAdd 8 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdFloatAlu 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdFloatCmp 13 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdFloatCvt 21 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdFloatDiv 0 0.00% 69.28% # Class of executed instruction
system.cpu1.op_class::SimdFloatMisc 67037 0.01% 69.30% # Class of executed instruction
system.cpu1.op_class::FloatMisc 67037 0.01% 69.30% # Class of executed instruction
system.cpu1.op_class::FloatSqrt 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdAdd 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdAddAcc 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdAlu 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdCmp 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdCvt 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdMisc 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdMult 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdMultAcc 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdShift 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdShiftAcc 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdSqrt 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdFloatAdd 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdFloatAlu 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdFloatCmp 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdFloatCvt 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdFloatDiv 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdFloatMisc 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdFloatMult 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdFloatMultAcc 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::SimdFloatSqrt 0 0.00% 69.30% # Class of executed instruction
system.cpu1.op_class::MemRead 78882725 16.08% 85.37% # Class of executed instruction
system.cpu1.op_class::MemWrite 71756042 14.63% 100.00% # Class of executed instruction
system.cpu1.op_class::MemRead 78824615 16.07% 85.36% # Class of executed instruction
system.cpu1.op_class::MemWrite 71413356 14.56% 99.92% # Class of executed instruction
system.cpu1.op_class::FloatMemRead 58110 0.01% 99.93% # Class of executed instruction
system.cpu1.op_class::FloatMemWrite 342686 0.07% 100.00% # Class of executed instruction
system.cpu1.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu1.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu1.op_class::total 490635753 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 51.821889 # Nu
sim_ticks 51821888787500 # Number of ticks simulated
final_tick 51821888787500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 515124 # Simulator instruction rate (inst/s)
host_op_rate 605315 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 31054928912 # Simulator tick rate (ticks/s)
host_mem_usage 676612 # Number of bytes of host memory used
host_seconds 1668.72 # Real time elapsed on the host
host_inst_rate 1225071 # Simulator instruction rate (inst/s)
host_op_rate 1439562 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 73854998542 # Simulator tick rate (ticks/s)
host_mem_usage 679352 # Number of bytes of host memory used
host_seconds 701.67 # Real time elapsed on the host
sim_insts 859596485 # Number of instructions simulated
sim_ops 1010098639 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -600,34 +600,38 @@ system.cpu.op_class::No_OpClass 1 0.00% 0.00% # Cl
system.cpu.op_class::IntAlu 699904687 69.25% 69.25% # Class of executed instruction
system.cpu.op_class::IntMult 2167959 0.21% 69.47% # Class of executed instruction
system.cpu.op_class::IntDiv 97409 0.01% 69.48% # Class of executed instruction
system.cpu.op_class::FloatAdd 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::FloatCmp 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::FloatAdd 8 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::FloatCmp 13 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::FloatCvt 21 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdAlu 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdCmp 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdCvt 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdMisc 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdMult 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdMultAcc 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdShift 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdShiftAcc 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdSqrt 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdFloatAdd 8 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdFloatAlu 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdFloatCmp 13 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdFloatCvt 21 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdFloatDiv 0 0.00% 69.48% # Class of executed instruction
system.cpu.op_class::SimdFloatMisc 111537 0.01% 69.49% # Class of executed instruction
system.cpu.op_class::FloatMisc 111537 0.01% 69.49% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdAlu 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdCmp 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdCvt 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdMisc 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdMult 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdMultAcc 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdShift 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdShiftAcc 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdSqrt 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdFloatAdd 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdFloatAlu 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdFloatCmp 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdFloatCvt 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdFloatDiv 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdFloatMisc 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdFloatMult 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 69.49% # Class of executed instruction
system.cpu.op_class::MemRead 161593947 15.99% 85.48% # Class of executed instruction
system.cpu.op_class::MemWrite 146796321 14.52% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 161481542 15.98% 85.46% # Class of executed instruction
system.cpu.op_class::MemWrite 146123455 14.46% 99.92% # Class of executed instruction
system.cpu.op_class::FloatMemRead 112405 0.01% 99.93% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 672866 0.07% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 1010671903 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.062553 # Nu
sim_ticks 62552970500 # Number of ticks simulated
final_tick 62552970500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 185964 # Simulator instruction rate (inst/s)
host_op_rate 186891 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 128391357 # Simulator tick rate (ticks/s)
host_mem_usage 403424 # Number of bytes of host memory used
host_seconds 487.21 # Real time elapsed on the host
host_inst_rate 423901 # Simulator instruction rate (inst/s)
host_op_rate 426012 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 292664487 # Simulator tick rate (ticks/s)
host_mem_usage 404124 # Number of bytes of host memory used
host_seconds 213.74 # Real time elapsed on the host
sim_insts 90602850 # Number of instructions simulated
sim_ops 91054081 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -415,7 +415,9 @@ system.cpu.op_class_0::FloatAdd 0 0.00% 70.10% # Cl
system.cpu.op_class_0::FloatCmp 0 0.00% 70.10% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 0 0.00% 70.10% # Class of committed instruction
system.cpu.op_class_0::FloatMult 0 0.00% 70.10% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 70.10% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 0 0.00% 70.10% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 70.10% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 70.10% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 70.10% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 70.10% # Class of committed instruction
@ -437,8 +439,10 @@ system.cpu.op_class_0::SimdFloatMisc 15 0.00% 70.10% # Cl
system.cpu.op_class_0::SimdFloatMult 0 0.00% 70.10% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 2 0.00% 70.10% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 70.10% # Class of committed instruction
system.cpu.op_class_0::MemRead 22475911 24.68% 94.79% # Class of committed instruction
system.cpu.op_class_0::MemWrite 4744844 5.21% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemRead 22475905 24.68% 94.79% # Class of committed instruction
system.cpu.op_class_0::MemWrite 4744822 5.21% 100.00% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 6 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 22 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 91054081 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.058675 # Nu
sim_ticks 58675371500 # Number of ticks simulated
final_tick 58675371500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 111966 # Simulator instruction rate (inst/s)
host_op_rate 112523 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 72520515 # Simulator tick rate (ticks/s)
host_mem_usage 490592 # Number of bytes of host memory used
host_seconds 809.09 # Real time elapsed on the host
host_inst_rate 241655 # Simulator instruction rate (inst/s)
host_op_rate 242858 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 156520643 # Simulator tick rate (ticks/s)
host_mem_usage 492304 # Number of bytes of host memory used
host_seconds 374.87 # Real time elapsed on the host
sim_insts 90589799 # Number of instructions simulated
sim_ops 91041030 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -515,7 +515,9 @@ system.cpu.iq.fu_full::FloatAdd 0 0.00% 48.67% # at
system.cpu.iq.fu_full::FloatCmp 0 0.00% 48.67% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 48.67% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 48.67% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 48.67% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 48.67% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 48.67% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 48.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 48.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 48.67% # attempts to use FU when none available
@ -537,8 +539,10 @@ system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 48.67% # at
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 48.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 48.67% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 48.67% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 9615894 47.83% 96.50% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 702925 3.50% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 9615891 47.83% 96.50% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 702910 3.50% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 3 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 24 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 0 0.00% 0.00% # Type of FU issued
@ -549,7 +553,9 @@ system.cpu.iq.FU_type_0::FloatAdd 0 0.00% 71.01% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 71.01% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 71.01% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 0 0.00% 71.01% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 71.01% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 0 0.00% 71.01% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 71.01% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 71.01% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 71.01% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 71.01% # Type of FU issued
@ -571,22 +577,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 124 0.00% 71.01% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 71.01% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 2 0.00% 71.01% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 71.01% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 24337772 24.01% 95.02% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 5047242 4.98% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 24337764 24.01% 95.02% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 5047220 4.98% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 8 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 22 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 101366888 # Type of FU issued
system.cpu.iq.rate 0.863794 # Inst issue rate
system.cpu.iq.fu_busy_cnt 20102375 # FU busy when requested
system.cpu.iq.fu_busy_cnt 20102384 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.198313 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 341195448 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 128311397 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 99608403 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 458 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 467 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 626 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 113 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 121469025 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 238 # Number of floating point alu accesses
system.cpu.iq.fp_alu_accesses 247 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 288057 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 4329351 # Number of loads squashed
@ -665,7 +673,9 @@ system.cpu.commit.op_class_0::FloatAdd 0 0.00% 70.10% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 70.10% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 70.10% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 70.10% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 70.10% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 70.10% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 70.10% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 70.10% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 70.10% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 70.10% # Class of committed instruction
@ -687,8 +697,10 @@ system.cpu.commit.op_class_0::SimdFloatMisc 15 0.00% 70.10% #
system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 70.10% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatMultAcc 2 0.00% 70.10% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 70.10% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 22475911 24.68% 94.79% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 4744844 5.21% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 22475905 24.68% 94.79% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 4744822 5.21% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 6 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 22 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 91053639 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.361613 # Nu
sim_ticks 361613361500 # Number of ticks simulated
final_tick 361613361500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 1370596 # Simulator instruction rate (inst/s)
host_op_rate 1370653 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2032709522 # Simulator tick rate (ticks/s)
host_mem_usage 385816 # Number of bytes of host memory used
host_seconds 177.90 # Real time elapsed on the host
host_inst_rate 1844871 # Simulator instruction rate (inst/s)
host_op_rate 1844948 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2736100211 # Simulator tick rate (ticks/s)
host_mem_usage 385448 # Number of bytes of host memory used
host_seconds 132.16 # Real time elapsed on the host
sim_insts 243825150 # Number of instructions simulated
sim_ops 243835265 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -65,7 +65,9 @@ system.cpu.op_class::FloatAdd 42 0.00% 56.75% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 56.75% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 56.75% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 56.75% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 56.75% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 56.75% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 56.75% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 56.75% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 56.75% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 56.75% # Class of executed instruction
@ -87,8 +89,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 56.75% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 56.75% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 56.75% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 56.75% # Class of executed instruction
system.cpu.op_class::MemRead 82803527 33.88% 90.63% # Class of executed instruction
system.cpu.op_class::MemWrite 22907920 9.37% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 82803516 33.88% 90.63% # Class of executed instruction
system.cpu.op_class::MemWrite 22896343 9.37% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemRead 11 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 11577 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 244431613 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.066079 # Nu
sim_ticks 66079350000 # Number of ticks simulated
final_tick 66079350000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 104457 # Simulator instruction rate (inst/s)
host_op_rate 183932 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 43689609 # Simulator tick rate (ticks/s)
host_mem_usage 414668 # Number of bytes of host memory used
host_seconds 1512.47 # Real time elapsed on the host
host_inst_rate 185548 # Simulator instruction rate (inst/s)
host_op_rate 326721 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 77606283 # Simulator tick rate (ticks/s)
host_mem_usage 417148 # Number of bytes of host memory used
host_seconds 851.47 # Real time elapsed on the host
sim_insts 157988547 # Number of instructions simulated
sim_ops 278192464 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -403,7 +403,9 @@ system.cpu.iq.fu_full::FloatAdd 0 0.00% 8.93% # at
system.cpu.iq.fu_full::FloatCmp 0 0.00% 8.93% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 8.93% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 8.93% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 8.93% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 8.93% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 8.93% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 8.93% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 8.93% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 8.93% # attempts to use FU when none available
@ -425,8 +427,10 @@ system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 8.93% # at
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 8.93% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 8.93% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 8.93% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 3544036 86.42% 95.35% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 190508 4.65% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 3544032 86.41% 95.34% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 189377 4.62% 99.96% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 6 0.00% 99.96% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 1660 0.04% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 33340 0.01% 0.01% # Type of FU issued
@ -437,7 +441,9 @@ system.cpu.iq.FU_type_0::FloatAdd 275 0.00% 57.24% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 57.24% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 57.24% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 0 0.00% 57.24% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 57.24% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 0 0.00% 57.24% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 57.24% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 57.24% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 57.24% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 57.24% # Type of FU issued
@ -459,22 +465,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 0 0.00% 57.24% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 57.24% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 57.24% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 57.24% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 101489755 31.85% 89.09% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 34771062 10.91% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 101489286 31.85% 89.09% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 34764932 10.91% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 469 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 6130 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 318634973 # Type of FU issued
system.cpu.iq.rate 2.411003 # Inst issue rate
system.cpu.iq.fu_busy_cnt 4100758 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.012870 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 773602517 # Number of integer instruction queue reads
system.cpu.iq.fu_busy_cnt 4101289 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.012871 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 773603045 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 412934380 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 314305089 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 19287 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 19290 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 34996 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 4478 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 322693854 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 8537 # Number of floating point alu accesses
system.cpu.iq.int_alu_accesses 322694382 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 8540 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 57471685 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 22103872 # Number of loads squashed
@ -553,7 +561,9 @@ system.cpu.commit.op_class_0::FloatAdd 12 0.00% 56.07% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 56.07% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 56.07% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 56.07% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 56.07% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 56.07% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 56.07% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 56.07% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 56.07% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 56.07% # Class of committed instruction
@ -575,8 +585,10 @@ system.cpu.commit.op_class_0::SimdFloatMisc 0 0.00% 56.07% #
system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 56.07% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 56.07% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 56.07% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 90779385 32.63% 88.70% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 31439752 11.30% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 90779371 32.63% 88.70% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 31439738 11.30% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 14 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 14 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 278192464 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.366229 # Nu
sim_ticks 366229314500 # Number of ticks simulated
final_tick 366229314500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 561124 # Simulator instruction rate (inst/s)
host_op_rate 988050 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1300728257 # Simulator tick rate (ticks/s)
host_mem_usage 412916 # Number of bytes of host memory used
host_seconds 281.56 # Real time elapsed on the host
host_inst_rate 1002365 # Simulator instruction rate (inst/s)
host_op_rate 1765004 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2323557450 # Simulator tick rate (ticks/s)
host_mem_usage 412036 # Number of bytes of host memory used
host_seconds 157.62 # Real time elapsed on the host
sim_insts 157988548 # Number of instructions simulated
sim_ops 278192465 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -78,7 +78,9 @@ system.cpu.op_class::FloatAdd 12 0.00% 56.07% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 56.07% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 56.07% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 56.07% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 56.07% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 56.07% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 56.07% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 56.07% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 56.07% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 56.07% # Class of executed instruction
@ -100,8 +102,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 56.07% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 56.07% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 56.07% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 56.07% # Class of executed instruction
system.cpu.op_class::MemRead 90779385 32.63% 88.70% # Class of executed instruction
system.cpu.op_class::MemWrite 31439752 11.30% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 90779371 32.63% 88.70% # Class of executed instruction
system.cpu.op_class::MemWrite 31439738 11.30% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemRead 14 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 14 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 278192465 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.422343 # Nu
sim_ticks 422342506500 # Number of ticks simulated
final_tick 422342506500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 265332 # Simulator instruction rate (inst/s)
host_op_rate 265332 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 183135937 # Simulator tick rate (ticks/s)
host_mem_usage 256400 # Number of bytes of host memory used
host_seconds 2306.17 # Real time elapsed on the host
host_inst_rate 474436 # Simulator instruction rate (inst/s)
host_op_rate 474436 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 327462122 # Simulator tick rate (ticks/s)
host_mem_usage 257604 # Number of bytes of host memory used
host_seconds 1289.74 # Real time elapsed on the host
sim_insts 611901617 # Number of instructions simulated
sim_ops 611901617 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -356,7 +356,9 @@ system.cpu.op_class_0::FloatAdd 144588 0.02% 66.64% # Cl
system.cpu.op_class_0::FloatCmp 3 0.00% 66.64% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 369991 0.06% 66.70% # Class of committed instruction
system.cpu.op_class_0::FloatMult 2 0.00% 66.70% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 66.70% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 3790 0.00% 66.70% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 66.70% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 66.70% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 66.70% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 66.70% # Class of committed instruction
@ -378,8 +380,10 @@ system.cpu.op_class_0::SimdFloatMisc 0 0.00% 66.70% # Cl
system.cpu.op_class_0::SimdFloatMult 0 0.00% 66.70% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 66.70% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 66.70% # Class of committed instruction
system.cpu.op_class_0::MemRead 146565535 23.95% 90.65% # Class of committed instruction
system.cpu.op_class_0::MemWrite 57220983 9.35% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemRead 146469180 23.94% 90.63% # Class of committed instruction
system.cpu.op_class_0::MemWrite 57213427 9.35% 99.98% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 96355 0.02% 100.00% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 7556 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 611901617 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.368600 # Nu
sim_ticks 368600034500 # Number of ticks simulated
final_tick 368600034500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 189198 # Simulator instruction rate (inst/s)
host_op_rate 204927 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 137665575 # Simulator tick rate (ticks/s)
host_mem_usage 274600 # Number of bytes of host memory used
host_seconds 2677.50 # Real time elapsed on the host
host_inst_rate 368828 # Simulator instruction rate (inst/s)
host_op_rate 399489 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 268368313 # Simulator tick rate (ticks/s)
host_mem_usage 276836 # Number of bytes of host memory used
host_seconds 1373.49 # Real time elapsed on the host
sim_insts 506579366 # Number of instructions simulated
sim_ops 548692589 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -442,7 +442,9 @@ system.cpu.op_class_0::FloatAdd 0 0.00% 68.52% # Cl
system.cpu.op_class_0::FloatCmp 0 0.00% 68.52% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 0 0.00% 68.52% # Class of committed instruction
system.cpu.op_class_0::FloatMult 0 0.00% 68.52% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 68.52% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 0 0.00% 68.52% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 68.52% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 68.52% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 68.52% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 68.52% # Class of committed instruction
@ -465,7 +467,9 @@ system.cpu.op_class_0::SimdFloatMult 0 0.00% 68.52% # Cl
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 68.52% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 68.52% # Class of committed instruction
system.cpu.op_class_0::MemRead 115883283 21.12% 89.64% # Class of committed instruction
system.cpu.op_class_0::MemWrite 56860222 10.36% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemWrite 56860206 10.36% 100.00% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 16 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 548692589 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.236034 # Nu
sim_ticks 236034256000 # Number of ticks simulated
final_tick 236034256000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 147811 # Simulator instruction rate (inst/s)
host_op_rate 160132 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 69053974 # Simulator tick rate (ticks/s)
host_mem_usage 301356 # Number of bytes of host memory used
host_seconds 3418.11 # Real time elapsed on the host
host_inst_rate 253188 # Simulator instruction rate (inst/s)
host_op_rate 274292 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 118283576 # Simulator tick rate (ticks/s)
host_mem_usage 302048 # Number of bytes of host memory used
host_seconds 1995.49 # Real time elapsed on the host
sim_insts 505234934 # Number of instructions simulated
sim_ops 547348155 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -531,7 +531,9 @@ system.cpu.iq.fu_full::FloatAdd 0 0.00% 53.13% # at
system.cpu.iq.fu_full::FloatCmp 0 0.00% 53.13% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 53.13% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 53.13% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 53.13% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 53.13% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 53.13% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 53.13% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 53.13% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 53.13% # attempts to use FU when none available
@ -553,8 +555,10 @@ system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 53.13% # at
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 53.13% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 53.13% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 53.13% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 44305814 32.74% 85.86% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 19132145 14.14% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 44305802 32.74% 85.86% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 19132129 14.14% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 12 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 22 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 0 0.00% 0.00% # Type of FU issued
@ -565,7 +569,9 @@ system.cpu.iq.FU_type_0::FloatAdd 0 0.00% 67.82% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 67.82% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 67.82% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 0 0.00% 67.82% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 67.82% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 0 0.00% 67.82% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 67.82% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 67.82% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 67.82% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 67.82% # Type of FU issued
@ -587,22 +593,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 3 0.00% 67.82% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 67.82% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 67.82% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 67.82% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 133573210 21.94% 89.75% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 62394989 10.25% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 133573188 21.94% 89.75% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 62394973 10.25% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 22 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 16 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 608905066 # Type of FU issued
system.cpu.iq.rate 1.289866 # Inst issue rate
system.cpu.iq.fu_busy_cnt 135340476 # FU busy when requested
system.cpu.iq.fu_busy_cnt 135340482 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.222269 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 1829844132 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 788130713 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 594185364 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 106 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 112 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 88 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 16 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 744245476 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 66 # Number of floating point alu accesses
system.cpu.iq.fp_alu_accesses 72 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 7285563 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 26474758 # Number of loads squashed
@ -681,7 +689,9 @@ system.cpu.commit.op_class_0::FloatAdd 0 0.00% 68.52% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 68.52% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 68.52% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 68.52% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 68.52% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 68.52% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 68.52% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 68.52% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 68.52% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 68.52% # Class of committed instruction
@ -704,7 +714,9 @@ system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 68.52% #
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 68.52% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 68.52% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 115883283 21.12% 89.64% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 56860220 10.36% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 56860204 10.36% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 16 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 548692039 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.279361 # Nu
sim_ticks 279360903000 # Number of ticks simulated
final_tick 279360903000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 1206466 # Simulator instruction rate (inst/s)
host_op_rate 1306763 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 665324846 # Simulator tick rate (ticks/s)
host_mem_usage 263448 # Number of bytes of host memory used
host_seconds 419.89 # Real time elapsed on the host
host_inst_rate 2213544 # Simulator instruction rate (inst/s)
host_op_rate 2397561 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1220693561 # Simulator tick rate (ticks/s)
host_mem_usage 263256 # Number of bytes of host memory used
host_seconds 228.85 # Real time elapsed on the host
sim_insts 506578818 # Number of instructions simulated
sim_ops 548692039 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -193,7 +193,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 68.52% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 68.52% # Class of executed instruction
@ -216,7 +218,9 @@ system.cpu.op_class::SimdFloatMult 0 0.00% 68.52% # Cl
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::MemRead 115883283 21.12% 89.64% # Class of executed instruction
system.cpu.op_class::MemWrite 56860222 10.36% 100.00% # Class of executed instruction
system.cpu.op_class::MemWrite 56860206 10.36% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 16 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 548692589 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.708700 # Nu
sim_ticks 708700329500 # Number of ticks simulated
final_tick 708700329500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 820539 # Simulator instruction rate (inst/s)
host_op_rate 888607 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1151553403 # Simulator tick rate (ticks/s)
host_mem_usage 275232 # Number of bytes of host memory used
host_seconds 615.43 # Real time elapsed on the host
host_inst_rate 1580290 # Simulator instruction rate (inst/s)
host_op_rate 1711383 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2217795996 # Simulator tick rate (ticks/s)
host_mem_usage 275040 # Number of bytes of host memory used
host_seconds 319.55 # Real time elapsed on the host
sim_insts 504984064 # Number of instructions simulated
sim_ops 546875315 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -194,7 +194,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 68.52% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 68.52% # Class of executed instruction
@ -217,7 +219,9 @@ system.cpu.op_class::SimdFloatMult 0 0.00% 68.52% # Cl
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 68.52% # Class of executed instruction
system.cpu.op_class::MemRead 115883283 21.12% 89.64% # Class of executed instruction
system.cpu.op_class::MemWrite 56860222 10.36% 100.00% # Class of executed instruction
system.cpu.op_class::MemWrite 56860206 10.36% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 16 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 548692589 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.487015 # Nu
sim_ticks 487015166000 # Number of ticks simulated
final_tick 487015166000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 125191 # Simulator instruction rate (inst/s)
host_op_rate 231667 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 73737953 # Simulator tick rate (ticks/s)
host_mem_usage 321616 # Number of bytes of host memory used
host_seconds 6604.67 # Real time elapsed on the host
host_inst_rate 149671 # Simulator instruction rate (inst/s)
host_op_rate 276966 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 88156571 # Simulator tick rate (ticks/s)
host_mem_usage 323840 # Number of bytes of host memory used
host_seconds 5524.43 # Real time elapsed on the host
sim_insts 826847303 # Number of instructions simulated
sim_ops 1530082520 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -404,37 +404,41 @@ system.cpu.iq.issued_per_cycle::min_value 0 # N
system.cpu.iq.issued_per_cycle::max_value 8 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::total 973823159 # Number of insts issued each cycle
system.cpu.iq.fu_full::No_OpClass 0 0.00% 0.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 11212757 43.22% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 43.22% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 11924633 45.96% 89.18% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 2807188 10.82% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 11212757 43.19% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 43.19% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 11924633 45.93% 89.11% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 2727831 10.51% 99.62% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 0 0.00% 99.62% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 98893 0.38% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 2915020 0.15% 0.15% # Type of FU issued
@ -445,7 +449,9 @@ system.cpu.iq.FU_type_0::FloatAdd 3 0.00% 67.11% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 67.11% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 67.11% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 2 0.00% 67.11% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 67.11% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 2 0.00% 67.11% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 67.11% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 67.11% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 67.11% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 67.11% # Type of FU issued
@ -467,22 +473,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 0 0.00% 67.11% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 67.11% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 67.11% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 67.11% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 471201648 23.57% 90.68% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 186365855 9.32% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 471201643 23.57% 90.68% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 185912277 9.30% 99.98% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 5 0.00% 99.98% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 453578 0.02% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 1999301644 # Type of FU issued
system.cpu.iq.rate 2.052607 # Inst issue rate
system.cpu.iq.fu_busy_cnt 25944578 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.012977 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 5000714674 # Number of integer instruction queue reads
system.cpu.iq.fu_busy_cnt 25964114 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.012987 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 5000734134 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 3305993539 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 1923953649 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 1300906 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 1300982 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 4091270 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 238195 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 2021778795 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 552407 # Number of floating point alu accesses
system.cpu.iq.int_alu_accesses 2021798255 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 552483 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 179914916 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 224265796 # Number of loads squashed
@ -561,7 +569,9 @@ system.cpu.commit.op_class_0::FloatAdd 0 0.00% 65.15% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 65.15% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 65.15% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 65.15% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 65.15% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 65.15% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 65.15% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 65.15% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 65.15% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 65.15% # Class of committed instruction
@ -585,6 +595,8 @@ system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 65.15
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 65.15% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 384083313 25.10% 90.25% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 149158195 9.75% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 1530082520 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.885773 # Nu
sim_ticks 885772926000 # Number of ticks simulated
final_tick 885772926000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 861241 # Simulator instruction rate (inst/s)
host_op_rate 1593729 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 922618164 # Simulator tick rate (ticks/s)
host_mem_usage 273768 # Number of bytes of host memory used
host_seconds 960.06 # Real time elapsed on the host
host_inst_rate 1551014 # Simulator instruction rate (inst/s)
host_op_rate 2870153 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1661547121 # Simulator tick rate (ticks/s)
host_mem_usage 272636 # Number of bytes of host memory used
host_seconds 533.10 # Real time elapsed on the host
sim_insts 826847304 # Number of instructions simulated
sim_ops 1530082521 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -77,7 +77,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 65.15% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 65.15% # Class of executed instruction
@ -101,6 +103,8 @@ system.cpu.op_class::SimdFloatMultAcc 0 0.00% 65.15% # Cl
system.cpu.op_class::SimdFloatSqrt 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::MemRead 384083313 25.10% 90.25% # Class of executed instruction
system.cpu.op_class::MemWrite 149158195 9.75% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 1530082521 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 1.650924 # Nu
sim_ticks 1650923912500 # Number of ticks simulated
final_tick 1650923912500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 598809 # Simulator instruction rate (inst/s)
host_op_rate 1108098 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1195612149 # Simulator tick rate (ticks/s)
host_mem_usage 285816 # Number of bytes of host memory used
host_seconds 1380.82 # Real time elapsed on the host
host_inst_rate 1073233 # Simulator instruction rate (inst/s)
host_op_rate 1986019 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2142868820 # Simulator tick rate (ticks/s)
host_mem_usage 285448 # Number of bytes of host memory used
host_seconds 770.43 # Real time elapsed on the host
sim_insts 826847304 # Number of instructions simulated
sim_ops 1530082521 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -78,7 +78,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 65.15% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 65.15% # Class of executed instruction
@ -102,6 +104,8 @@ system.cpu.op_class::SimdFloatMultAcc 0 0.00% 65.15% # Cl
system.cpu.op_class::SimdFloatSqrt 0 0.00% 65.15% # Class of executed instruction
system.cpu.op_class::MemRead 384083313 25.10% 90.25% # Class of executed instruction
system.cpu.op_class::MemWrite 149158195 9.75% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 1530082521 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.233641 # Nu
sim_ticks 233641094500 # Number of ticks simulated
final_tick 233641094500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 295188 # Simulator instruction rate (inst/s)
host_op_rate 295188 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 172997788 # Simulator tick rate (ticks/s)
host_mem_usage 258004 # Number of bytes of host memory used
host_seconds 1350.54 # Real time elapsed on the host
host_inst_rate 449379 # Simulator instruction rate (inst/s)
host_op_rate 449379 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 263362780 # Simulator tick rate (ticks/s)
host_mem_usage 260228 # Number of bytes of host memory used
host_seconds 887.15 # Real time elapsed on the host
sim_insts 398664651 # Number of instructions simulated
sim_ops 398664651 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -327,7 +327,9 @@ system.cpu.op_class_0::FloatAdd 35620060 8.93% 50.80% # Cl
system.cpu.op_class_0::FloatCmp 7072549 1.77% 52.57% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 2735231 0.69% 53.26% # Class of committed instruction
system.cpu.op_class_0::FloatMult 16498021 4.14% 57.40% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 57.40% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 1563283 0.39% 57.79% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 57.79% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 57.79% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 57.79% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 57.79% # Class of committed instruction
@ -349,8 +351,10 @@ system.cpu.op_class_0::SimdFloatMisc 0 0.00% 57.79% # Cl
system.cpu.op_class_0::SimdFloatMult 0 0.00% 57.79% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 57.79% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 57.79% # Class of committed instruction
system.cpu.op_class_0::MemRead 94754510 23.77% 81.56% # Class of committed instruction
system.cpu.op_class_0::MemWrite 73520764 18.44% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemRead 46072315 11.56% 69.35% # Class of committed instruction
system.cpu.op_class_0::MemWrite 30396984 7.62% 76.97% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 48682195 12.21% 89.18% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 43123780 10.82% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 398664651 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.064255 # Nu
sim_ticks 64255452000 # Number of ticks simulated
final_tick 64255452000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 260947 # Simulator instruction rate (inst/s)
host_op_rate 260947 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 44644346 # Simulator tick rate (ticks/s)
host_mem_usage 259540 # Number of bytes of host memory used
host_seconds 1439.27 # Real time elapsed on the host
host_inst_rate 443081 # Simulator instruction rate (inst/s)
host_op_rate 443081 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 75804731 # Simulator tick rate (ticks/s)
host_mem_usage 261252 # Number of bytes of host memory used
host_seconds 847.64 # Real time elapsed on the host
sim_insts 375574794 # Number of instructions simulated
sim_ops 375574794 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -402,37 +402,41 @@ system.cpu.iq.issued_per_cycle::min_value 0 # N
system.cpu.iq.issued_per_cycle::max_value 8 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::total 128152674 # Number of insts issued each cycle
system.cpu.iq.fu_full::No_OpClass 0 0.00% 0.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 253970 1.40% 1.40% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 2 0.00% 1.40% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 1.40% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 138834 0.77% 2.17% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 79013 0.44% 2.60% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 3594 0.02% 2.62% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 3443745 19.00% 21.62% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 1647907 9.09% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 30.72% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 8047413 44.40% 75.12% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 4509145 24.88% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 253970 1.29% 1.29% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 2 0.00% 1.29% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 1.29% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 138834 0.71% 2.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 79013 0.40% 2.40% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 3594 0.02% 2.42% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 3443745 17.54% 19.96% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 19.96% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 1647907 8.39% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 28.36% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 3789083 19.30% 47.66% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 1973005 10.05% 57.71% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 5150981 26.24% 83.95% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 3150937 16.05% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 33581 0.01% 0.01% # Type of FU issued
@ -443,7 +447,9 @@ system.cpu.iq.FU_type_0::FloatAdd 36418443 9.36% 47.68% # Ty
system.cpu.iq.FU_type_0::FloatCmp 7355119 1.89% 49.57% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 2800065 0.72% 50.29% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 16556449 4.25% 54.54% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 54.54% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 1584163 0.41% 54.95% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 54.95% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 54.95% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 54.95% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 54.95% # Type of FU issued
@ -465,22 +471,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 0 0.00% 54.95% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 54.95% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 54.95% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 54.95% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 99502948 25.57% 80.51% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 75842088 19.49% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 48929897 12.57% 67.52% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 31583157 8.11% 75.63% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 50573051 12.99% 88.63% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 44258931 11.37% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 389210637 # Type of FU issued
system.cpu.iq.rate 3.028619 # Inst issue rate
system.cpu.iq.fu_busy_cnt 18123623 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.046565 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 592644502 # Number of integer instruction queue reads
system.cpu.iq.fu_busy_cnt 19631071 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.050438 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 593561800 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 242185048 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 227933309 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 332249256 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 332839406 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 166679024 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 158288157 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 234729597 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 172571082 # Number of floating point alu accesses
system.cpu.iq.int_alu_accesses 235646895 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 173161232 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 19364531 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 4980212 # Number of loads squashed
@ -559,7 +567,9 @@ system.cpu.commit.op_class_0::FloatAdd 35620060 8.93% 50.80% # Cl
system.cpu.commit.op_class_0::FloatCmp 7072549 1.77% 52.57% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 2735231 0.69% 53.26% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 16498021 4.14% 57.40% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 57.40% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 1563283 0.39% 57.79% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 57.79% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 57.79% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 57.79% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 57.79% # Class of committed instruction
@ -581,8 +591,10 @@ system.cpu.commit.op_class_0::SimdFloatMisc 0 0.00% 57.79% #
system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 57.79% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 57.79% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 57.79% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 94754486 23.77% 81.56% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 73520728 18.44% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 46072297 11.56% 69.35% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 30396955 7.62% 76.97% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 48682189 12.21% 89.18% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 43123773 10.82% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 398664569 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.567393 # Nu
sim_ticks 567392530500 # Number of ticks simulated
final_tick 567392530500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 646502 # Simulator instruction rate (inst/s)
host_op_rate 646502 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 920122456 # Simulator tick rate (ticks/s)
host_mem_usage 259072 # Number of bytes of host memory used
host_seconds 616.65 # Real time elapsed on the host
host_inst_rate 1833225 # Simulator instruction rate (inst/s)
host_op_rate 1833225 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2609105944 # Simulator tick rate (ticks/s)
host_mem_usage 258692 # Number of bytes of host memory used
host_seconds 217.47 # Real time elapsed on the host
sim_insts 398664609 # Number of instructions simulated
sim_ops 398664609 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -97,7 +97,9 @@ system.cpu.op_class::FloatAdd 35620060 8.93% 50.80% # Cl
system.cpu.op_class::FloatCmp 7072549 1.77% 52.57% # Class of executed instruction
system.cpu.op_class::FloatCvt 2735231 0.69% 53.26% # Class of executed instruction
system.cpu.op_class::FloatMult 16498021 4.14% 57.40% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 57.40% # Class of executed instruction
system.cpu.op_class::FloatDiv 1563283 0.39% 57.79% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 57.79% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 57.79% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 57.79% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 57.79% # Class of executed instruction
@ -119,8 +121,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 57.79% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 57.79% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 57.79% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 57.79% # Class of executed instruction
system.cpu.op_class::MemRead 94754511 23.77% 81.56% # Class of executed instruction
system.cpu.op_class::MemWrite 73520765 18.44% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 46072316 11.56% 69.35% # Class of executed instruction
system.cpu.op_class::MemWrite 30396985 7.62% 76.97% # Class of executed instruction
system.cpu.op_class::FloatMemRead 48682195 12.21% 89.18% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 43123780 10.82% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 398664665 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.225207 # Nu
sim_ticks 225206521000 # Number of ticks simulated
final_tick 225206521000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 132189 # Simulator instruction rate (inst/s)
host_op_rate 158707 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 109031633 # Simulator tick rate (ticks/s)
host_mem_usage 278744 # Number of bytes of host memory used
host_seconds 2065.52 # Real time elapsed on the host
host_inst_rate 284094 # Simulator instruction rate (inst/s)
host_op_rate 341086 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 234325505 # Simulator tick rate (ticks/s)
host_mem_usage 279956 # Number of bytes of host memory used
host_seconds 961.08 # Real time elapsed on the host
sim_insts 273037855 # Number of instructions simulated
sim_ops 327812212 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -415,7 +415,9 @@ system.cpu.op_class_0::FloatAdd 0 0.00% 32.48% # Cl
system.cpu.op_class_0::FloatCmp 0 0.00% 32.48% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 0 0.00% 32.48% # Class of committed instruction
system.cpu.op_class_0::FloatMult 0 0.00% 32.48% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 32.48% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 0 0.00% 32.48% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 32.48% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 32.48% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 32.48% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 32.48% # Class of committed instruction
@ -437,8 +439,10 @@ system.cpu.op_class_0::SimdFloatMisc 19652356 6.00% 44.33% # Cl
system.cpu.op_class_0::SimdFloatMult 7136937 2.18% 46.51% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 7062098 2.15% 48.66% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 175285 0.05% 48.72% # Class of committed instruction
system.cpu.op_class_0::MemRead 85732248 26.15% 74.87% # Class of committed instruction
system.cpu.op_class_0::MemWrite 82375599 25.13% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemRead 44185174 13.48% 62.20% # Class of committed instruction
system.cpu.op_class_0::MemWrite 55008381 16.78% 78.98% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 41547074 12.67% 91.65% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 27367218 8.35% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 327812212 # Class of committed instruction

File diff suppressed because it is too large Load diff

View file

@ -4,11 +4,11 @@ sim_seconds 0.201717 # Nu
sim_ticks 201717314000 # Number of ticks simulated
final_tick 201717314000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 781022 # Simulator instruction rate (inst/s)
host_op_rate 937704 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 577011080 # Simulator tick rate (ticks/s)
host_mem_usage 268872 # Number of bytes of host memory used
host_seconds 349.59 # Real time elapsed on the host
host_inst_rate 1476968 # Simulator instruction rate (inst/s)
host_op_rate 1773264 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1091168515 # Simulator tick rate (ticks/s)
host_mem_usage 268416 # Number of bytes of host memory used
host_seconds 184.86 # Real time elapsed on the host
sim_insts 273037595 # Number of instructions simulated
sim_ops 327811950 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -193,7 +193,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 32.48% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 32.48% # Class of executed instruction
@ -215,8 +217,10 @@ system.cpu.op_class::SimdFloatMisc 19652356 6.00% 44.33% # Cl
system.cpu.op_class::SimdFloatMult 7136937 2.18% 46.51% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 7062098 2.15% 48.66% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 175285 0.05% 48.72% # Class of executed instruction
system.cpu.op_class::MemRead 85732235 26.15% 74.87% # Class of executed instruction
system.cpu.op_class::MemWrite 82375594 25.13% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 44185161 13.48% 62.20% # Class of executed instruction
system.cpu.op_class::MemWrite 55008376 16.78% 78.98% # Class of executed instruction
system.cpu.op_class::FloatMemRead 41547074 12.67% 91.65% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 27367218 8.35% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 327812145 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.517298 # Nu
sim_ticks 517297855500 # Number of ticks simulated
final_tick 517297855500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 565388 # Simulator instruction rate (inst/s)
host_op_rate 678769 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1072356714 # Simulator tick rate (ticks/s)
host_mem_usage 278352 # Number of bytes of host memory used
host_seconds 482.39 # Real time elapsed on the host
host_inst_rate 1075622 # Simulator instruction rate (inst/s)
host_op_rate 1291325 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2040106124 # Simulator tick rate (ticks/s)
host_mem_usage 278152 # Number of bytes of host memory used
host_seconds 253.56 # Real time elapsed on the host
sim_insts 272739286 # Number of instructions simulated
sim_ops 327433744 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -187,7 +187,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 32.48% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 32.48% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 32.48% # Class of executed instruction
@ -209,8 +211,10 @@ system.cpu.op_class::SimdFloatMisc 19652356 6.00% 44.33% # Cl
system.cpu.op_class::SimdFloatMult 7136937 2.18% 46.51% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 7062098 2.15% 48.66% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 175285 0.05% 48.72% # Class of executed instruction
system.cpu.op_class::MemRead 85732248 26.15% 74.87% # Class of executed instruction
system.cpu.op_class::MemWrite 82375599 25.13% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 44185174 13.48% 62.20% # Class of executed instruction
system.cpu.op_class::MemWrite 55008381 16.78% 78.98% # Class of executed instruction
system.cpu.op_class::FloatMemRead 41547074 12.67% 91.65% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 27367218 8.35% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 327812214 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.521167 # Nu
sim_ticks 521167228000 # Number of ticks simulated
final_tick 521167228000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 258077 # Simulator instruction rate (inst/s)
host_op_rate 258077 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 144813393 # Simulator tick rate (ticks/s)
host_mem_usage 260992 # Number of bytes of host memory used
host_seconds 3598.89 # Real time elapsed on the host
host_inst_rate 492017 # Simulator instruction rate (inst/s)
host_op_rate 492017 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 276083455 # Simulator tick rate (ticks/s)
host_mem_usage 263220 # Number of bytes of host memory used
host_seconds 1887.72 # Real time elapsed on the host
sim_insts 928789150 # Number of instructions simulated
sim_ops 928789150 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -351,7 +351,9 @@ system.cpu.op_class_0::FloatAdd 13018262 1.40% 63.07% # Cl
system.cpu.op_class_0::FloatCmp 3826477 0.41% 63.48% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 3187663 0.34% 63.82% # Class of committed instruction
system.cpu.op_class_0::FloatMult 4 0.00% 63.82% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 63.82% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 0 0.00% 63.82% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 63.82% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 63.82% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 63.82% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 63.82% # Class of committed instruction
@ -373,8 +375,10 @@ system.cpu.op_class_0::SimdFloatMisc 0 0.00% 63.82% # Cl
system.cpu.op_class_0::SimdFloatMult 0 0.00% 63.82% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 63.82% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 63.82% # Class of committed instruction
system.cpu.op_class_0::MemRead 237705247 25.59% 89.42% # Class of committed instruction
system.cpu.op_class_0::MemWrite 98308071 10.58% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemRead 228135214 24.56% 88.39% # Class of committed instruction
system.cpu.op_class_0::MemWrite 94471145 10.17% 98.56% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 9570033 1.03% 99.59% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 3836926 0.41% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 928789150 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.180965 # Nu
sim_ticks 180964610500 # Number of ticks simulated
final_tick 180964610500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 216717 # Simulator instruction rate (inst/s)
host_op_rate 216717 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 46556270 # Simulator tick rate (ticks/s)
host_mem_usage 262532 # Number of bytes of host memory used
host_seconds 3887.01 # Real time elapsed on the host
host_inst_rate 431391 # Simulator instruction rate (inst/s)
host_op_rate 431391 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 92673550 # Simulator tick rate (ticks/s)
host_mem_usage 265016 # Number of bytes of host memory used
host_seconds 1952.71 # Real time elapsed on the host
sim_insts 842382029 # Number of instructions simulated
sim_ops 842382029 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -429,37 +429,41 @@ system.cpu.iq.issued_per_cycle::min_value 0 # N
system.cpu.iq.issued_per_cycle::max_value 8 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::total 361665180 # Number of insts issued each cycle
system.cpu.iq.fu_full::No_OpClass 0 0.00% 0.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 3586644 19.39% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 19.39% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 11792491 63.74% 83.12% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 3122167 16.88% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 3586644 18.56% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 18.56% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 11632892 60.20% 78.76% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 3008624 15.57% 94.33% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 913480 4.73% 99.05% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 182872 0.95% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 1276 0.00% 0.00% # Type of FU issued
@ -470,7 +474,9 @@ system.cpu.iq.FU_type_0::FloatAdd 13297886 1.53% 59.47% # Ty
system.cpu.iq.FU_type_0::FloatCmp 3826557 0.44% 59.91% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 3339806 0.38% 60.30% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 4 0.00% 60.30% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 60.30% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 0 0.00% 60.30% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 60.30% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 60.30% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 60.30% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 60.30% # Type of FU issued
@ -492,22 +498,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 0 0.00% 60.30% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 60.30% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 60.30% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 60.30% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 244265808 28.02% 88.32% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 101807385 11.68% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 234518362 26.91% 87.20% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 97834915 11.22% 98.43% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 9747446 1.12% 99.54% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 3972470 0.46% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 871651299 # Type of FU issued
system.cpu.iq.rate 2.408347 # Inst issue rate
system.cpu.iq.fu_busy_cnt 18501302 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.021226 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 2054197029 # Number of integer instruction queue reads
system.cpu.iq.fu_busy_cnt 19324512 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.022170 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 2054837876 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 876768256 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 835988686 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 69282679 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 69465042 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 36778231 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 34166819 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 855053167 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 35098158 # Number of floating point alu accesses
system.cpu.iq.int_alu_accesses 855694014 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 35280521 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 65597237 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 7548743 # Number of loads squashed
@ -586,7 +594,9 @@ system.cpu.commit.op_class_0::FloatAdd 13018262 1.40% 63.08% # Cl
system.cpu.commit.op_class_0::FloatCmp 3826477 0.41% 63.49% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 3187663 0.34% 63.84% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 4 0.00% 63.84% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 63.84% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 63.84% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 63.84% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 63.84% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 63.84% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 63.84% # Class of committed instruction
@ -608,8 +618,10 @@ system.cpu.commit.op_class_0::SimdFloatMisc 0 0.00% 63.84% #
system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 63.84% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 63.84% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 63.84% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 237510597 25.58% 89.41% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 98301200 10.59% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 227943648 24.55% 88.38% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 94464282 10.17% 98.56% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 9566949 1.03% 99.59% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 3836918 0.41% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 928587628 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.464395 # Nu
sim_ticks 464394627000 # Number of ticks simulated
final_tick 464394627000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 1533629 # Simulator instruction rate (inst/s)
host_op_rate 1533629 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 766980884 # Simulator tick rate (ticks/s)
host_mem_usage 251816 # Number of bytes of host memory used
host_seconds 605.48 # Real time elapsed on the host
host_inst_rate 2996785 # Simulator instruction rate (inst/s)
host_op_rate 2996785 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1498717563 # Simulator tick rate (ticks/s)
host_mem_usage 251436 # Number of bytes of host memory used
host_seconds 309.86 # Real time elapsed on the host
sim_insts 928587629 # Number of instructions simulated
sim_ops 928587629 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -103,7 +103,9 @@ system.cpu.op_class::FloatAdd 13018262 1.40% 63.07% # Cl
system.cpu.op_class::FloatCmp 3826477 0.41% 63.48% # Class of executed instruction
system.cpu.op_class::FloatCvt 3187663 0.34% 63.82% # Class of executed instruction
system.cpu.op_class::FloatMult 4 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 63.82% # Class of executed instruction
@ -125,8 +127,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 63.82% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::MemRead 237705247 25.59% 89.42% # Class of executed instruction
system.cpu.op_class::MemWrite 98308071 10.58% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 228135214 24.56% 88.39% # Class of executed instruction
system.cpu.op_class::MemWrite 94471145 10.17% 98.56% # Class of executed instruction
system.cpu.op_class::FloatMemRead 9570033 1.03% 99.59% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 3836926 0.41% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 928789150 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 1.288611 # Nu
sim_ticks 1288611150500 # Number of ticks simulated
final_tick 1288611150500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 1122029 # Simulator instruction rate (inst/s)
host_op_rate 1122029 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1557051854 # Simulator tick rate (ticks/s)
host_mem_usage 262324 # Number of bytes of host memory used
host_seconds 827.60 # Real time elapsed on the host
host_inst_rate 2016883 # Simulator instruction rate (inst/s)
host_op_rate 2016883 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2798849858 # Simulator tick rate (ticks/s)
host_mem_usage 261432 # Number of bytes of host memory used
host_seconds 460.41 # Real time elapsed on the host
sim_insts 928587629 # Number of instructions simulated
sim_ops 928587629 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -104,7 +104,9 @@ system.cpu.op_class::FloatAdd 13018262 1.40% 63.07% # Cl
system.cpu.op_class::FloatCmp 3826477 0.41% 63.48% # Class of executed instruction
system.cpu.op_class::FloatCvt 3187663 0.34% 63.82% # Class of executed instruction
system.cpu.op_class::FloatMult 4 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 63.82% # Class of executed instruction
@ -126,8 +128,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 63.82% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 63.82% # Class of executed instruction
system.cpu.op_class::MemRead 237705247 25.59% 89.42% # Class of executed instruction
system.cpu.op_class::MemWrite 98308071 10.58% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 228135214 24.56% 88.39% # Class of executed instruction
system.cpu.op_class::MemWrite 94471145 10.17% 98.56% # Class of executed instruction
system.cpu.op_class::FloatMemRead 9570033 1.03% 99.59% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 3836926 0.41% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 928789150 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.525654 # Nu
sim_ticks 525654485500 # Number of ticks simulated
final_tick 525654485500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 213828 # Simulator instruction rate (inst/s)
host_op_rate 263250 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 175444467 # Simulator tick rate (ticks/s)
host_mem_usage 278324 # Number of bytes of host memory used
host_seconds 2996.13 # Real time elapsed on the host
host_inst_rate 282925 # Simulator instruction rate (inst/s)
host_op_rate 348318 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 232138645 # Simulator tick rate (ticks/s)
host_mem_usage 279272 # Number of bytes of host memory used
host_seconds 2264.40 # Real time elapsed on the host
sim_insts 640655085 # Number of instructions simulated
sim_ops 788730744 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -437,7 +437,9 @@ system.cpu.op_class_0::FloatAdd 0 0.00% 49.56% # Cl
system.cpu.op_class_0::FloatCmp 0 0.00% 49.56% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 0 0.00% 49.56% # Class of committed instruction
system.cpu.op_class_0::FloatMult 0 0.00% 49.56% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 49.56% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 0 0.00% 49.56% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 49.56% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 49.56% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 49.56% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 49.56% # Class of committed instruction
@ -459,8 +461,10 @@ system.cpu.op_class_0::SimdFloatMisc 10203074 1.29% 51.67% # Cl
system.cpu.op_class_0::SimdFloatMult 0 0.00% 51.67% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 51.67% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 51.67% # Class of committed instruction
system.cpu.op_class_0::MemRead 252240938 31.98% 83.65% # Class of committed instruction
system.cpu.op_class_0::MemWrite 128980497 16.35% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemRead 245222568 31.09% 82.76% # Class of committed instruction
system.cpu.op_class_0::MemWrite 125149823 15.87% 98.62% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 7018370 0.89% 99.51% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 3830674 0.49% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 788730744 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.339013 # Nu
sim_ticks 339012932000 # Number of ticks simulated
final_tick 339012932000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 140345 # Simulator instruction rate (inst/s)
host_op_rate 172783 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 74266222 # Simulator tick rate (ticks/s)
host_mem_usage 275384 # Number of bytes of host memory used
host_seconds 4564.83 # Real time elapsed on the host
host_inst_rate 218277 # Simulator instruction rate (inst/s)
host_op_rate 268728 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 115505586 # Simulator tick rate (ticks/s)
host_mem_usage 277356 # Number of bytes of host memory used
host_seconds 2935.04 # Real time elapsed on the host
sim_insts 640649299 # Number of instructions simulated
sim_ops 788724958 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -538,37 +538,41 @@ system.cpu.iq.issued_per_cycle::min_value 0 # N
system.cpu.iq.issued_per_cycle::max_value 5 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::total 677553693 # Number of insts issued each cycle
system.cpu.iq.fu_full::No_OpClass 0 0.00% 0.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 66603323 24.62% 24.62% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 18142 0.01% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 24.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 636889 0.24% 24.87% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 24.87% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 24.87% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 24.87% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 24.87% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 24.87% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 134116736 49.58% 74.45% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 69116750 25.55% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 66603323 23.99% 23.99% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 18142 0.01% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 24.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 636889 0.23% 24.23% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 24.23% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 24.23% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 24.23% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 24.23% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 24.23% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 133475448 48.09% 72.32% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 66440411 23.94% 96.25% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 5100435 1.84% 98.09% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 5300037 1.91% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 0 0.00% 0.00% # Type of FU issued
@ -579,7 +583,9 @@ system.cpu.iq.FU_type_0::FloatAdd 0 0.00% 48.64% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 48.64% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 48.64% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 0 0.00% 48.64% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 48.64% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 0 0.00% 48.64% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 48.64% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 48.64% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 48.64% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 48.64% # Type of FU issued
@ -601,22 +607,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 11478193 1.33% 50.71% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 50.71% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 50.71% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 50.71% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 266665907 31.01% 81.72% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 157233466 18.28% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 259646740 30.19% 80.90% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 153401509 17.84% 98.74% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 7019167 0.82% 99.55% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 3831957 0.45% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 860030622 # Type of FU issued
system.cpu.iq.rate 1.268433 # Inst issue rate
system.cpu.iq.fu_busy_cnt 270491840 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.314514 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 2619781164 # Number of integer instruction queue reads
system.cpu.iq.fu_busy_cnt 277574685 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.322750 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 2622330507 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 980332291 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 820083655 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 57542493 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 62075995 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 30641581 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 24878671 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 1098501615 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 32020847 # Number of floating point alu accesses
system.cpu.iq.int_alu_accesses 1101050958 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 36554349 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 13986301 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 19641213 # Number of loads squashed
@ -695,7 +703,9 @@ system.cpu.commit.op_class_0::FloatAdd 0 0.00% 49.56% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 49.56% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 49.56% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 49.56% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 49.56% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 49.56% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 49.56% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 49.56% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 49.56% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 49.56% # Class of committed instruction
@ -717,8 +727,10 @@ system.cpu.commit.op_class_0::SimdFloatMisc 10203074 1.29% 51.67% #
system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 51.67% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 51.67% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 51.67% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 252240938 31.98% 83.65% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 128980496 16.35% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 245222568 31.09% 82.76% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 125149822 15.87% 98.62% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 7018370 0.89% 99.51% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 3830674 0.49% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 788730070 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.395727 # Nu
sim_ticks 395726778500 # Number of ticks simulated
final_tick 395726778500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 969638 # Simulator instruction rate (inst/s)
host_op_rate 1193752 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 598936996 # Simulator tick rate (ticks/s)
host_mem_usage 268708 # Number of bytes of host memory used
host_seconds 660.72 # Real time elapsed on the host
host_inst_rate 1825974 # Simulator instruction rate (inst/s)
host_op_rate 2248015 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1127888505 # Simulator tick rate (ticks/s)
host_mem_usage 268260 # Number of bytes of host memory used
host_seconds 350.86 # Real time elapsed on the host
sim_insts 640654411 # Number of instructions simulated
sim_ops 788730070 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -193,7 +193,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 49.56% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 49.56% # Class of executed instruction
@ -215,8 +217,10 @@ system.cpu.op_class::SimdFloatMisc 10203074 1.29% 51.67% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 51.67% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 51.67% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 51.67% # Class of executed instruction
system.cpu.op_class::MemRead 252240938 31.98% 83.65% # Class of executed instruction
system.cpu.op_class::MemWrite 128980497 16.35% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 245222568 31.09% 82.76% # Class of executed instruction
system.cpu.op_class::MemWrite 125149823 15.87% 98.62% # Class of executed instruction
system.cpu.op_class::FloatMemRead 7018370 0.89% 99.51% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 3830674 0.49% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 788730744 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 1.046047 # Nu
sim_ticks 1046047111500 # Number of ticks simulated
final_tick 1046047111500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 666714 # Simulator instruction rate (inst/s)
host_op_rate 819099 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1090788712 # Simulator tick rate (ticks/s)
host_mem_usage 278188 # Number of bytes of host memory used
host_seconds 958.98 # Real time elapsed on the host
host_inst_rate 1255251 # Simulator instruction rate (inst/s)
host_op_rate 1542152 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2053674689 # Simulator tick rate (ticks/s)
host_mem_usage 277480 # Number of bytes of host memory used
host_seconds 509.35 # Real time elapsed on the host
sim_insts 639366787 # Number of instructions simulated
sim_ops 785501035 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -194,7 +194,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 49.56% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 49.56% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 49.56% # Class of executed instruction
@ -216,8 +218,10 @@ system.cpu.op_class::SimdFloatMisc 10203074 1.29% 51.67% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 51.67% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 51.67% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 51.67% # Class of executed instruction
system.cpu.op_class::MemRead 252240938 31.98% 83.65% # Class of executed instruction
system.cpu.op_class::MemWrite 128980497 16.35% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 245222568 31.09% 82.76% # Class of executed instruction
system.cpu.op_class::MemWrite 125149823 15.87% 98.62% # Class of executed instruction
system.cpu.op_class::FloatMemRead 7018370 0.89% 99.51% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 3830674 0.49% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 788730744 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.061709 # Nu
sim_ticks 61709224000 # Number of ticks simulated
final_tick 61709224000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 242211 # Simulator instruction rate (inst/s)
host_op_rate 242211 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 169006859 # Simulator tick rate (ticks/s)
host_mem_usage 262168 # Number of bytes of host memory used
host_seconds 365.13 # Real time elapsed on the host
host_inst_rate 484192 # Simulator instruction rate (inst/s)
host_op_rate 484192 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 337853764 # Simulator tick rate (ticks/s)
host_mem_usage 263376 # Number of bytes of host memory used
host_seconds 182.65 # Real time elapsed on the host
sim_insts 88438073 # Number of instructions simulated
sim_ops 88438073 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -353,7 +353,9 @@ system.cpu.op_class_0::FloatAdd 114304 0.13% 60.27% # Cl
system.cpu.op_class_0::FloatCmp 84 0.00% 60.27% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 113640 0.13% 60.40% # Class of committed instruction
system.cpu.op_class_0::FloatMult 50 0.00% 60.40% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 60.40% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 37764 0.04% 60.44% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 60.44% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 60.44% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 60.44% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 60.44% # Class of committed instruction
@ -375,8 +377,10 @@ system.cpu.op_class_0::SimdFloatMisc 0 0.00% 60.44% # Cl
system.cpu.op_class_0::SimdFloatMult 0 0.00% 60.44% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 60.44% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 60.44% # Class of committed instruction
system.cpu.op_class_0::MemRead 20366786 23.03% 83.47% # Class of committed instruction
system.cpu.op_class_0::MemWrite 14620629 16.53% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemRead 20366476 23.03% 83.47% # Class of committed instruction
system.cpu.op_class_0::MemWrite 14619024 16.53% 100.00% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 310 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 1605 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 88438073 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.022820 # Nu
sim_ticks 22819771500 # Number of ticks simulated
final_tick 22819771500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 186519 # Simulator instruction rate (inst/s)
host_op_rate 186519 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 53476835 # Simulator tick rate (ticks/s)
host_mem_usage 263708 # Number of bytes of host memory used
host_seconds 426.72 # Real time elapsed on the host
host_inst_rate 390933 # Simulator instruction rate (inst/s)
host_op_rate 390933 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 112084385 # Simulator tick rate (ticks/s)
host_mem_usage 265424 # Number of bytes of host memory used
host_seconds 203.59 # Real time elapsed on the host
sim_insts 79591756 # Number of instructions simulated
sim_ops 79591756 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -438,7 +438,9 @@ system.cpu.iq.fu_full::FloatAdd 0 0.00% 9.57% # at
system.cpu.iq.fu_full::FloatCmp 0 0.00% 9.57% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 9.57% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 9.57% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 9.57% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 9.57% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 9.57% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 9.57% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 9.57% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 9.57% # attempts to use FU when none available
@ -460,8 +462,10 @@ system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 9.57% # at
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 9.57% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 9.57% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 9.57% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 1168337 46.29% 55.86% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 1114013 44.14% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 1168317 46.29% 55.85% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 1113838 44.13% 99.98% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 25 0.00% 99.98% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 417 0.02% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 0 0.00% 0.00% # Type of FU issued
@ -472,7 +476,9 @@ system.cpu.iq.FU_type_0::FloatAdd 121159 0.14% 55.92% # Ty
system.cpu.iq.FU_type_0::FloatCmp 93 0.00% 55.92% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 120693 0.14% 56.06% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 63 0.00% 56.06% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 56.06% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 39087 0.04% 56.10% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 56.10% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 56.10% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 56.10% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 56.10% # Type of FU issued
@ -494,22 +500,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 0 0.00% 56.10% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 56.10% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 56.10% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 56.10% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 22887844 25.84% 81.94% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 15994084 18.06% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 22887385 25.84% 81.94% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 15970151 18.03% 99.97% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 459 0.00% 99.97% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 23933 0.03% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 88573949 # Type of FU issued
system.cpu.iq.rate 1.940728 # Inst issue rate
system.cpu.iq.fu_busy_cnt 2523813 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.028494 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 223970382 # Number of integer instruction queue reads
system.cpu.iq.fu_busy_cnt 2524060 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.028497 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 223970516 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 101417859 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 86818116 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 611328 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 611441 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 420538 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 299902 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 90791946 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 305816 # Number of floating point alu accesses
system.cpu.iq.int_alu_accesses 90792080 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 305929 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 1674439 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 2855253 # Number of loads squashed
@ -588,7 +596,9 @@ system.cpu.commit.op_class_0::FloatAdd 114304 0.13% 60.33% # Cl
system.cpu.commit.op_class_0::FloatCmp 84 0.00% 60.33% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 113640 0.13% 60.46% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 50 0.00% 60.46% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 60.46% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 37764 0.04% 60.51% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 60.51% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 60.51% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 60.51% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 60.51% # Class of committed instruction
@ -610,8 +620,10 @@ system.cpu.commit.op_class_0::SimdFloatMisc 0 0.00% 60.51% #
system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 60.51% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 60.51% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 60.51% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 20276638 22.95% 83.46% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 14613377 16.54% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 20276331 22.95% 83.46% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 14611772 16.54% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 307 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 1605 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 88340672 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.060131 # Nu
sim_ticks 60130734500 # Number of ticks simulated
final_tick 60130734500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 142105 # Simulator instruction rate (inst/s)
host_op_rate 181732 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 120494644 # Simulator tick rate (ticks/s)
host_mem_usage 279144 # Number of bytes of host memory used
host_seconds 499.03 # Real time elapsed on the host
host_inst_rate 310652 # Simulator instruction rate (inst/s)
host_op_rate 397278 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 263409545 # Simulator tick rate (ticks/s)
host_mem_usage 281384 # Number of bytes of host memory used
host_seconds 228.28 # Real time elapsed on the host
sim_insts 70915150 # Number of instructions simulated
sim_ops 90690106 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -441,7 +441,9 @@ system.cpu.op_class_0::FloatAdd 0 0.00% 52.12% # Cl
system.cpu.op_class_0::FloatCmp 0 0.00% 52.12% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 0 0.00% 52.12% # Class of committed instruction
system.cpu.op_class_0::FloatMult 0 0.00% 52.12% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 52.12% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 0 0.00% 52.12% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 52.12% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 52.12% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 52.12% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 52.12% # Class of committed instruction
@ -463,8 +465,10 @@ system.cpu.op_class_0::SimdFloatMisc 7 0.00% 52.12% # Cl
system.cpu.op_class_0::SimdFloatMult 0 0.00% 52.12% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 52.12% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 52.12% # Class of committed instruction
system.cpu.op_class_0::MemRead 22866262 25.21% 77.33% # Class of committed instruction
system.cpu.op_class_0::MemWrite 20555739 22.67% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemRead 22866242 25.21% 77.33% # Class of committed instruction
system.cpu.op_class_0::MemWrite 20555707 22.67% 100.00% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 20 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 32 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 90690106 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.037982 # Nu
sim_ticks 37982056000 # Number of ticks simulated
final_tick 37982056000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 105525 # Simulator instruction rate (inst/s)
host_op_rate 134954 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 56525025 # Simulator tick rate (ticks/s)
host_mem_usage 282344 # Number of bytes of host memory used
host_seconds 671.95 # Real time elapsed on the host
host_inst_rate 220867 # Simulator instruction rate (inst/s)
host_op_rate 282464 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 118308818 # Simulator tick rate (ticks/s)
host_mem_usage 284316 # Number of bytes of host memory used
host_seconds 321.04 # Real time elapsed on the host
sim_insts 70907652 # Number of instructions simulated
sim_ops 90682607 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -527,7 +527,9 @@ system.cpu.iq.fu_full::FloatAdd 0 0.00% 22.63% # at
system.cpu.iq.fu_full::FloatCmp 0 0.00% 22.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 22.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 22.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 22.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 22.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 22.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 22.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 22.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 22.63% # attempts to use FU when none available
@ -549,8 +551,10 @@ system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 22.63% # at
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 22.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 22.63% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 22.63% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 11088474 37.25% 59.89% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 11940322 40.11% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 11088448 37.25% 59.89% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 11940306 40.11% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 30 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 21 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 0 0.00% 0.00% # Type of FU issued
@ -561,7 +565,9 @@ system.cpu.iq.FU_type_0::FloatAdd 32 0.00% 52.28% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 52.28% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 52.28% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 0 0.00% 52.28% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 52.28% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 0 0.00% 52.28% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 52.28% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 52.28% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 52.28% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 52.28% # Type of FU issued
@ -583,22 +589,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 18 0.00% 52.28% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 52.28% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 52.28% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 52.28% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 23958877 25.36% 77.63% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 21133721 22.37% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 23958815 25.36% 77.63% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 21133689 22.37% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 62 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 32 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 94484787 # Type of FU issued
system.cpu.iq.rate 1.243808 # Inst issue rate
system.cpu.iq.fu_busy_cnt 29765517 # FU busy when requested
system.cpu.iq.fu_busy_cnt 29765526 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.315030 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 291599265 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 104199326 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 93203450 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 326 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 335 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 598 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 92 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 124250121 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 183 # Number of floating point alu accesses
system.cpu.iq.fp_alu_accesses 192 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 1368397 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 1289383 # Number of loads squashed
@ -677,7 +685,9 @@ system.cpu.commit.op_class_0::FloatAdd 0 0.00% 52.12% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 52.12% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 52.12% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 52.12% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 52.12% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 52.12% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 52.12% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 52.12% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 52.12% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 52.12% # Class of committed instruction
@ -699,8 +709,10 @@ system.cpu.commit.op_class_0::SimdFloatMisc 7 0.00% 52.12% #
system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 52.12% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 52.12% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 52.12% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 22866262 25.21% 77.33% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 20555738 22.67% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 22866242 25.21% 77.33% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 20555706 22.67% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 20 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 32 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 90688159 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 1.241902 # Nu
sim_ticks 1241902335500 # Number of ticks simulated
final_tick 1241902335500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 311711 # Simulator instruction rate (inst/s)
host_op_rate 311711 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 211957790 # Simulator tick rate (ticks/s)
host_mem_usage 254092 # Number of bytes of host memory used
host_seconds 5859.20 # Real time elapsed on the host
host_inst_rate 473348 # Simulator instruction rate (inst/s)
host_op_rate 473348 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 321867657 # Simulator tick rate (ticks/s)
host_mem_usage 255296 # Number of bytes of host memory used
host_seconds 3858.43 # Real time elapsed on the host
sim_insts 1826378509 # Number of instructions simulated
sim_ops 1826378509 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -366,7 +366,9 @@ system.cpu.op_class_0::FloatAdd 805244 0.04% 66.50% # Cl
system.cpu.op_class_0::FloatCmp 13 0.00% 66.50% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 100 0.00% 66.50% # Class of committed instruction
system.cpu.op_class_0::FloatMult 11 0.00% 66.50% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 66.50% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 24 0.00% 66.50% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 66.50% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 66.50% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 66.50% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 66.50% # Class of committed instruction
@ -388,8 +390,10 @@ system.cpu.op_class_0::SimdFloatMisc 0 0.00% 66.50% # Cl
system.cpu.op_class_0::SimdFloatMult 0 0.00% 66.50% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 66.50% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 66.50% # Class of committed instruction
system.cpu.op_class_0::MemRead 449492741 24.61% 91.11% # Class of committed instruction
system.cpu.op_class_0::MemWrite 162429806 8.89% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemRead 449492662 24.61% 91.11% # Class of committed instruction
system.cpu.op_class_0::MemWrite 162429751 8.89% 100.00% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 79 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 55 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 1826378509 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.684200 # Nu
sim_ticks 684199968000 # Number of ticks simulated
final_tick 684199968000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 209715 # Simulator instruction rate (inst/s)
host_op_rate 209715 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 82651888 # Simulator tick rate (ticks/s)
host_mem_usage 254604 # Number of bytes of host memory used
host_seconds 8278.09 # Real time elapsed on the host
host_inst_rate 295566 # Simulator instruction rate (inst/s)
host_op_rate 295566 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 116486932 # Simulator tick rate (ticks/s)
host_mem_usage 257340 # Number of bytes of host memory used
host_seconds 5873.62 # Real time elapsed on the host
sim_insts 1736043781 # Number of instructions simulated
sim_ops 1736043781 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -449,7 +449,9 @@ system.cpu.iq.fu_full::FloatAdd 0 0.00% 35.86% # at
system.cpu.iq.fu_full::FloatCmp 0 0.00% 35.86% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 35.86% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 35.86% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 35.86% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 35.86% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 35.86% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 35.86% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 35.86% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 35.86% # attempts to use FU when none available
@ -471,8 +473,10 @@ system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 35.86% # at
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 35.86% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 35.86% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 35.86% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 18955564 51.66% 87.52% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 4577828 12.48% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 18955559 51.65% 87.51% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 4574949 12.47% 99.98% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 21 0.00% 99.98% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 8342 0.02% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 0 0.00% 0.00% # Type of FU issued
@ -483,7 +487,9 @@ system.cpu.iq.FU_type_0::FloatAdd 895059 0.03% 65.56% # Ty
system.cpu.iq.FU_type_0::FloatCmp 21 0.00% 65.56% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 165 0.00% 65.56% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 32 0.00% 65.56% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 65.56% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 25 0.00% 65.56% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 65.56% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 65.56% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 65.56% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 65.56% # Type of FU issued
@ -505,22 +511,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 0 0.00% 65.56% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 65.56% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 65.56% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 65.56% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 671607156 25.63% 91.20% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 230690638 8.80% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 671606942 25.63% 91.20% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 230625627 8.80% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 214 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 65011 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 2620166340 # Type of FU issued
system.cpu.iq.rate 1.914766 # Inst issue rate
system.cpu.iq.fu_busy_cnt 36691137 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.014003 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 6644947058 # Number of integer instruction queue reads
system.cpu.iq.fu_busy_cnt 36696616 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.014005 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 6644950011 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 4031627633 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 2518705843 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 1938210 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 1940736 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 1246935 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 885827 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 2655891113 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 966364 # Number of floating point alu accesses
system.cpu.iq.int_alu_accesses 2655894066 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 968890 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 69399237 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 272696697 # Number of loads squashed
@ -599,7 +607,9 @@ system.cpu.commit.op_class_0::FloatAdd 805244 0.04% 66.74% # Cl
system.cpu.commit.op_class_0::FloatCmp 13 0.00% 66.74% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 100 0.00% 66.74% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 11 0.00% 66.74% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 66.74% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 24 0.00% 66.74% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 66.74% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 66.74% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 66.74% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 66.74% # Class of committed instruction
@ -621,8 +631,10 @@ system.cpu.commit.op_class_0::SimdFloatMisc 0 0.00% 66.74% #
system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 66.74% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 66.74% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 66.74% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 444595663 24.43% 91.17% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 160728502 8.83% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 444595584 24.43% 91.17% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 160728448 8.83% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 79 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 54 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 1819780126 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.913189 # Nu
sim_ticks 913189263000 # Number of ticks simulated
final_tick 913189263000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 1729437 # Simulator instruction rate (inst/s)
host_op_rate 1729437 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 867853739 # Simulator tick rate (ticks/s)
host_mem_usage 243124 # Number of bytes of host memory used
host_seconds 1052.24 # Real time elapsed on the host
host_inst_rate 3052391 # Simulator instruction rate (inst/s)
host_op_rate 3052390 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1531729085 # Simulator tick rate (ticks/s)
host_mem_usage 242484 # Number of bytes of host memory used
host_seconds 596.18 # Real time elapsed on the host
sim_insts 1819780127 # Number of instructions simulated
sim_ops 1819780127 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -103,7 +103,9 @@ system.cpu.op_class::FloatAdd 805244 0.04% 66.50% # Cl
system.cpu.op_class::FloatCmp 13 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::FloatCvt 100 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::FloatMult 11 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::FloatDiv 24 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 66.50% # Class of executed instruction
@ -125,8 +127,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 66.50% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::MemRead 449492741 24.61% 91.11% # Class of executed instruction
system.cpu.op_class::MemWrite 162429806 8.89% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 449492662 24.61% 91.11% # Class of executed instruction
system.cpu.op_class::MemWrite 162429751 8.89% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemRead 79 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 55 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 1826378509 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 2.639614 # Nu
sim_ticks 2639613874500 # Number of ticks simulated
final_tick 2639613874500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 1111155 # Simulator instruction rate (inst/s)
host_op_rate 1111155 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1611744129 # Simulator tick rate (ticks/s)
host_mem_usage 254908 # Number of bytes of host memory used
host_seconds 1637.74 # Real time elapsed on the host
host_inst_rate 2013574 # Simulator instruction rate (inst/s)
host_op_rate 2013574 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2920714569 # Simulator tick rate (ticks/s)
host_mem_usage 253500 # Number of bytes of host memory used
host_seconds 903.76 # Real time elapsed on the host
sim_insts 1819780127 # Number of instructions simulated
sim_ops 1819780127 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -104,7 +104,9 @@ system.cpu.op_class::FloatAdd 805244 0.04% 66.50% # Cl
system.cpu.op_class::FloatCmp 13 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::FloatCvt 100 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::FloatMult 11 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::FloatDiv 24 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 66.50% # Class of executed instruction
@ -126,8 +128,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 66.50% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 66.50% # Class of executed instruction
system.cpu.op_class::MemRead 449492741 24.61% 91.11% # Class of executed instruction
system.cpu.op_class::MemWrite 162429806 8.89% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 449492662 24.61% 91.11% # Class of executed instruction
system.cpu.op_class::MemWrite 162429751 8.89% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemRead 79 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 55 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 1826378509 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 1.150226 # Nu
sim_ticks 1150225722500 # Number of ticks simulated
final_tick 1150225722500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 267770 # Simulator instruction rate (inst/s)
host_op_rate 288482 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 199406485 # Simulator tick rate (ticks/s)
host_mem_usage 271372 # Number of bytes of host memory used
host_seconds 5768.25 # Real time elapsed on the host
host_inst_rate 386915 # Simulator instruction rate (inst/s)
host_op_rate 416843 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 288133243 # Simulator tick rate (ticks/s)
host_mem_usage 273608 # Number of bytes of host memory used
host_seconds 3991.99 # Real time elapsed on the host
sim_insts 1544563088 # Number of instructions simulated
sim_ops 1664032481 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -448,7 +448,9 @@ system.cpu.op_class_0::FloatAdd 0 0.00% 61.95% # Cl
system.cpu.op_class_0::FloatCmp 0 0.00% 61.95% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 0 0.00% 61.95% # Class of committed instruction
system.cpu.op_class_0::FloatMult 0 0.00% 61.95% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 61.95% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 0 0.00% 61.95% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 61.95% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 61.95% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 61.95% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 61.95% # Class of committed instruction
@ -470,8 +472,10 @@ system.cpu.op_class_0::SimdFloatMisc 3 0.00% 61.95% # Cl
system.cpu.op_class_0::SimdFloatMult 0 0.00% 61.95% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 61.95% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 61.95% # Class of committed instruction
system.cpu.op_class_0::MemRead 458306334 27.54% 89.49% # Class of committed instruction
system.cpu.op_class_0::MemWrite 174847046 10.51% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemRead 458306322 27.54% 89.49% # Class of committed instruction
system.cpu.op_class_0::MemWrite 174847022 10.51% 100.00% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 12 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 24 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 1664032481 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.787742 # Nu
sim_ticks 787742202500 # Number of ticks simulated
final_tick 787742202500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 201500 # Simulator instruction rate (inst/s)
host_op_rate 217086 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 102767126 # Simulator tick rate (ticks/s)
host_mem_usage 327820 # Number of bytes of host memory used
host_seconds 7665.31 # Real time elapsed on the host
host_inst_rate 267668 # Simulator instruction rate (inst/s)
host_op_rate 288372 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 136513298 # Simulator tick rate (ticks/s)
host_mem_usage 329792 # Number of bytes of host memory used
host_seconds 5770.44 # Real time elapsed on the host
sim_insts 1544563024 # Number of instructions simulated
sim_ops 1664032416 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -539,7 +539,9 @@ system.cpu.iq.fu_full::FloatAdd 0 0.00% 40.96% # at
system.cpu.iq.fu_full::FloatCmp 0 0.00% 40.96% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 40.96% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 40.96% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 40.96% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 40.96% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 40.96% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 40.96% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 40.96% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 40.96% # attempts to use FU when none available
@ -561,8 +563,10 @@ system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 40.96% # at
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 40.96% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 40.96% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 40.96% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 191460462 47.22% 88.18% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 47920671 11.82% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 191460455 47.22% 88.18% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 47920650 11.82% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 19 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 28 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 0 0.00% 0.00% # Type of FU issued
@ -573,7 +577,9 @@ system.cpu.iq.FU_type_0::FloatAdd 0 0.00% 61.32% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 61.32% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 61.32% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 0 0.00% 61.32% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 61.32% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 0 0.00% 61.32% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 61.32% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 61.32% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 61.32% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 61.32% # Type of FU issued
@ -595,22 +601,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 22 0.00% 61.32% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 61.32% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 61.32% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 61.32% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 532139540 28.65% 89.97% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 186322827 10.03% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 532139508 28.65% 89.97% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 186322803 10.03% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 32 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 24 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 1857513748 # Type of FU issued
system.cpu.iq.rate 1.179011 # Inst issue rate
system.cpu.iq.fu_busy_cnt 405481908 # FU busy when requested
system.cpu.iq.fu_busy_cnt 405481927 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.218293 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 5709408399 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_reads 5709408400 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 2231939413 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 1805717250 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 237 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 255 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 228 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 69 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 2262995523 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 133 # Number of floating point alu accesses
system.cpu.iq.int_alu_accesses 2262995524 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 151 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 17822173 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 84257734 # Number of loads squashed
@ -689,7 +697,9 @@ system.cpu.commit.op_class_0::FloatAdd 0 0.00% 61.95% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 61.95% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 61.95% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 61.95% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 61.95% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 61.95% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 61.95% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 61.95% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 61.95% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 61.95% # Class of committed instruction
@ -711,8 +721,10 @@ system.cpu.commit.op_class_0::SimdFloatMisc 3 0.00% 61.95% #
system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 61.95% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 61.95% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 61.95% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 458306334 27.54% 89.49% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 174847045 10.51% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 458306322 27.54% 89.49% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 174847021 10.51% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 12 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 24 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 1664032434 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.832017 # Nu
sim_ticks 832017490500 # Number of ticks simulated
final_tick 832017490500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 1176831 # Simulator instruction rate (inst/s)
host_op_rate 1267857 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 633929666 # Simulator tick rate (ticks/s)
host_mem_usage 260476 # Number of bytes of host memory used
host_seconds 1312.48 # Real time elapsed on the host
host_inst_rate 2178592 # Simulator instruction rate (inst/s)
host_op_rate 2347103 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1173553065 # Simulator tick rate (ticks/s)
host_mem_usage 260024 # Number of bytes of host memory used
host_seconds 708.97 # Real time elapsed on the host
sim_insts 1544563042 # Number of instructions simulated
sim_ops 1664032434 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -193,7 +193,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 61.95% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 61.95% # Class of executed instruction
@ -215,8 +217,10 @@ system.cpu.op_class::SimdFloatMisc 3 0.00% 61.95% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::MemRead 458306334 27.54% 89.49% # Class of executed instruction
system.cpu.op_class::MemWrite 174847046 10.51% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 458306322 27.54% 89.49% # Class of executed instruction
system.cpu.op_class::MemWrite 174847022 10.51% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemRead 12 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 24 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 1664032481 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 2.379922 # Nu
sim_ticks 2379921906500 # Number of ticks simulated
final_tick 2379921906500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 802178 # Simulator instruction rate (inst/s)
host_op_rate 864460 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1240688848 # Simulator tick rate (ticks/s)
host_mem_usage 272000 # Number of bytes of host memory used
host_seconds 1918.23 # Real time elapsed on the host
host_inst_rate 1526036 # Simulator instruction rate (inst/s)
host_op_rate 1644518 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2360243305 # Simulator tick rate (ticks/s)
host_mem_usage 271808 # Number of bytes of host memory used
host_seconds 1008.34 # Real time elapsed on the host
sim_insts 1538759602 # Number of instructions simulated
sim_ops 1658228915 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -194,7 +194,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 61.95% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 61.95% # Class of executed instruction
@ -216,8 +218,10 @@ system.cpu.op_class::SimdFloatMisc 3 0.00% 61.95% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 61.95% # Class of executed instruction
system.cpu.op_class::MemRead 458306334 27.54% 89.49% # Class of executed instruction
system.cpu.op_class::MemWrite 174847046 10.51% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 458306322 27.54% 89.49% # Class of executed instruction
system.cpu.op_class::MemWrite 174847022 10.51% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemRead 12 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 24 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 1664032481 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 2.846007 # Nu
sim_ticks 2846007227500 # Number of ticks simulated
final_tick 2846007227500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 913315 # Simulator instruction rate (inst/s)
host_op_rate 1423027 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 864105629 # Simulator tick rate (ticks/s)
host_mem_usage 264708 # Number of bytes of host memory used
host_seconds 3293.59 # Real time elapsed on the host
host_inst_rate 1654731 # Simulator instruction rate (inst/s)
host_op_rate 2578221 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1565575242 # Simulator tick rate (ticks/s)
host_mem_usage 262288 # Number of bytes of host memory used
host_seconds 1817.87 # Real time elapsed on the host
sim_insts 3008081022 # Number of instructions simulated
sim_ops 4686862596 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -77,7 +77,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 64.20% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 64.20% # Class of executed instruction
@ -101,6 +103,8 @@ system.cpu.op_class::SimdFloatMultAcc 0 0.00% 64.20% # Cl
system.cpu.op_class::SimdFloatSqrt 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::MemRead 1239184746 26.44% 90.64% # Class of executed instruction
system.cpu.op_class::MemWrite 438528338 9.36% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 4686862596 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 5.898831 # Nu
sim_ticks 5898831348500 # Number of ticks simulated
final_tick 5898831348500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 637466 # Simulator instruction rate (inst/s)
host_op_rate 993229 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1250066735 # Simulator tick rate (ticks/s)
host_mem_usage 275724 # Number of bytes of host memory used
host_seconds 4718.81 # Real time elapsed on the host
host_inst_rate 1175665 # Simulator instruction rate (inst/s)
host_op_rate 1831792 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2305472192 # Simulator tick rate (ticks/s)
host_mem_usage 275096 # Number of bytes of host memory used
host_seconds 2558.62 # Real time elapsed on the host
sim_insts 3008081022 # Number of instructions simulated
sim_ops 4686862596 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -78,7 +78,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 64.20% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 64.20% # Class of executed instruction
@ -102,6 +104,8 @@ system.cpu.op_class::SimdFloatMultAcc 0 0.00% 64.20% # Cl
system.cpu.op_class::SimdFloatSqrt 0 0.00% 64.20% # Class of executed instruction
system.cpu.op_class::MemRead 1239184746 26.44% 90.64% # Class of executed instruction
system.cpu.op_class::MemWrite 438528338 9.36% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 4686862596 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.053438 # Nu
sim_ticks 53437621500 # Number of ticks simulated
final_tick 53437621500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 247892 # Simulator instruction rate (inst/s)
host_op_rate 247892 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 144138078 # Simulator tick rate (ticks/s)
host_mem_usage 256712 # Number of bytes of host memory used
host_seconds 370.74 # Real time elapsed on the host
host_inst_rate 468238 # Simulator instruction rate (inst/s)
host_op_rate 468238 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 272260061 # Simulator tick rate (ticks/s)
host_mem_usage 257916 # Number of bytes of host memory used
host_seconds 196.27 # Real time elapsed on the host
sim_insts 91903089 # Number of instructions simulated
sim_ops 91903089 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -327,7 +327,9 @@ system.cpu.op_class_0::FloatAdd 2732553 2.97% 67.37% # Cl
system.cpu.op_class_0::FloatCmp 104605 0.11% 67.48% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 2333953 2.54% 70.02% # Class of committed instruction
system.cpu.op_class_0::FloatMult 296445 0.32% 70.35% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 70.35% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 754822 0.82% 71.17% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 71.17% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 318 0.00% 71.17% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 71.17% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 71.17% # Class of committed instruction
@ -349,8 +351,10 @@ system.cpu.op_class_0::SimdFloatMisc 0 0.00% 71.17% # Cl
system.cpu.op_class_0::SimdFloatMult 0 0.00% 71.17% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 71.17% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 71.17% # Class of committed instruction
system.cpu.op_class_0::MemRead 19996208 21.76% 92.93% # Class of committed instruction
system.cpu.op_class_0::MemWrite 6501126 7.07% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemRead 19433628 21.15% 92.31% # Class of committed instruction
system.cpu.op_class_0::MemWrite 6424338 6.99% 99.30% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 562580 0.61% 99.92% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 76788 0.08% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 91903089 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.021955 # Nu
sim_ticks 21954917500 # Number of ticks simulated
final_tick 21954917500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 181107 # Simulator instruction rate (inst/s)
host_op_rate 181107 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 47234568 # Simulator tick rate (ticks/s)
host_mem_usage 257228 # Number of bytes of host memory used
host_seconds 464.81 # Real time elapsed on the host
host_inst_rate 353144 # Simulator instruction rate (inst/s)
host_op_rate 353144 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 92103562 # Simulator tick rate (ticks/s)
host_mem_usage 259964 # Number of bytes of host memory used
host_seconds 238.37 # Real time elapsed on the host
sim_insts 84179709 # Number of instructions simulated
sim_ops 84179709 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -401,37 +401,41 @@ system.cpu.iq.issued_per_cycle::min_value 0 # N
system.cpu.iq.issued_per_cycle::max_value 8 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::total 43616730 # Number of insts issued each cycle
system.cpu.iq.fu_full::No_OpClass 0 0.00% 0.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 484010 20.16% 20.16% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 20.16% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 20.16% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 538 0.02% 20.18% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 20.18% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 34926 1.45% 21.63% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 12192 0.51% 22.14% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 1012503 42.17% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 64.31% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 694860 28.94% 93.25% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 162157 6.75% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 484010 20.07% 20.07% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 20.07% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 20.07% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 538 0.02% 20.10% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 20.10% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 34926 1.45% 21.54% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 12192 0.51% 22.05% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 22.05% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 1012503 41.99% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 64.04% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 682717 28.32% 92.36% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 160804 6.67% 99.03% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 21053 0.87% 99.90% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 2406 0.10% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 7 0.00% 0.00% # Type of FU issued
@ -442,7 +446,9 @@ system.cpu.iq.FU_type_0::FloatAdd 2847523 2.85% 64.15% # Ty
system.cpu.iq.FU_type_0::FloatCmp 115351 0.12% 64.27% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 2443321 2.45% 66.72% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 314198 0.31% 67.03% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 67.03% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 765838 0.77% 67.80% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 67.80% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 319 0.00% 67.80% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 67.80% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 67.80% # Type of FU issued
@ -464,22 +470,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 0 0.00% 67.80% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 67.80% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 67.80% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 67.80% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 24854622 24.91% 92.71% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 7268455 7.29% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 24115562 24.17% 91.97% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 7190219 7.21% 99.18% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 739060 0.74% 99.92% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 78236 0.08% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 99762246 # Type of FU issued
system.cpu.iq.rate 2.271979 # Inst issue rate
system.cpu.iq.fu_busy_cnt 2401186 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.024069 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 229973015 # Number of integer instruction queue reads
system.cpu.iq.fu_busy_cnt 2411149 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.024169 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 229977416 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 129921960 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 89757276 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 15688832 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 15694394 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 9653681 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 7189481 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 93781523 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 8381902 # Number of floating point alu accesses
system.cpu.iq.int_alu_accesses 93785924 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 8387464 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 1923320 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 6908286 # Number of loads squashed
@ -558,7 +566,9 @@ system.cpu.commit.op_class_0::FloatAdd 2732553 2.97% 67.37% # Cl
system.cpu.commit.op_class_0::FloatCmp 104605 0.11% 67.48% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 2333953 2.54% 70.02% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 296445 0.32% 70.35% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 70.35% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 754822 0.82% 71.17% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 71.17% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 318 0.00% 71.17% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 71.17% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 71.17% # Class of committed instruction
@ -580,8 +590,10 @@ system.cpu.commit.op_class_0::SimdFloatMisc 0 0.00% 71.17% #
system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 71.17% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 71.17% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 71.17% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 19996198 21.76% 92.93% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 6501103 7.07% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 19433618 21.15% 92.31% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 6424318 6.99% 99.30% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 562580 0.61% 99.92% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 76785 0.08% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 91903055 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.132539 # Nu
sim_ticks 132538562500 # Number of ticks simulated
final_tick 132538562500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 171463 # Simulator instruction rate (inst/s)
host_op_rate 180750 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 131881088 # Simulator tick rate (ticks/s)
host_mem_usage 273644 # Number of bytes of host memory used
host_seconds 1004.99 # Real time elapsed on the host
host_inst_rate 360845 # Simulator instruction rate (inst/s)
host_op_rate 380389 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 277544932 # Simulator tick rate (ticks/s)
host_mem_usage 274852 # Number of bytes of host memory used
host_seconds 477.54 # Real time elapsed on the host
sim_insts 172317810 # Number of instructions simulated
sim_ops 181650743 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -415,7 +415,9 @@ system.cpu.op_class_0::FloatAdd 0 0.00% 77.01% # Cl
system.cpu.op_class_0::FloatCmp 0 0.00% 77.01% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 0 0.00% 77.01% # Class of committed instruction
system.cpu.op_class_0::FloatMult 0 0.00% 77.01% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 77.01% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 0 0.00% 77.01% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 77.01% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 77.01% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 77.01% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 77.01% # Class of committed instruction
@ -437,8 +439,10 @@ system.cpu.op_class_0::SimdFloatMisc 437591 0.24% 77.53% # Cl
system.cpu.op_class_0::SimdFloatMult 200806 0.11% 77.64% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 71617 0.04% 77.68% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 318 0.00% 77.68% # Class of committed instruction
system.cpu.op_class_0::MemRead 27896144 15.36% 93.04% # Class of committed instruction
system.cpu.op_class_0::MemWrite 12644635 6.96% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemRead 27348059 15.06% 92.74% # Class of committed instruction
system.cpu.op_class_0::MemWrite 12498389 6.88% 99.62% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 548085 0.30% 99.92% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 146246 0.08% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 181650743 # Class of committed instruction

File diff suppressed because it is too large Load diff

View file

@ -4,11 +4,11 @@ sim_seconds 0.103189 # Nu
sim_ticks 103189362000 # Number of ticks simulated
final_tick 103189362000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 73255 # Simulator instruction rate (inst/s)
host_op_rate 122783 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 57235650 # Simulator tick rate (ticks/s)
host_mem_usage 306480 # Number of bytes of host memory used
host_seconds 1802.89 # Real time elapsed on the host
host_inst_rate 113263 # Simulator instruction rate (inst/s)
host_op_rate 189839 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 88494148 # Simulator tick rate (ticks/s)
host_mem_usage 308956 # Number of bytes of host memory used
host_seconds 1166.06 # Real time elapsed on the host
sim_insts 132071192 # Number of instructions simulated
sim_ops 221363384 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -373,37 +373,41 @@ system.cpu.iq.issued_per_cycle::min_value 0 # N
system.cpu.iq.issued_per_cycle::max_value 8 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::total 206138472 # Number of insts issued each cycle
system.cpu.iq.fu_full::No_OpClass 0 0.00% 0.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 759085 19.35% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 19.35% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 2731626 69.64% 88.99% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 432034 11.01% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 759085 19.25% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 19.25% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 2706167 68.61% 87.86% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 429953 10.90% 98.76% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 45275 1.15% 99.91% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 3569 0.09% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 1211760 0.36% 0.36% # Type of FU issued
@ -414,7 +418,9 @@ system.cpu.iq.FU_type_0::FloatAdd 1809637 0.53% 67.20% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 67.20% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 67.20% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 0 0.00% 67.20% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 67.20% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 0 0.00% 67.20% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 67.20% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 67.20% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 67.20% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 67.20% # Type of FU issued
@ -436,22 +442,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 0 0.00% 67.20% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 67.20% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 67.20% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 67.20% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 84315938 24.93% 92.13% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 26623181 7.87% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 82580981 24.41% 91.62% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 26493050 7.83% 99.45% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 1734957 0.51% 99.96% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 130131 0.04% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 338268196 # Type of FU issued
system.cpu.iq.rate 1.639065 # Inst issue rate
system.cpu.iq.fu_busy_cnt 3922745 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.011597 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 879521716 # Number of integer instruction queue reads
system.cpu.iq.fu_busy_cnt 3944049 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.011660 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 879529534 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 744046350 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 315909602 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 8181525 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 8195011 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 15431147 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 3556535 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 336873543 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 4105638 # Number of floating point alu accesses
system.cpu.iq.int_alu_accesses 336881361 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 4119124 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 18155877 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 72027242 # Number of loads squashed
@ -530,7 +538,9 @@ system.cpu.commit.op_class_0::FloatAdd 1105073 0.50% 65.14% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 65.14% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 65.14% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 65.14% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 65.14% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 65.14% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 65.14% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 65.14% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 65.14% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 65.14% # Class of committed instruction
@ -552,8 +562,10 @@ system.cpu.commit.op_class_0::SimdFloatMisc 0 0.00% 65.14% #
system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 65.14% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 65.14% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 65.14% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 56649587 25.59% 90.73% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 20515717 9.27% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 55945136 25.27% 90.41% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 20410230 9.22% 99.63% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 704451 0.32% 99.95% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 105487 0.05% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 221363384 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 1.869358 # Nu
sim_ticks 1869357999000 # Number of ticks simulated
final_tick 1869357999000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 1685575 # Simulator instruction rate (inst/s)
host_op_rate 1685575 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 48476092750 # Simulator tick rate (ticks/s)
host_mem_usage 336716 # Number of bytes of host memory used
host_seconds 38.56 # Real time elapsed on the host
host_inst_rate 3011659 # Simulator instruction rate (inst/s)
host_op_rate 3011657 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 86613414800 # Simulator tick rate (ticks/s)
host_mem_usage 336084 # Number of bytes of host memory used
host_seconds 21.58 # Real time elapsed on the host
sim_insts 64999904 # Number of instructions simulated
sim_ops 64999904 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -217,7 +217,9 @@ system.cpu0.op_class::FloatAdd 27840 0.06% 72.96% # Cl
system.cpu0.op_class::FloatCmp 0 0.00% 72.96% # Class of executed instruction
system.cpu0.op_class::FloatCvt 0 0.00% 72.96% # Class of executed instruction
system.cpu0.op_class::FloatMult 0 0.00% 72.96% # Class of executed instruction
system.cpu0.op_class::FloatMultAcc 0 0.00% 72.96% # Class of executed instruction
system.cpu0.op_class::FloatDiv 2233 0.00% 72.96% # Class of executed instruction
system.cpu0.op_class::FloatMisc 0 0.00% 72.96% # Class of executed instruction
system.cpu0.op_class::FloatSqrt 0 0.00% 72.96% # Class of executed instruction
system.cpu0.op_class::SimdAdd 0 0.00% 72.96% # Class of executed instruction
system.cpu0.op_class::SimdAddAcc 0 0.00% 72.96% # Class of executed instruction
@ -239,8 +241,10 @@ system.cpu0.op_class::SimdFloatMisc 0 0.00% 72.96% # Cl
system.cpu0.op_class::SimdFloatMult 0 0.00% 72.96% # Class of executed instruction
system.cpu0.op_class::SimdFloatMultAcc 0 0.00% 72.96% # Class of executed instruction
system.cpu0.op_class::SimdFloatSqrt 0 0.00% 72.96% # Class of executed instruction
system.cpu0.op_class::MemRead 7945590 16.06% 89.02% # Class of executed instruction
system.cpu0.op_class::MemWrite 4758292 9.62% 98.63% # Class of executed instruction
system.cpu0.op_class::MemRead 7859946 15.88% 88.85% # Class of executed instruction
system.cpu0.op_class::MemWrite 4676411 9.45% 98.30% # Class of executed instruction
system.cpu0.op_class::FloatMemRead 85644 0.17% 98.47% # Class of executed instruction
system.cpu0.op_class::FloatMemWrite 81881 0.17% 98.63% # Class of executed instruction
system.cpu0.op_class::IprAccess 675558 1.37% 100.00% # Class of executed instruction
system.cpu0.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu0.op_class::total 49485886 # Class of executed instruction
@ -514,7 +518,9 @@ system.cpu1.op_class::FloatAdd 12426 0.08% 64.73% # Cl
system.cpu1.op_class::FloatCmp 0 0.00% 64.73% # Class of executed instruction
system.cpu1.op_class::FloatCvt 0 0.00% 64.73% # Class of executed instruction
system.cpu1.op_class::FloatMult 0 0.00% 64.73% # Class of executed instruction
system.cpu1.op_class::FloatMultAcc 0 0.00% 64.73% # Class of executed instruction
system.cpu1.op_class::FloatDiv 1409 0.01% 64.74% # Class of executed instruction
system.cpu1.op_class::FloatMisc 0 0.00% 64.74% # Class of executed instruction
system.cpu1.op_class::FloatSqrt 0 0.00% 64.74% # Class of executed instruction
system.cpu1.op_class::SimdAdd 0 0.00% 64.74% # Class of executed instruction
system.cpu1.op_class::SimdAddAcc 0 0.00% 64.74% # Class of executed instruction
@ -536,8 +542,10 @@ system.cpu1.op_class::SimdFloatMisc 0 0.00% 64.74% # Cl
system.cpu1.op_class::SimdFloatMult 0 0.00% 64.74% # Class of executed instruction
system.cpu1.op_class::SimdFloatMultAcc 0 0.00% 64.74% # Class of executed instruction
system.cpu1.op_class::SimdFloatSqrt 0 0.00% 64.74% # Class of executed instruction
system.cpu1.op_class::MemRead 2937016 18.92% 83.66% # Class of executed instruction
system.cpu1.op_class::MemWrite 2113897 13.62% 97.27% # Class of executed instruction
system.cpu1.op_class::MemRead 2842559 18.31% 83.05% # Class of executed instruction
system.cpu1.op_class::MemWrite 2023248 13.03% 96.08% # Class of executed instruction
system.cpu1.op_class::FloatMemRead 94457 0.61% 96.69% # Class of executed instruction
system.cpu1.op_class::FloatMemWrite 90649 0.58% 97.27% # Class of executed instruction
system.cpu1.op_class::IprAccess 423253 2.73% 100.00% # Class of executed instruction
system.cpu1.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu1.op_class::total 15525875 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 1.829332 # Nu
sim_ticks 1829332003500 # Number of ticks simulated
final_tick 1829332003500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 1751464 # Simulator instruction rate (inst/s)
host_op_rate 1751464 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 53365900898 # Simulator tick rate (ticks/s)
host_mem_usage 334408 # Number of bytes of host memory used
host_seconds 34.28 # Real time elapsed on the host
host_inst_rate 2980615 # Simulator instruction rate (inst/s)
host_op_rate 2980613 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 90817249233 # Simulator tick rate (ticks/s)
host_mem_usage 334036 # Number of bytes of host memory used
host_seconds 20.14 # Real time elapsed on the host
sim_insts 60038469 # Number of instructions simulated
sim_ops 60038469 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -202,7 +202,9 @@ system.cpu.op_class::FloatAdd 38087 0.06% 71.18% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 71.18% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 71.18% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 71.18% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 71.18% # Class of executed instruction
system.cpu.op_class::FloatDiv 3636 0.01% 71.19% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 71.19% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 71.19% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 71.19% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 71.19% # Class of executed instruction
@ -224,8 +226,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 71.19% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 71.19% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 71.19% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 71.19% # Class of executed instruction
system.cpu.op_class::MemRead 9975077 16.61% 87.80% # Class of executed instruction
system.cpu.op_class::MemWrite 6374115 10.61% 98.42% # Class of executed instruction
system.cpu.op_class::MemRead 9830448 16.37% 87.56% # Class of executed instruction
system.cpu.op_class::MemWrite 6236007 10.38% 97.95% # Class of executed instruction
system.cpu.op_class::FloatMemRead 144629 0.24% 98.19% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 138108 0.23% 98.42% # Class of executed instruction
system.cpu.op_class::IprAccess 951209 1.58% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 60050307 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 1.966742 # Nu
sim_ticks 1966741627000 # Number of ticks simulated
final_tick 1966741627000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 801704 # Simulator instruction rate (inst/s)
host_op_rate 801704 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 25865455419 # Simulator tick rate (ticks/s)
host_mem_usage 334360 # Number of bytes of host memory used
host_seconds 76.04 # Real time elapsed on the host
host_inst_rate 1743154 # Simulator instruction rate (inst/s)
host_op_rate 1743154 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 56239519255 # Simulator tick rate (ticks/s)
host_mem_usage 337608 # Number of bytes of host memory used
host_seconds 34.97 # Real time elapsed on the host
sim_insts 60959478 # Number of instructions simulated
sim_ops 60959478 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -490,7 +490,9 @@ system.cpu0.op_class::FloatAdd 26676 0.06% 71.66% # Cl
system.cpu0.op_class::FloatCmp 0 0.00% 71.66% # Class of executed instruction
system.cpu0.op_class::FloatCvt 0 0.00% 71.66% # Class of executed instruction
system.cpu0.op_class::FloatMult 0 0.00% 71.66% # Class of executed instruction
system.cpu0.op_class::FloatMultAcc 0 0.00% 71.66% # Class of executed instruction
system.cpu0.op_class::FloatDiv 1883 0.00% 71.66% # Class of executed instruction
system.cpu0.op_class::FloatMisc 0 0.00% 71.66% # Class of executed instruction
system.cpu0.op_class::FloatSqrt 0 0.00% 71.66% # Class of executed instruction
system.cpu0.op_class::SimdAdd 0 0.00% 71.66% # Class of executed instruction
system.cpu0.op_class::SimdAddAcc 0 0.00% 71.66% # Class of executed instruction
@ -512,8 +514,10 @@ system.cpu0.op_class::SimdFloatMisc 0 0.00% 71.66% # Cl
system.cpu0.op_class::SimdFloatMult 0 0.00% 71.66% # Class of executed instruction
system.cpu0.op_class::SimdFloatMultAcc 0 0.00% 71.66% # Class of executed instruction
system.cpu0.op_class::SimdFloatSqrt 0 0.00% 71.66% # Class of executed instruction
system.cpu0.op_class::MemRead 7680863 16.10% 87.77% # Class of executed instruction
system.cpu0.op_class::MemWrite 5099104 10.69% 98.46% # Class of executed instruction
system.cpu0.op_class::MemRead 7588274 15.91% 87.57% # Class of executed instruction
system.cpu0.op_class::MemWrite 5010180 10.50% 98.08% # Class of executed instruction
system.cpu0.op_class::FloatMemRead 92589 0.19% 98.27% # Class of executed instruction
system.cpu0.op_class::FloatMemWrite 88924 0.19% 98.46% # Class of executed instruction
system.cpu0.op_class::IprAccess 735804 1.54% 100.00% # Class of executed instruction
system.cpu0.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu0.op_class::total 47699751 # Class of executed instruction
@ -905,7 +909,9 @@ system.cpu1.op_class::FloatAdd 13252 0.10% 64.92% # Cl
system.cpu1.op_class::FloatCmp 0 0.00% 64.92% # Class of executed instruction
system.cpu1.op_class::FloatCvt 0 0.00% 64.92% # Class of executed instruction
system.cpu1.op_class::FloatMult 0 0.00% 64.92% # Class of executed instruction
system.cpu1.op_class::FloatMultAcc 0 0.00% 64.92% # Class of executed instruction
system.cpu1.op_class::FloatDiv 1759 0.01% 64.94% # Class of executed instruction
system.cpu1.op_class::FloatMisc 0 0.00% 64.94% # Class of executed instruction
system.cpu1.op_class::FloatSqrt 0 0.00% 64.94% # Class of executed instruction
system.cpu1.op_class::SimdAdd 0 0.00% 64.94% # Class of executed instruction
system.cpu1.op_class::SimdAddAcc 0 0.00% 64.94% # Class of executed instruction
@ -927,8 +933,10 @@ system.cpu1.op_class::SimdFloatMisc 0 0.00% 64.94% # Cl
system.cpu1.op_class::SimdFloatMult 0 0.00% 64.94% # Class of executed instruction
system.cpu1.op_class::SimdFloatMultAcc 0 0.00% 64.94% # Class of executed instruction
system.cpu1.op_class::SimdFloatSqrt 0 0.00% 64.94% # Class of executed instruction
system.cpu1.op_class::MemRead 2529811 19.06% 84.00% # Class of executed instruction
system.cpu1.op_class::MemWrite 1759476 13.26% 97.25% # Class of executed instruction
system.cpu1.op_class::MemRead 2447876 18.44% 83.38% # Class of executed instruction
system.cpu1.op_class::MemWrite 1681278 12.67% 96.05% # Class of executed instruction
system.cpu1.op_class::FloatMemRead 81935 0.62% 96.67% # Class of executed instruction
system.cpu1.op_class::FloatMemWrite 78198 0.59% 97.25% # Class of executed instruction
system.cpu1.op_class::IprAccess 364369 2.75% 100.00% # Class of executed instruction
system.cpu1.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu1.op_class::total 13271624 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 1.926421 # Nu
sim_ticks 1926421414000 # Number of ticks simulated
final_tick 1926421414000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 779030 # Simulator instruction rate (inst/s)
host_op_rate 779030 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 26705916367 # Simulator tick rate (ticks/s)
host_mem_usage 331544 # Number of bytes of host memory used
host_seconds 72.13 # Real time elapsed on the host
host_inst_rate 1670874 # Simulator instruction rate (inst/s)
host_op_rate 1670873 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 57279188873 # Simulator tick rate (ticks/s)
host_mem_usage 333776 # Number of bytes of host memory used
host_seconds 33.63 # Real time elapsed on the host
sim_insts 56195014 # Number of instructions simulated
sim_ops 56195014 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -474,7 +474,9 @@ system.cpu.op_class::FloatAdd 38087 0.07% 70.35% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 70.35% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 70.35% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 70.35% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 70.35% # Class of executed instruction
system.cpu.op_class::FloatDiv 3636 0.01% 70.35% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 70.35% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 70.35% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 70.35% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 70.35% # Class of executed instruction
@ -496,8 +498,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 70.35% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 70.35% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 70.35% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 70.35% # Class of executed instruction
system.cpu.op_class::MemRead 9330523 16.60% 86.95% # Class of executed instruction
system.cpu.op_class::MemWrite 6379338 11.35% 98.30% # Class of executed instruction
system.cpu.op_class::MemRead 9185894 16.34% 86.70% # Class of executed instruction
system.cpu.op_class::MemWrite 6241230 11.10% 97.80% # Class of executed instruction
system.cpu.op_class::FloatMemRead 144629 0.26% 98.06% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 138108 0.25% 98.30% # Class of executed instruction
system.cpu.op_class::IprAccess 953511 1.70% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 56206855 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 2.802883 # Nu
sim_ticks 2802883274000 # Number of ticks simulated
final_tick 2802883274000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 787866 # Simulator instruction rate (inst/s)
host_op_rate 960003 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 15041277607 # Simulator tick rate (ticks/s)
host_mem_usage 600036 # Number of bytes of host memory used
host_seconds 186.35 # Real time elapsed on the host
host_inst_rate 1537557 # Simulator instruction rate (inst/s)
host_op_rate 1873488 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 29353729253 # Simulator tick rate (ticks/s)
host_mem_usage 598048 # Number of bytes of host memory used
host_seconds 95.49 # Real time elapsed on the host
sim_insts 146815798 # Number of instructions simulated
sim_ops 178892721 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -283,7 +283,9 @@ system.cpu0.op_class::FloatAdd 0 0.00% 67.59% # Cl
system.cpu0.op_class::FloatCmp 0 0.00% 67.59% # Class of executed instruction
system.cpu0.op_class::FloatCvt 0 0.00% 67.59% # Class of executed instruction
system.cpu0.op_class::FloatMult 0 0.00% 67.59% # Class of executed instruction
system.cpu0.op_class::FloatMultAcc 0 0.00% 67.59% # Class of executed instruction
system.cpu0.op_class::FloatDiv 0 0.00% 67.59% # Class of executed instruction
system.cpu0.op_class::FloatMisc 0 0.00% 67.59% # Class of executed instruction
system.cpu0.op_class::FloatSqrt 0 0.00% 67.59% # Class of executed instruction
system.cpu0.op_class::SimdAdd 0 0.00% 67.59% # Class of executed instruction
system.cpu0.op_class::SimdAddAcc 0 0.00% 67.59% # Class of executed instruction
@ -305,8 +307,10 @@ system.cpu0.op_class::SimdFloatMisc 8087 0.01% 67.60% # Cl
system.cpu0.op_class::SimdFloatMult 0 0.00% 67.60% # Class of executed instruction
system.cpu0.op_class::SimdFloatMultAcc 0 0.00% 67.60% # Class of executed instruction
system.cpu0.op_class::SimdFloatSqrt 0 0.00% 67.60% # Class of executed instruction
system.cpu0.op_class::MemRead 20595754 17.62% 85.22% # Class of executed instruction
system.cpu0.op_class::MemWrite 17275036 14.78% 100.00% # Class of executed instruction
system.cpu0.op_class::MemRead 20593498 17.62% 85.22% # Class of executed instruction
system.cpu0.op_class::MemWrite 17267541 14.77% 99.99% # Class of executed instruction
system.cpu0.op_class::FloatMemRead 2256 0.00% 99.99% # Class of executed instruction
system.cpu0.op_class::FloatMemWrite 7495 0.01% 100.00% # Class of executed instruction
system.cpu0.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu0.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu0.op_class::total 116874608 # Class of executed instruction
@ -815,7 +819,9 @@ system.cpu1.op_class::FloatAdd 0 0.00% 69.40% # Cl
system.cpu1.op_class::FloatCmp 0 0.00% 69.40% # Class of executed instruction
system.cpu1.op_class::FloatCvt 0 0.00% 69.40% # Class of executed instruction
system.cpu1.op_class::FloatMult 0 0.00% 69.40% # Class of executed instruction
system.cpu1.op_class::FloatMultAcc 0 0.00% 69.40% # Class of executed instruction
system.cpu1.op_class::FloatDiv 0 0.00% 69.40% # Class of executed instruction
system.cpu1.op_class::FloatMisc 0 0.00% 69.40% # Class of executed instruction
system.cpu1.op_class::FloatSqrt 0 0.00% 69.40% # Class of executed instruction
system.cpu1.op_class::SimdAdd 0 0.00% 69.40% # Class of executed instruction
system.cpu1.op_class::SimdAddAcc 0 0.00% 69.40% # Class of executed instruction
@ -837,8 +843,10 @@ system.cpu1.op_class::SimdFloatMisc 3315 0.01% 69.41% # Cl
system.cpu1.op_class::SimdFloatMult 0 0.00% 69.41% # Class of executed instruction
system.cpu1.op_class::SimdFloatMultAcc 0 0.00% 69.41% # Class of executed instruction
system.cpu1.op_class::SimdFloatSqrt 0 0.00% 69.41% # Class of executed instruction
system.cpu1.op_class::MemRead 12287954 18.77% 88.18% # Class of executed instruction
system.cpu1.op_class::MemWrite 7735598 11.82% 100.00% # Class of executed instruction
system.cpu1.op_class::MemRead 12287438 18.77% 88.18% # Class of executed instruction
system.cpu1.op_class::MemWrite 7734322 11.82% 100.00% # Class of executed instruction
system.cpu1.op_class::FloatMemRead 516 0.00% 100.00% # Class of executed instruction
system.cpu1.op_class::FloatMemWrite 1276 0.00% 100.00% # Class of executed instruction
system.cpu1.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu1.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu1.op_class::total 65451587 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 2.783855 # Nu
sim_ticks 2783854715000 # Number of ticks simulated
final_tick 2783854715000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 812904 # Simulator instruction rate (inst/s)
host_op_rate 989581 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 15850589349 # Simulator tick rate (ticks/s)
host_mem_usage 583016 # Number of bytes of host memory used
host_seconds 175.63 # Real time elapsed on the host
host_inst_rate 1570014 # Simulator instruction rate (inst/s)
host_op_rate 1911240 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 30613244357 # Simulator tick rate (ticks/s)
host_mem_usage 581428 # Number of bytes of host memory used
host_seconds 90.94 # Real time elapsed on the host
sim_insts 142771202 # Number of instructions simulated
sim_ops 173801044 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -265,7 +265,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 68.43% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 68.43% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 68.43% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 68.43% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 68.43% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 68.43% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 68.43% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 68.43% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 68.43% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 68.43% # Class of executed instruction
@ -287,8 +289,10 @@ system.cpu.op_class::SimdFloatMisc 8569 0.00% 68.44% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 68.44% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 68.44% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 68.44% # Class of executed instruction
system.cpu.op_class::MemRead 31855508 17.98% 86.41% # Class of executed instruction
system.cpu.op_class::MemWrite 24083002 13.59% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 31852800 17.97% 86.41% # Class of executed instruction
system.cpu.op_class::MemWrite 24074230 13.58% 99.99% # Class of executed instruction
system.cpu.op_class::FloatMemRead 2708 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 8772 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 177217860 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 2.870823 # Nu
sim_ticks 2870822663000 # Number of ticks simulated
final_tick 2870822663000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 442891 # Simulator instruction rate (inst/s)
host_op_rate 535691 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 9664154143 # Simulator tick rate (ticks/s)
host_mem_usage 616988 # Number of bytes of host memory used
host_seconds 297.06 # Real time elapsed on the host
host_inst_rate 1048966 # Simulator instruction rate (inst/s)
host_op_rate 1268757 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 22889064818 # Simulator tick rate (ticks/s)
host_mem_usage 618276 # Number of bytes of host memory used
host_seconds 125.42 # Real time elapsed on the host
sim_insts 131564747 # Number of instructions simulated
sim_ops 159131669 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -598,7 +598,9 @@ system.cpu0.op_class::FloatAdd 0 0.00% 68.53% # Cl
system.cpu0.op_class::FloatCmp 0 0.00% 68.53% # Class of executed instruction
system.cpu0.op_class::FloatCvt 0 0.00% 68.53% # Class of executed instruction
system.cpu0.op_class::FloatMult 0 0.00% 68.53% # Class of executed instruction
system.cpu0.op_class::FloatMultAcc 0 0.00% 68.53% # Class of executed instruction
system.cpu0.op_class::FloatDiv 0 0.00% 68.53% # Class of executed instruction
system.cpu0.op_class::FloatMisc 0 0.00% 68.53% # Class of executed instruction
system.cpu0.op_class::FloatSqrt 0 0.00% 68.53% # Class of executed instruction
system.cpu0.op_class::SimdAdd 0 0.00% 68.53% # Class of executed instruction
system.cpu0.op_class::SimdAddAcc 0 0.00% 68.53% # Class of executed instruction
@ -620,8 +622,10 @@ system.cpu0.op_class::SimdFloatMisc 8149 0.01% 68.53% # Cl
system.cpu0.op_class::SimdFloatMult 0 0.00% 68.53% # Class of executed instruction
system.cpu0.op_class::SimdFloatMultAcc 0 0.00% 68.53% # Class of executed instruction
system.cpu0.op_class::SimdFloatSqrt 0 0.00% 68.53% # Class of executed instruction
system.cpu0.op_class::MemRead 25408167 17.75% 86.28% # Class of executed instruction
system.cpu0.op_class::MemWrite 19633320 13.72% 100.00% # Class of executed instruction
system.cpu0.op_class::MemRead 25405911 17.75% 86.28% # Class of executed instruction
system.cpu0.op_class::MemWrite 19625890 13.71% 99.99% # Class of executed instruction
system.cpu0.op_class::FloatMemRead 2256 0.00% 99.99% # Class of executed instruction
system.cpu0.op_class::FloatMemWrite 7430 0.01% 100.00% # Class of executed instruction
system.cpu0.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu0.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu0.op_class::total 143146475 # Class of executed instruction
@ -1551,7 +1555,9 @@ system.cpu1.op_class::FloatAdd 0 0.00% 62.19% # Cl
system.cpu1.op_class::FloatCmp 0 0.00% 62.19% # Class of executed instruction
system.cpu1.op_class::FloatCvt 0 0.00% 62.19% # Class of executed instruction
system.cpu1.op_class::FloatMult 0 0.00% 62.19% # Class of executed instruction
system.cpu1.op_class::FloatMultAcc 0 0.00% 62.19% # Class of executed instruction
system.cpu1.op_class::FloatDiv 0 0.00% 62.19% # Class of executed instruction
system.cpu1.op_class::FloatMisc 0 0.00% 62.19% # Class of executed instruction
system.cpu1.op_class::FloatSqrt 0 0.00% 62.19% # Class of executed instruction
system.cpu1.op_class::SimdAdd 0 0.00% 62.19% # Class of executed instruction
system.cpu1.op_class::SimdAddAcc 0 0.00% 62.19% # Class of executed instruction
@ -1573,8 +1579,10 @@ system.cpu1.op_class::SimdFloatMisc 3315 0.02% 62.20% # Cl
system.cpu1.op_class::SimdFloatMult 0 0.00% 62.20% # Class of executed instruction
system.cpu1.op_class::SimdFloatMultAcc 0 0.00% 62.20% # Class of executed instruction
system.cpu1.op_class::SimdFloatSqrt 0 0.00% 62.20% # Class of executed instruction
system.cpu1.op_class::MemRead 4054552 20.17% 82.38% # Class of executed instruction
system.cpu1.op_class::MemWrite 3542729 17.62% 100.00% # Class of executed instruction
system.cpu1.op_class::MemRead 4054036 20.17% 82.37% # Class of executed instruction
system.cpu1.op_class::MemWrite 3541453 17.62% 99.99% # Class of executed instruction
system.cpu1.op_class::FloatMemRead 516 0.00% 99.99% # Class of executed instruction
system.cpu1.op_class::FloatMemWrite 1276 0.01% 100.00% # Class of executed instruction
system.cpu1.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu1.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu1.op_class::total 20100990 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 2.905298 # Nu
sim_ticks 2905297782500 # Number of ticks simulated
final_tick 2905297782500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 483331 # Simulator instruction rate (inst/s)
host_op_rate 582745 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 12486239543 # Simulator tick rate (ticks/s)
host_mem_usage 580500 # Number of bytes of host memory used
host_seconds 232.68 # Real time elapsed on the host
host_inst_rate 1078702 # Simulator instruction rate (inst/s)
host_op_rate 1300576 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 27866902585 # Simulator tick rate (ticks/s)
host_mem_usage 582552 # Number of bytes of host memory used
host_seconds 104.26 # Real time elapsed on the host
sim_insts 112461365 # Number of instructions simulated
sim_ops 135593151 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -567,7 +567,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 67.26% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 67.26% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 67.26% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 67.26% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 67.26% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 67.26% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 67.26% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 67.26% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 67.26% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 67.26% # Class of executed instruction
@ -589,8 +591,10 @@ system.cpu.op_class::SimdFloatMisc 8431 0.01% 67.27% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 67.27% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 67.27% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 67.27% # Class of executed instruction
system.cpu.op_class::MemRead 24842315 17.91% 85.18% # Class of executed instruction
system.cpu.op_class::MemWrite 20563755 14.82% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 24839607 17.91% 85.17% # Class of executed instruction
system.cpu.op_class::MemWrite 20555241 14.82% 99.99% # Class of executed instruction
system.cpu.op_class::FloatMemRead 2708 0.00% 99.99% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 8514 0.01% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 138713890 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.200409 # Nu
sim_ticks 200409271000 # Number of ticks simulated
final_tick 4321213476000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 11448115 # Simulator instruction rate (inst/s)
host_op_rate 11448111 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 4380279881 # Simulator tick rate (ticks/s)
host_mem_usage 499724 # Number of bytes of host memory used
host_seconds 45.75 # Real time elapsed on the host
host_inst_rate 19542475 # Simulator instruction rate (inst/s)
host_op_rate 19542467 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 7477344580 # Simulator tick rate (ticks/s)
host_mem_usage 503180 # Number of bytes of host memory used
host_seconds 26.80 # Real time elapsed on the host
sim_insts 523780905 # Number of instructions simulated
sim_ops 523780905 # Number of ops (including micro ops) simulated
drivesys.voltage_domain.voltage 1 # Voltage in Volts
@ -178,7 +178,9 @@ drivesys.cpu.op_class::FloatAdd 141 0.00% 63.95% # Cl
drivesys.cpu.op_class::FloatCmp 0 0.00% 63.95% # Class of executed instruction
drivesys.cpu.op_class::FloatCvt 0 0.00% 63.95% # Class of executed instruction
drivesys.cpu.op_class::FloatMult 0 0.00% 63.95% # Class of executed instruction
drivesys.cpu.op_class::FloatMultAcc 0 0.00% 63.95% # Class of executed instruction
drivesys.cpu.op_class::FloatDiv 23 0.00% 63.95% # Class of executed instruction
drivesys.cpu.op_class::FloatMisc 0 0.00% 63.95% # Class of executed instruction
drivesys.cpu.op_class::FloatSqrt 0 0.00% 63.95% # Class of executed instruction
drivesys.cpu.op_class::SimdAdd 0 0.00% 63.95% # Class of executed instruction
drivesys.cpu.op_class::SimdAddAcc 0 0.00% 63.95% # Class of executed instruction
@ -200,8 +202,10 @@ drivesys.cpu.op_class::SimdFloatMisc 0 0.00% 63.95% # Cl
drivesys.cpu.op_class::SimdFloatMult 0 0.00% 63.95% # Class of executed instruction
drivesys.cpu.op_class::SimdFloatMultAcc 0 0.00% 63.95% # Class of executed instruction
drivesys.cpu.op_class::SimdFloatSqrt 0 0.00% 63.95% # Class of executed instruction
drivesys.cpu.op_class::MemRead 4026028 21.13% 85.08% # Class of executed instruction
drivesys.cpu.op_class::MemWrite 2085021 10.94% 96.02% # Class of executed instruction
drivesys.cpu.op_class::MemRead 4025389 21.13% 85.08% # Class of executed instruction
drivesys.cpu.op_class::MemWrite 2084412 10.94% 96.02% # Class of executed instruction
drivesys.cpu.op_class::FloatMemRead 639 0.00% 96.02% # Class of executed instruction
drivesys.cpu.op_class::FloatMemWrite 609 0.00% 96.02% # Class of executed instruction
drivesys.cpu.op_class::IprAccess 757336 3.98% 100.00% # Class of executed instruction
drivesys.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
drivesys.cpu.op_class::total 19051393 # Class of executed instruction
@ -532,7 +536,9 @@ testsys.cpu.op_class::FloatAdd 4655 0.02% 63.60% # Cl
testsys.cpu.op_class::FloatCmp 1 0.00% 63.60% # Class of executed instruction
testsys.cpu.op_class::FloatCvt 0 0.00% 63.60% # Class of executed instruction
testsys.cpu.op_class::FloatMult 0 0.00% 63.60% # Class of executed instruction
testsys.cpu.op_class::FloatMultAcc 0 0.00% 63.60% # Class of executed instruction
testsys.cpu.op_class::FloatDiv 922 0.00% 63.60% # Class of executed instruction
testsys.cpu.op_class::FloatMisc 0 0.00% 63.60% # Class of executed instruction
testsys.cpu.op_class::FloatSqrt 0 0.00% 63.60% # Class of executed instruction
testsys.cpu.op_class::SimdAdd 0 0.00% 63.60% # Class of executed instruction
testsys.cpu.op_class::SimdAddAcc 0 0.00% 63.60% # Class of executed instruction
@ -554,8 +560,10 @@ testsys.cpu.op_class::SimdFloatMisc 0 0.00% 63.60% # Cl
testsys.cpu.op_class::SimdFloatMult 0 0.00% 63.60% # Class of executed instruction
testsys.cpu.op_class::SimdFloatMultAcc 0 0.00% 63.60% # Class of executed instruction
testsys.cpu.op_class::SimdFloatSqrt 0 0.00% 63.60% # Class of executed instruction
testsys.cpu.op_class::MemRead 4230485 20.88% 84.48% # Class of executed instruction
testsys.cpu.op_class::MemWrite 2319388 11.45% 95.93% # Class of executed instruction
testsys.cpu.op_class::MemRead 4224290 20.85% 84.45% # Class of executed instruction
testsys.cpu.op_class::MemWrite 2313781 11.42% 95.87% # Class of executed instruction
testsys.cpu.op_class::FloatMemRead 6195 0.03% 95.90% # Class of executed instruction
testsys.cpu.op_class::FloatMemWrite 5607 0.03% 95.93% # Class of executed instruction
testsys.cpu.op_class::IprAccess 824126 4.07% 100.00% # Class of executed instruction
testsys.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
testsys.cpu.op_class::total 20261020 # Class of executed instruction
@ -721,11 +729,11 @@ sim_seconds 0.000407 # Nu
sim_ticks 407341500 # Number of ticks simulated
final_tick 4321620817500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 5887840528 # Simulator instruction rate (inst/s)
host_op_rate 5886957075 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 4576964640 # Simulator tick rate (ticks/s)
host_mem_usage 499724 # Number of bytes of host memory used
host_seconds 0.09 # Real time elapsed on the host
host_inst_rate 9980587708 # Simulator instruction rate (inst/s)
host_op_rate 9978728931 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 7757989630 # Simulator tick rate (ticks/s)
host_mem_usage 503180 # Number of bytes of host memory used
host_seconds 0.05 # Real time elapsed on the host
sim_insts 523853183 # Number of instructions simulated
sim_ops 523853183 # Number of ops (including micro ops) simulated
drivesys.voltage_domain.voltage 1 # Voltage in Volts
@ -874,7 +882,9 @@ drivesys.cpu.op_class::FloatAdd 0 0.00% 63.60% # Cl
drivesys.cpu.op_class::FloatCmp 0 0.00% 63.60% # Class of executed instruction
drivesys.cpu.op_class::FloatCvt 0 0.00% 63.60% # Class of executed instruction
drivesys.cpu.op_class::FloatMult 0 0.00% 63.60% # Class of executed instruction
drivesys.cpu.op_class::FloatMultAcc 0 0.00% 63.60% # Class of executed instruction
drivesys.cpu.op_class::FloatDiv 0 0.00% 63.60% # Class of executed instruction
drivesys.cpu.op_class::FloatMisc 0 0.00% 63.60% # Class of executed instruction
drivesys.cpu.op_class::FloatSqrt 0 0.00% 63.60% # Class of executed instruction
drivesys.cpu.op_class::SimdAdd 0 0.00% 63.60% # Class of executed instruction
drivesys.cpu.op_class::SimdAddAcc 0 0.00% 63.60% # Class of executed instruction
@ -898,6 +908,8 @@ drivesys.cpu.op_class::SimdFloatMultAcc 0 0.00% 63.60% # Cl
drivesys.cpu.op_class::SimdFloatSqrt 0 0.00% 63.60% # Class of executed instruction
drivesys.cpu.op_class::MemRead 7678 21.24% 84.84% # Class of executed instruction
drivesys.cpu.op_class::MemWrite 3936 10.89% 95.73% # Class of executed instruction
drivesys.cpu.op_class::FloatMemRead 0 0.00% 95.73% # Class of executed instruction
drivesys.cpu.op_class::FloatMemWrite 0 0.00% 95.73% # Class of executed instruction
drivesys.cpu.op_class::IprAccess 1545 4.27% 100.00% # Class of executed instruction
drivesys.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
drivesys.cpu.op_class::total 36152 # Class of executed instruction
@ -1179,7 +1191,9 @@ testsys.cpu.op_class::FloatAdd 0 0.00% 63.58% # Cl
testsys.cpu.op_class::FloatCmp 0 0.00% 63.58% # Class of executed instruction
testsys.cpu.op_class::FloatCvt 0 0.00% 63.58% # Class of executed instruction
testsys.cpu.op_class::FloatMult 0 0.00% 63.58% # Class of executed instruction
testsys.cpu.op_class::FloatMultAcc 0 0.00% 63.58% # Class of executed instruction
testsys.cpu.op_class::FloatDiv 0 0.00% 63.58% # Class of executed instruction
testsys.cpu.op_class::FloatMisc 0 0.00% 63.58% # Class of executed instruction
testsys.cpu.op_class::FloatSqrt 0 0.00% 63.58% # Class of executed instruction
testsys.cpu.op_class::SimdAdd 0 0.00% 63.58% # Class of executed instruction
testsys.cpu.op_class::SimdAddAcc 0 0.00% 63.58% # Class of executed instruction
@ -1203,6 +1217,8 @@ testsys.cpu.op_class::SimdFloatMultAcc 0 0.00% 63.58% # Cl
testsys.cpu.op_class::SimdFloatSqrt 0 0.00% 63.58% # Class of executed instruction
testsys.cpu.op_class::MemRead 7674 21.24% 84.82% # Class of executed instruction
testsys.cpu.op_class::MemWrite 3938 10.90% 95.72% # Class of executed instruction
testsys.cpu.op_class::FloatMemRead 0 0.00% 95.72% # Class of executed instruction
testsys.cpu.op_class::FloatMemWrite 0 0.00% 95.72% # Class of executed instruction
testsys.cpu.op_class::IprAccess 1545 4.28% 100.00% # Class of executed instruction
testsys.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
testsys.cpu.op_class::total 36126 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000041 # Nu
sim_ticks 41083000 # Number of ticks simulated
final_tick 41083000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 172605 # Simulator instruction rate (inst/s)
host_op_rate 172547 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1105034404 # Simulator tick rate (ticks/s)
host_mem_usage 251288 # Number of bytes of host memory used
host_seconds 0.04 # Real time elapsed on the host
host_inst_rate 217103 # Simulator instruction rate (inst/s)
host_op_rate 217013 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1389706699 # Simulator tick rate (ticks/s)
host_mem_usage 253264 # Number of bytes of host memory used
host_seconds 0.03 # Real time elapsed on the host
sim_insts 6413 # Number of instructions simulated
sim_ops 6413 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -327,7 +327,9 @@ system.cpu.op_class_0::FloatAdd 2 0.03% 67.88% # Cl
system.cpu.op_class_0::FloatCmp 0 0.00% 67.88% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 0 0.00% 67.88% # Class of committed instruction
system.cpu.op_class_0::FloatMult 0 0.00% 67.88% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 67.88% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 0 0.00% 67.88% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 67.88% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 67.88% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 67.88% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 67.88% # Class of committed instruction
@ -349,8 +351,10 @@ system.cpu.op_class_0::SimdFloatMisc 0 0.00% 67.88% # Cl
system.cpu.op_class_0::SimdFloatMult 0 0.00% 67.88% # Class of committed instruction
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 67.88% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 67.88% # Class of committed instruction
system.cpu.op_class_0::MemRead 1192 18.59% 86.46% # Class of committed instruction
system.cpu.op_class_0::MemWrite 868 13.54% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemRead 1191 18.57% 86.45% # Class of committed instruction
system.cpu.op_class_0::MemWrite 861 13.43% 99.88% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 1 0.02% 99.89% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 7 0.11% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 6413 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000024 # Nu
sim_ticks 23776000 # Number of ticks simulated
final_tick 23776000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 93889 # Simulator instruction rate (inst/s)
host_op_rate 93856 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 349385939 # Simulator tick rate (ticks/s)
host_mem_usage 252568 # Number of bytes of host memory used
host_seconds 0.07 # Real time elapsed on the host
host_inst_rate 139405 # Simulator instruction rate (inst/s)
host_op_rate 139373 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 518883929 # Simulator tick rate (ticks/s)
host_mem_usage 254032 # Number of bytes of host memory used
host_seconds 0.05 # Real time elapsed on the host
sim_insts 6385 # Number of instructions simulated
sim_ops 6385 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -407,7 +407,9 @@ system.cpu.iq.fu_full::FloatAdd 0 0.00% 14.89% # at
system.cpu.iq.fu_full::FloatCmp 0 0.00% 14.89% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 14.89% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 14.89% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 14.89% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 14.89% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 14.89% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 14.89% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 14.89% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 14.89% # attempts to use FU when none available
@ -430,7 +432,9 @@ system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 14.89% # at
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 14.89% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 14.89% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 83 58.87% 73.76% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 37 26.24% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 36 25.53% 99.29% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 0 0.00% 99.29% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 1 0.71% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 2 0.02% 0.02% # Type of FU issued
@ -441,7 +445,9 @@ system.cpu.iq.FU_type_0::FloatAdd 2 0.02% 66.72% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 66.72% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 66.72% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 0 0.00% 66.72% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 66.72% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 0 0.00% 66.72% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 66.72% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 66.72% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 66.72% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 66.72% # Type of FU issued
@ -463,8 +469,10 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 0 0.00% 66.72% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 66.72% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 66.72% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 66.72% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 2475 22.97% 89.69% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 1111 10.31% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 2474 22.96% 89.68% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 1104 10.24% 99.93% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 1 0.01% 99.94% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 7 0.06% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 10776 # Type of FU issued
@ -557,7 +565,9 @@ system.cpu.commit.op_class_0::FloatAdd 2 0.03% 67.98% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 67.98% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 67.98% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 67.98% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 67.98% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 67.98% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 67.98% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 67.98% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 67.98% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 67.98% # Class of committed instruction
@ -579,8 +589,10 @@ system.cpu.commit.op_class_0::SimdFloatMisc 0 0.00% 67.98% #
system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 67.98% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 67.98% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 67.98% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 1185 18.51% 86.49% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 865 13.51% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 1184 18.49% 86.47% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 858 13.40% 99.88% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 1 0.02% 99.89% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 7 0.11% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 6402 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000003 # Nu
sim_ticks 3214500 # Number of ticks simulated
final_tick 3214500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 280584 # Simulator instruction rate (inst/s)
host_op_rate 280421 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 140703848 # Simulator tick rate (ticks/s)
host_mem_usage 242116 # Number of bytes of host memory used
host_seconds 0.02 # Real time elapsed on the host
host_inst_rate 1072411 # Simulator instruction rate (inst/s)
host_op_rate 1070683 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 536687952 # Simulator tick rate (ticks/s)
host_mem_usage 241476 # Number of bytes of host memory used
host_seconds 0.01 # Real time elapsed on the host
sim_insts 6403 # Number of instructions simulated
sim_ops 6403 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -103,7 +103,9 @@ system.cpu.op_class::FloatAdd 2 0.03% 67.88% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 67.88% # Class of executed instruction
@ -125,8 +127,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 67.88% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::MemRead 1192 18.59% 86.46% # Class of executed instruction
system.cpu.op_class::MemWrite 868 13.54% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 1191 18.57% 86.45% # Class of executed instruction
system.cpu.op_class::MemWrite 861 13.43% 99.88% # Class of executed instruction
system.cpu.op_class::FloatMemRead 1 0.02% 99.89% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 7 0.11% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 6413 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000129 # Nu
sim_ticks 129075 # Number of ticks simulated
final_tick 129075 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 59192 # Simulator instruction rate (inst/s)
host_op_rate 59185 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1192972 # Simulator tick rate (ticks/s)
host_mem_usage 410988 # Number of bytes of host memory used
host_seconds 0.11 # Real time elapsed on the host
host_inst_rate 77143 # Simulator instruction rate (inst/s)
host_op_rate 77134 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1554751 # Simulator tick rate (ticks/s)
host_mem_usage 412952 # Number of bytes of host memory used
host_seconds 0.08 # Real time elapsed on the host
sim_insts 6403 # Number of instructions simulated
sim_ops 6403 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -344,7 +344,9 @@ system.cpu.op_class::FloatAdd 2 0.03% 67.88% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 67.88% # Class of executed instruction
@ -366,8 +368,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 67.88% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::MemRead 1192 18.59% 86.46% # Class of executed instruction
system.cpu.op_class::MemWrite 868 13.54% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 1191 18.57% 86.45% # Class of executed instruction
system.cpu.op_class::MemWrite 861 13.43% 99.88% # Class of executed instruction
system.cpu.op_class::FloatMemRead 1 0.02% 99.89% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 7 0.11% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 6413 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000116 # Nu
sim_ticks 115948 # Number of ticks simulated
final_tick 115948 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 62775 # Simulator instruction rate (inst/s)
host_op_rate 62768 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1136521 # Simulator tick rate (ticks/s)
host_mem_usage 416956 # Number of bytes of host memory used
host_seconds 0.10 # Real time elapsed on the host
host_inst_rate 73551 # Simulator instruction rate (inst/s)
host_op_rate 73543 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1331606 # Simulator tick rate (ticks/s)
host_mem_usage 419184 # Number of bytes of host memory used
host_seconds 0.09 # Real time elapsed on the host
sim_insts 6403 # Number of instructions simulated
sim_ops 6403 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -344,7 +344,9 @@ system.cpu.op_class::FloatAdd 2 0.03% 67.88% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 67.88% # Class of executed instruction
@ -366,8 +368,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 67.88% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::MemRead 1192 18.59% 86.46% # Class of executed instruction
system.cpu.op_class::MemWrite 868 13.54% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 1191 18.57% 86.45% # Class of executed instruction
system.cpu.op_class::MemWrite 861 13.43% 99.88% # Class of executed instruction
system.cpu.op_class::FloatMemRead 1 0.02% 99.89% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 7 0.11% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 6413 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000114 # Nu
sim_ticks 113952 # Number of ticks simulated
final_tick 113952 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 64476 # Simulator instruction rate (inst/s)
host_op_rate 64460 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1146955 # Simulator tick rate (ticks/s)
host_mem_usage 412808 # Number of bytes of host memory used
host_seconds 0.10 # Real time elapsed on the host
host_inst_rate 100852 # Simulator instruction rate (inst/s)
host_op_rate 100836 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1794284 # Simulator tick rate (ticks/s)
host_mem_usage 414264 # Number of bytes of host memory used
host_seconds 0.06 # Real time elapsed on the host
sim_insts 6403 # Number of instructions simulated
sim_ops 6403 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -341,7 +341,9 @@ system.cpu.op_class::FloatAdd 2 0.03% 67.88% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 67.88% # Class of executed instruction
@ -363,8 +365,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 67.88% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::MemRead 1192 18.59% 86.46% # Class of executed instruction
system.cpu.op_class::MemWrite 868 13.54% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 1191 18.57% 86.45% # Class of executed instruction
system.cpu.op_class::MemWrite 861 13.43% 99.88% # Class of executed instruction
system.cpu.op_class::FloatMemRead 1 0.02% 99.89% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 7 0.11% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 6413 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000093 # Nu
sim_ticks 93323 # Number of ticks simulated
final_tick 93323 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 48908 # Simulator instruction rate (inst/s)
host_op_rate 48899 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 712591 # Simulator tick rate (ticks/s)
host_mem_usage 412484 # Number of bytes of host memory used
host_seconds 0.13 # Real time elapsed on the host
host_inst_rate 111182 # Simulator instruction rate (inst/s)
host_op_rate 111161 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1619882 # Simulator tick rate (ticks/s)
host_mem_usage 412912 # Number of bytes of host memory used
host_seconds 0.06 # Real time elapsed on the host
sim_insts 6403 # Number of instructions simulated
sim_ops 6403 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -343,7 +343,9 @@ system.cpu.op_class::FloatAdd 2 0.03% 67.88% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 67.88% # Class of executed instruction
@ -365,8 +367,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 67.88% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::MemRead 1192 18.59% 86.46% # Class of executed instruction
system.cpu.op_class::MemWrite 868 13.54% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 1191 18.57% 86.45% # Class of executed instruction
system.cpu.op_class::MemWrite 861 13.43% 99.88% # Class of executed instruction
system.cpu.op_class::FloatMemRead 1 0.02% 99.89% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 7 0.11% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 6413 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000112 # Nu
sim_ticks 112490 # Number of ticks simulated
final_tick 112490 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 94486 # Simulator instruction rate (inst/s)
host_op_rate 94411 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1658372 # Simulator tick rate (ticks/s)
host_mem_usage 414356 # Number of bytes of host memory used
host_seconds 0.07 # Real time elapsed on the host
host_inst_rate 109209 # Simulator instruction rate (inst/s)
host_op_rate 109187 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1917933 # Simulator tick rate (ticks/s)
host_mem_usage 416076 # Number of bytes of host memory used
host_seconds 0.06 # Real time elapsed on the host
sim_insts 6403 # Number of instructions simulated
sim_ops 6403 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -345,7 +345,9 @@ system.cpu.op_class::FloatAdd 2 0.03% 67.88% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 67.88% # Class of executed instruction
@ -367,8 +369,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 67.88% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::MemRead 1192 18.59% 86.46% # Class of executed instruction
system.cpu.op_class::MemWrite 868 13.54% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 1191 18.57% 86.45% # Class of executed instruction
system.cpu.op_class::MemWrite 861 13.43% 99.88% # Class of executed instruction
system.cpu.op_class::FloatMemRead 1 0.02% 99.89% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 7 0.11% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 6413 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000036 # Nu
sim_ticks 36128500 # Number of ticks simulated
final_tick 36128500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 310790 # Simulator instruction rate (inst/s)
host_op_rate 310669 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1752338800 # Simulator tick rate (ticks/s)
host_mem_usage 252108 # Number of bytes of host memory used
host_seconds 0.02 # Real time elapsed on the host
host_inst_rate 739000 # Simulator instruction rate (inst/s)
host_op_rate 738191 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 4160971439 # Simulator tick rate (ticks/s)
host_mem_usage 251728 # Number of bytes of host memory used
host_seconds 0.01 # Real time elapsed on the host
sim_insts 6403 # Number of instructions simulated
sim_ops 6403 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -97,7 +97,9 @@ system.cpu.op_class::FloatAdd 2 0.03% 67.88% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 67.88% # Class of executed instruction
@ -119,8 +121,10 @@ system.cpu.op_class::SimdFloatMisc 0 0.00% 67.88% # Cl
system.cpu.op_class::SimdFloatMult 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 67.88% # Class of executed instruction
system.cpu.op_class::MemRead 1192 18.59% 86.46% # Class of executed instruction
system.cpu.op_class::MemWrite 868 13.54% 100.00% # Class of executed instruction
system.cpu.op_class::MemRead 1191 18.57% 86.45% # Class of executed instruction
system.cpu.op_class::MemWrite 861 13.43% 99.88% # Class of executed instruction
system.cpu.op_class::FloatMemRead 1 0.02% 99.89% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 7 0.11% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 6413 # Class of executed instruction

View file

@ -4,10 +4,10 @@ sim_seconds 0.000022 # Nu
sim_ticks 22083000 # Number of ticks simulated
final_tick 22083000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 143746 # Simulator instruction rate (inst/s)
host_op_rate 143654 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1226490189 # Simulator tick rate (ticks/s)
host_mem_usage 251004 # Number of bytes of host memory used
host_inst_rate 166693 # Simulator instruction rate (inst/s)
host_op_rate 166561 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1421880228 # Simulator tick rate (ticks/s)
host_mem_usage 251952 # Number of bytes of host memory used
host_seconds 0.02 # Real time elapsed on the host
sim_insts 2585 # Number of instructions simulated
sim_ops 2585 # Number of ops (including micro ops) simulated
@ -327,7 +327,9 @@ system.cpu.op_class_0::FloatAdd 0 0.00% 72.26% # Cl
system.cpu.op_class_0::FloatCmp 0 0.00% 72.26% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 0 0.00% 72.26% # Class of committed instruction
system.cpu.op_class_0::FloatMult 0 0.00% 72.26% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 72.26% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 0 0.00% 72.26% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 72.26% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 72.26% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 72.26% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 72.26% # Class of committed instruction
@ -350,7 +352,9 @@ system.cpu.op_class_0::SimdFloatMult 0 0.00% 72.26% # Cl
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 72.26% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 72.26% # Class of committed instruction
system.cpu.op_class_0::MemRead 419 16.21% 88.47% # Class of committed instruction
system.cpu.op_class_0::MemWrite 298 11.53% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemWrite 292 11.30% 99.77% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 0 0.00% 99.77% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 6 0.23% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 2585 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000013 # Nu
sim_ticks 13358500 # Number of ticks simulated
final_tick 13358500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 53089 # Simulator instruction rate (inst/s)
host_op_rate 53060 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 296795260 # Simulator tick rate (ticks/s)
host_mem_usage 251260 # Number of bytes of host memory used
host_seconds 0.05 # Real time elapsed on the host
host_inst_rate 102485 # Simulator instruction rate (inst/s)
host_op_rate 102439 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 573050673 # Simulator tick rate (ticks/s)
host_mem_usage 252720 # Number of bytes of host memory used
host_seconds 0.02 # Real time elapsed on the host
sim_insts 2387 # Number of instructions simulated
sim_ops 2387 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -399,37 +399,41 @@ system.cpu.iq.issued_per_cycle::min_value 0 # N
system.cpu.iq.issued_per_cycle::max_value 8 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::total 7018 # Number of insts issued each cycle
system.cpu.iq.fu_full::No_OpClass 0 0.00% 0.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 6 10.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 10.00% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 30 50.00% 60.00% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 24 40.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 6 9.84% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 9.84% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 30 49.18% 59.02% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 24 39.34% 98.36% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 0 0.00% 98.36% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 1 1.64% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 0 0.00% 0.00% # Type of FU issued
@ -440,7 +444,9 @@ system.cpu.iq.FU_type_0::FloatAdd 0 0.00% 70.01% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 70.01% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 70.01% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 0 0.00% 70.01% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 70.01% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 0 0.00% 70.01% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 70.01% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 70.01% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 70.01% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 70.01% # Type of FU issued
@ -463,20 +469,22 @@ system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 70.01% # Ty
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 70.01% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 70.01% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 745 20.01% 90.01% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 372 9.99% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 366 9.83% 99.84% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 0 0.00% 99.84% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 6 0.16% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 3724 # Type of FU issued
system.cpu.iq.rate 0.139382 # Inst issue rate
system.cpu.iq.fu_busy_cnt 60 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.016112 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 14532 # Number of integer instruction queue reads
system.cpu.iq.fu_busy_cnt 61 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.016380 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 14533 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 6293 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 3394 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 13 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 6 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 6 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 3777 # Number of integer alu accesses
system.cpu.iq.int_alu_accesses 3778 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 7 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 32 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
@ -556,7 +564,9 @@ system.cpu.commit.op_class_0::FloatAdd 0 0.00% 72.48% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 72.48% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 72.48% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 72.48% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 72.48% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 72.48% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 72.48% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 72.48% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 72.48% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 72.48% # Class of committed instruction
@ -579,7 +589,9 @@ system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 72.48% #
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 72.48% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 72.48% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 415 16.11% 88.59% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 294 11.41% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 288 11.18% 99.77% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 0 0.00% 99.77% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 6 0.23% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 2576 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000001 # Nu
sim_ticks 1297500 # Number of ticks simulated
final_tick 1297500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 120967 # Simulator instruction rate (inst/s)
host_op_rate 120887 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 60829891 # Simulator tick rate (ticks/s)
host_mem_usage 241828 # Number of bytes of host memory used
host_seconds 0.02 # Real time elapsed on the host
host_inst_rate 601225 # Simulator instruction rate (inst/s)
host_op_rate 599847 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 301371607 # Simulator tick rate (ticks/s)
host_mem_usage 241196 # Number of bytes of host memory used
host_seconds 0.00 # Real time elapsed on the host
sim_insts 2577 # Number of instructions simulated
sim_ops 2577 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -103,7 +103,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 72.26% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 72.26% # Class of executed instruction
@ -126,7 +128,9 @@ system.cpu.op_class::SimdFloatMult 0 0.00% 72.26% # Cl
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::MemRead 419 16.21% 88.47% # Class of executed instruction
system.cpu.op_class::MemWrite 298 11.53% 100.00% # Class of executed instruction
system.cpu.op_class::MemWrite 292 11.30% 99.77% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 99.77% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 6 0.23% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 2585 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000049 # Nu
sim_ticks 48659 # Number of ticks simulated
final_tick 48659 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 43978 # Simulator instruction rate (inst/s)
host_op_rate 43962 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 829814 # Simulator tick rate (ticks/s)
host_mem_usage 410700 # Number of bytes of host memory used
host_seconds 0.06 # Real time elapsed on the host
host_inst_rate 67712 # Simulator instruction rate (inst/s)
host_op_rate 67695 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1277923 # Simulator tick rate (ticks/s)
host_mem_usage 411644 # Number of bytes of host memory used
host_seconds 0.04 # Real time elapsed on the host
sim_insts 2577 # Number of instructions simulated
sim_ops 2577 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -338,7 +338,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 72.26% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 72.26% # Class of executed instruction
@ -361,7 +363,9 @@ system.cpu.op_class::SimdFloatMult 0 0.00% 72.26% # Cl
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::MemRead 419 16.21% 88.47% # Class of executed instruction
system.cpu.op_class::MemWrite 298 11.53% 100.00% # Class of executed instruction
system.cpu.op_class::MemWrite 292 11.30% 99.77% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 99.77% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 6 0.23% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 2585 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000044 # Nu
sim_ticks 44230 # Number of ticks simulated
final_tick 44230 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 44627 # Simulator instruction rate (inst/s)
host_op_rate 44610 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 765394 # Simulator tick rate (ticks/s)
host_mem_usage 414624 # Number of bytes of host memory used
host_seconds 0.06 # Real time elapsed on the host
host_inst_rate 73967 # Simulator instruction rate (inst/s)
host_op_rate 73941 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1268663 # Simulator tick rate (ticks/s)
host_mem_usage 415828 # Number of bytes of host memory used
host_seconds 0.03 # Real time elapsed on the host
sim_insts 2577 # Number of instructions simulated
sim_ops 2577 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -338,7 +338,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 72.26% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 72.26% # Class of executed instruction
@ -361,7 +363,9 @@ system.cpu.op_class::SimdFloatMult 0 0.00% 72.26% # Cl
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::MemRead 419 16.21% 88.47% # Class of executed instruction
system.cpu.op_class::MemWrite 298 11.53% 100.00% # Class of executed instruction
system.cpu.op_class::MemWrite 292 11.30% 99.77% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 99.77% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 6 0.23% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 2585 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000043 # Nu
sim_ticks 42756 # Number of ticks simulated
final_tick 42756 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 50628 # Simulator instruction rate (inst/s)
host_op_rate 50604 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 839232 # Simulator tick rate (ticks/s)
host_mem_usage 411504 # Number of bytes of host memory used
host_seconds 0.05 # Real time elapsed on the host
host_inst_rate 103649 # Simulator instruction rate (inst/s)
host_op_rate 103608 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1718399 # Simulator tick rate (ticks/s)
host_mem_usage 412956 # Number of bytes of host memory used
host_seconds 0.02 # Real time elapsed on the host
sim_insts 2577 # Number of instructions simulated
sim_ops 2577 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -338,7 +338,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 72.26% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 72.26% # Class of executed instruction
@ -361,7 +363,9 @@ system.cpu.op_class::SimdFloatMult 0 0.00% 72.26% # Cl
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::MemRead 419 16.21% 88.47% # Class of executed instruction
system.cpu.op_class::MemWrite 298 11.53% 100.00% # Class of executed instruction
system.cpu.op_class::MemWrite 292 11.30% 99.77% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 99.77% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 6 0.23% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 2585 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000035 # Nu
sim_ticks 35056 # Number of ticks simulated
final_tick 35056 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 50934 # Simulator instruction rate (inst/s)
host_op_rate 50910 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 692254 # Simulator tick rate (ticks/s)
host_mem_usage 411180 # Number of bytes of host memory used
host_seconds 0.05 # Real time elapsed on the host
host_inst_rate 89727 # Simulator instruction rate (inst/s)
host_op_rate 89697 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1219820 # Simulator tick rate (ticks/s)
host_mem_usage 412632 # Number of bytes of host memory used
host_seconds 0.03 # Real time elapsed on the host
sim_insts 2577 # Number of instructions simulated
sim_ops 2577 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -338,7 +338,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 72.26% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 72.26% # Class of executed instruction
@ -361,7 +363,9 @@ system.cpu.op_class::SimdFloatMult 0 0.00% 72.26% # Cl
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::MemRead 419 16.21% 88.47% # Class of executed instruction
system.cpu.op_class::MemWrite 298 11.53% 100.00% # Class of executed instruction
system.cpu.op_class::MemWrite 292 11.30% 99.77% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 99.77% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 6 0.23% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 2585 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000044 # Nu
sim_ticks 43520 # Number of ticks simulated
final_tick 43520 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 93431 # Simulator instruction rate (inst/s)
host_op_rate 93392 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1576605 # Simulator tick rate (ticks/s)
host_mem_usage 411000 # Number of bytes of host memory used
host_seconds 0.03 # Real time elapsed on the host
host_inst_rate 112756 # Simulator instruction rate (inst/s)
host_op_rate 112704 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1902499 # Simulator tick rate (ticks/s)
host_mem_usage 412460 # Number of bytes of host memory used
host_seconds 0.02 # Real time elapsed on the host
sim_insts 2577 # Number of instructions simulated
sim_ops 2577 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -343,7 +343,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 72.26% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 72.26% # Class of executed instruction
@ -366,7 +368,9 @@ system.cpu.op_class::SimdFloatMult 0 0.00% 72.26% # Cl
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::MemRead 419 16.21% 88.47% # Class of executed instruction
system.cpu.op_class::MemWrite 298 11.53% 100.00% # Class of executed instruction
system.cpu.op_class::MemWrite 292 11.30% 99.77% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 99.77% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 6 0.23% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 2585 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000018 # Nu
sim_ticks 18484500 # Number of ticks simulated
final_tick 18484500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 121029 # Simulator instruction rate (inst/s)
host_op_rate 120936 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 866943608 # Simulator tick rate (ticks/s)
host_mem_usage 250796 # Number of bytes of host memory used
host_seconds 0.02 # Real time elapsed on the host
host_inst_rate 287292 # Simulator instruction rate (inst/s)
host_op_rate 286342 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2049000197 # Simulator tick rate (ticks/s)
host_mem_usage 250420 # Number of bytes of host memory used
host_seconds 0.01 # Real time elapsed on the host
sim_insts 2577 # Number of instructions simulated
sim_ops 2577 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -97,7 +97,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 72.26% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 72.26% # Class of executed instruction
@ -120,7 +122,9 @@ system.cpu.op_class::SimdFloatMult 0 0.00% 72.26% # Cl
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 72.26% # Class of executed instruction
system.cpu.op_class::MemRead 419 16.21% 88.47% # Class of executed instruction
system.cpu.op_class::MemWrite 298 11.53% 100.00% # Class of executed instruction
system.cpu.op_class::MemWrite 292 11.30% 99.77% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 99.77% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 6 0.23% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 2585 # Class of executed instruction

View file

@ -4,10 +4,10 @@ sim_seconds 0.000033 # Nu
sim_ticks 32719500 # Number of ticks simulated
final_tick 32719500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 127457 # Simulator instruction rate (inst/s)
host_op_rate 149152 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 904929733 # Simulator tick rate (ticks/s)
host_mem_usage 267332 # Number of bytes of host memory used
host_inst_rate 128948 # Simulator instruction rate (inst/s)
host_op_rate 150916 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 915725978 # Simulator tick rate (ticks/s)
host_mem_usage 269308 # Number of bytes of host memory used
host_seconds 0.04 # Real time elapsed on the host
sim_insts 4605 # Number of instructions simulated
sim_ops 5391 # Number of ops (including micro ops) simulated
@ -415,7 +415,9 @@ system.cpu.op_class_0::FloatAdd 0 0.00% 63.49% # Cl
system.cpu.op_class_0::FloatCmp 0 0.00% 63.49% # Class of committed instruction
system.cpu.op_class_0::FloatCvt 0 0.00% 63.49% # Class of committed instruction
system.cpu.op_class_0::FloatMult 0 0.00% 63.49% # Class of committed instruction
system.cpu.op_class_0::FloatMultAcc 0 0.00% 63.49% # Class of committed instruction
system.cpu.op_class_0::FloatDiv 0 0.00% 63.49% # Class of committed instruction
system.cpu.op_class_0::FloatMisc 0 0.00% 63.49% # Class of committed instruction
system.cpu.op_class_0::FloatSqrt 0 0.00% 63.49% # Class of committed instruction
system.cpu.op_class_0::SimdAdd 0 0.00% 63.49% # Class of committed instruction
system.cpu.op_class_0::SimdAddAcc 0 0.00% 63.49% # Class of committed instruction
@ -438,7 +440,9 @@ system.cpu.op_class_0::SimdFloatMult 0 0.00% 63.55% # Cl
system.cpu.op_class_0::SimdFloatMultAcc 0 0.00% 63.55% # Class of committed instruction
system.cpu.op_class_0::SimdFloatSqrt 0 0.00% 63.55% # Class of committed instruction
system.cpu.op_class_0::MemRead 1027 19.05% 82.60% # Class of committed instruction
system.cpu.op_class_0::MemWrite 938 17.40% 100.00% # Class of committed instruction
system.cpu.op_class_0::MemWrite 922 17.10% 99.70% # Class of committed instruction
system.cpu.op_class_0::FloatMemRead 0 0.00% 99.70% # Class of committed instruction
system.cpu.op_class_0::FloatMemWrite 16 0.30% 100.00% # Class of committed instruction
system.cpu.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.op_class_0::total 5391 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000018 # Nu
sim_ticks 18422500 # Number of ticks simulated
final_tick 18422500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 65137 # Simulator instruction rate (inst/s)
host_op_rate 76274 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 261240377 # Simulator tick rate (ticks/s)
host_mem_usage 268360 # Number of bytes of host memory used
host_seconds 0.07 # Real time elapsed on the host
host_inst_rate 76941 # Simulator instruction rate (inst/s)
host_op_rate 90095 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 308579581 # Simulator tick rate (ticks/s)
host_mem_usage 270584 # Number of bytes of host memory used
host_seconds 0.06 # Real time elapsed on the host
sim_insts 4592 # Number of instructions simulated
sim_ops 5378 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -613,37 +613,41 @@ system.cpu.iq.issued_per_cycle::min_value 0 # N
system.cpu.iq.issued_per_cycle::max_value 8 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::total 13535 # Number of insts issued each cycle
system.cpu.iq.fu_full::No_OpClass 0 0.00% 0.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 9 6.12% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 6.12% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 66 44.90% 51.02% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 72 48.98% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 9 6.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 6.00% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 66 44.00% 50.00% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 62 41.33% 91.33% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 0 0.00% 91.33% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 13 8.67% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 0 0.00% 0.00% # Type of FU issued
@ -654,7 +658,9 @@ system.cpu.iq.FU_type_0::FloatAdd 0 0.00% 62.13% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 62.13% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 62.13% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 0 0.00% 62.13% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 62.13% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 0 0.00% 62.13% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 62.13% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 62.13% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 62.13% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 62.13% # Type of FU issued
@ -677,21 +683,23 @@ system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 62.17% # Ty
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 62.17% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 62.17% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 1876 23.17% 85.34% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 1187 14.66% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 1154 14.25% 99.59% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 0 0.00% 99.59% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 33 0.41% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 8096 # Type of FU issued
system.cpu.iq.rate 0.219725 # Inst issue rate
system.cpu.iq.fu_busy_cnt 147 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.018157 # FU busy rate (busy events/executed inst)
system.cpu.iq.fu_busy_cnt 150 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.018528 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 29820 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 14935 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 7404 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 91 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 94 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 132 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 32 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 8200 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 43 # Number of floating point alu accesses
system.cpu.iq.fp_alu_accesses 46 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 23 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 1170 # Number of loads squashed
@ -770,7 +778,9 @@ system.cpu.commit.op_class_0::FloatAdd 0 0.00% 63.41% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 63.41% # Class of committed instruction
@ -793,7 +803,9 @@ system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 63.46% #
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 63.46% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 63.46% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 1027 19.10% 82.56% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 938 17.44% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 922 17.14% 99.70% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 0 0.00% 99.70% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 16 0.30% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 5378 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000020 # Nu
sim_ticks 20299000 # Number of ticks simulated
final_tick 20299000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 44590 # Simulator instruction rate (inst/s)
host_op_rate 52212 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 197038809 # Simulator tick rate (ticks/s)
host_mem_usage 265156 # Number of bytes of host memory used
host_seconds 0.10 # Real time elapsed on the host
host_inst_rate 98455 # Simulator instruction rate (inst/s)
host_op_rate 115276 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 434998330 # Simulator tick rate (ticks/s)
host_mem_usage 266116 # Number of bytes of host memory used
host_seconds 0.05 # Real time elapsed on the host
sim_insts 4592 # Number of instructions simulated
sim_ops 5378 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -489,37 +489,41 @@ system.cpu.iq.issued_per_cycle::min_value 0 # N
system.cpu.iq.issued_per_cycle::max_value 4 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::total 15916 # Number of insts issued each cycle
system.cpu.iq.fu_full::No_OpClass 0 0.00% 0.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 416 28.85% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 28.85% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 475 32.94% 61.79% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 551 38.21% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 416 28.75% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 28.75% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 475 32.83% 61.58% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 539 37.25% 98.83% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 0 0.00% 98.83% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 17 1.17% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 0 0.00% 0.00% # Type of FU issued
@ -530,7 +534,9 @@ system.cpu.iq.FU_type_0::FloatAdd 0 0.00% 62.78% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 62.78% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 62.78% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 0 0.00% 62.78% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 62.78% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 0 0.00% 62.78% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 62.78% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 62.78% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 62.78% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 62.78% # Type of FU issued
@ -553,21 +559,23 @@ system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 62.83% # Ty
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 62.83% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 62.83% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 1605 22.21% 85.03% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 1082 14.97% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 1066 14.75% 99.78% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 0 0.00% 99.78% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 16 0.22% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 7228 # Type of FU issued
system.cpu.iq.rate 0.178034 # Inst issue rate
system.cpu.iq.fu_busy_cnt 1442 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.199502 # FU busy rate (busy events/executed inst)
system.cpu.iq.fu_busy_cnt 1447 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.200194 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 31952 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 11715 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 6617 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 44 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 49 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 16 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 16 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 8642 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 28 # Number of floating point alu accesses
system.cpu.iq.fp_alu_accesses 33 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 12 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 796 # Number of loads squashed
@ -646,7 +654,9 @@ system.cpu.commit.op_class_0::FloatAdd 0 0.00% 63.41% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 63.41% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 63.41% # Class of committed instruction
@ -669,7 +679,9 @@ system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 63.46% #
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 63.46% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 63.46% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 1027 19.10% 82.56% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 938 17.44% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 922 17.14% 99.70% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 0 0.00% 99.70% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 16 0.30% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 5378 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000003 # Nu
sim_ticks 2695000 # Number of ticks simulated
final_tick 2695000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 207093 # Simulator instruction rate (inst/s)
host_op_rate 242387 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 121392563 # Simulator tick rate (ticks/s)
host_mem_usage 259512 # Number of bytes of host memory used
host_seconds 0.02 # Real time elapsed on the host
host_inst_rate 707147 # Simulator instruction rate (inst/s)
host_op_rate 826854 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 413753949 # Simulator tick rate (ticks/s)
host_mem_usage 259056 # Number of bytes of host memory used
host_seconds 0.01 # Real time elapsed on the host
sim_insts 4592 # Number of instructions simulated
sim_ops 5378 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -317,7 +317,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 63.49% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 63.49% # Class of executed instruction
@ -340,7 +342,9 @@ system.cpu.op_class::SimdFloatMult 0 0.00% 63.55% # Cl
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 63.55% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 63.55% # Class of executed instruction
system.cpu.op_class::MemRead 1027 19.05% 82.60% # Class of executed instruction
system.cpu.op_class::MemWrite 938 17.40% 100.00% # Class of executed instruction
system.cpu.op_class::MemWrite 922 17.10% 99.70% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 99.70% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 16 0.30% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 5391 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000003 # Nu
sim_ticks 2695000 # Number of ticks simulated
final_tick 2695000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 213878 # Simulator instruction rate (inst/s)
host_op_rate 250318 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 125362190 # Simulator tick rate (ticks/s)
host_mem_usage 258232 # Number of bytes of host memory used
host_seconds 0.02 # Real time elapsed on the host
host_inst_rate 709054 # Simulator instruction rate (inst/s)
host_op_rate 829008 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 414799236 # Simulator tick rate (ticks/s)
host_mem_usage 257780 # Number of bytes of host memory used
host_seconds 0.01 # Real time elapsed on the host
sim_insts 4592 # Number of instructions simulated
sim_ops 5378 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -193,7 +193,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 63.49% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 63.49% # Class of executed instruction
@ -216,7 +218,9 @@ system.cpu.op_class::SimdFloatMult 0 0.00% 63.55% # Cl
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 63.55% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 63.55% # Class of executed instruction
system.cpu.op_class::MemRead 1027 19.05% 82.60% # Class of executed instruction
system.cpu.op_class::MemWrite 938 17.40% 100.00% # Class of executed instruction
system.cpu.op_class::MemWrite 922 17.10% 99.70% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 99.70% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 16 0.30% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 5391 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000029 # Nu
sim_ticks 28648500 # Number of ticks simulated
final_tick 28648500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 192730 # Simulator instruction rate (inst/s)
host_op_rate 224907 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1208517164 # Simulator tick rate (ticks/s)
host_mem_usage 267456 # Number of bytes of host memory used
host_seconds 0.02 # Real time elapsed on the host
host_inst_rate 484095 # Simulator instruction rate (inst/s)
host_op_rate 564461 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 3030833923 # Simulator tick rate (ticks/s)
host_mem_usage 267516 # Number of bytes of host memory used
host_seconds 0.01 # Real time elapsed on the host
sim_insts 4566 # Number of instructions simulated
sim_ops 5330 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -187,7 +187,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 63.49% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 63.49% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 63.49% # Class of executed instruction
@ -210,7 +212,9 @@ system.cpu.op_class::SimdFloatMult 0 0.00% 63.55% # Cl
system.cpu.op_class::SimdFloatMultAcc 0 0.00% 63.55% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt 0 0.00% 63.55% # Class of executed instruction
system.cpu.op_class::MemRead 1027 19.05% 82.60% # Class of executed instruction
system.cpu.op_class::MemWrite 938 17.40% 100.00% # Class of executed instruction
system.cpu.op_class::MemWrite 922 17.10% 99.70% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 99.70% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 16 0.30% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 5391 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000024 # Nu
sim_ticks 24405000 # Number of ticks simulated
final_tick 24405000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 101939 # Simulator instruction rate (inst/s)
host_op_rate 101907 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 497362491 # Simulator tick rate (ticks/s)
host_mem_usage 250452 # Number of bytes of host memory used
host_seconds 0.05 # Real time elapsed on the host
host_inst_rate 123007 # Simulator instruction rate (inst/s)
host_op_rate 122970 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 600170719 # Simulator tick rate (ticks/s)
host_mem_usage 251144 # Number of bytes of host memory used
host_seconds 0.04 # Real time elapsed on the host
sim_insts 4999 # Number of instructions simulated
sim_ops 4999 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -392,7 +392,9 @@ system.cpu.iq.fu_full::FloatAdd 0 0.00% 3.33% # at
system.cpu.iq.fu_full::FloatCmp 0 0.00% 3.33% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 3.33% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 3.33% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 3.33% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 3.33% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 3.33% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 3.33% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 3.33% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 3.33% # attempts to use FU when none available
@ -416,6 +418,8 @@ system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 3.33% # at
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 3.33% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 117 65.00% 68.33% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 57 31.67% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 0 0.00% 0.00% # Type of FU issued
@ -426,7 +430,9 @@ system.cpu.iq.FU_type_0::FloatAdd 2 0.02% 58.90% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 58.90% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 58.90% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 0 0.00% 58.90% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 58.90% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 0 0.00% 58.90% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 58.90% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 58.90% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 58.90% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 58.90% # Type of FU issued
@ -450,6 +456,8 @@ system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 58.90% # T
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 58.90% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 2274 28.01% 86.91% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 1063 13.09% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 8119 # Type of FU issued
@ -542,7 +550,9 @@ system.cpu.commit.op_class_0::FloatAdd 2 0.04% 63.90% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 63.90% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 63.90% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 63.90% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 63.90% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 63.90% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 63.90% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 63.90% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 63.90% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 63.90% # Class of committed instruction
@ -566,6 +576,8 @@ system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 63.90
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 63.90% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 1135 20.12% 84.02% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 901 15.98% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 5640 # Class of committed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000003 # Nu
sim_ticks 2820500 # Number of ticks simulated
final_tick 2820500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 280567 # Simulator instruction rate (inst/s)
host_op_rate 280375 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 140096420 # Simulator tick rate (ticks/s)
host_mem_usage 239748 # Number of bytes of host memory used
host_seconds 0.02 # Real time elapsed on the host
host_inst_rate 973752 # Simulator instruction rate (inst/s)
host_op_rate 969638 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 482917179 # Simulator tick rate (ticks/s)
host_mem_usage 239104 # Number of bytes of host memory used
host_seconds 0.01 # Real time elapsed on the host
sim_insts 5641 # Number of instructions simulated
sim_ops 5641 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -89,7 +89,9 @@ system.cpu.op_class::FloatAdd 2 0.04% 63.90% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 63.90% # Class of executed instruction
@ -113,6 +115,8 @@ system.cpu.op_class::SimdFloatMultAcc 0 0.00% 63.90% # Cl
system.cpu.op_class::SimdFloatSqrt 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::MemRead 1135 20.12% 84.01% # Class of executed instruction
system.cpu.op_class::MemWrite 902 15.99% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 5642 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000106 # Nu
sim_ticks 106125 # Number of ticks simulated
final_tick 106125 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000 # Frequency of simulated ticks
host_inst_rate 64036 # Simulator instruction rate (inst/s)
host_op_rate 64023 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1204237 # Simulator tick rate (ticks/s)
host_mem_usage 413260 # Number of bytes of host memory used
host_seconds 0.09 # Real time elapsed on the host
host_inst_rate 110492 # Simulator instruction rate (inst/s)
host_op_rate 110472 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 2077956 # Simulator tick rate (ticks/s)
host_mem_usage 415232 # Number of bytes of host memory used
host_seconds 0.05 # Real time elapsed on the host
sim_insts 5641 # Number of instructions simulated
sim_ops 5641 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -332,7 +332,9 @@ system.cpu.op_class::FloatAdd 2 0.04% 63.90% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 63.90% # Class of executed instruction
@ -356,6 +358,8 @@ system.cpu.op_class::SimdFloatMultAcc 0 0.00% 63.90% # Cl
system.cpu.op_class::SimdFloatSqrt 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::MemRead 1135 20.12% 84.01% # Class of executed instruction
system.cpu.op_class::MemWrite 902 15.99% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 5642 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000034 # Nu
sim_ticks 34362500 # Number of ticks simulated
final_tick 34362500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 251821 # Simulator instruction rate (inst/s)
host_op_rate 251667 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 1532173253 # Simulator tick rate (ticks/s)
host_mem_usage 250252 # Number of bytes of host memory used
host_seconds 0.02 # Real time elapsed on the host
host_inst_rate 587904 # Simulator instruction rate (inst/s)
host_op_rate 587165 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 3572983060 # Simulator tick rate (ticks/s)
host_mem_usage 249352 # Number of bytes of host memory used
host_seconds 0.01 # Real time elapsed on the host
sim_insts 5641 # Number of instructions simulated
sim_ops 5641 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -83,7 +83,9 @@ system.cpu.op_class::FloatAdd 2 0.04% 63.90% # Cl
system.cpu.op_class::FloatCmp 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatCvt 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatMult 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatMultAcc 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatDiv 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatMisc 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::FloatSqrt 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::SimdAdd 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::SimdAddAcc 0 0.00% 63.90% # Class of executed instruction
@ -107,6 +109,8 @@ system.cpu.op_class::SimdFloatMultAcc 0 0.00% 63.90% # Cl
system.cpu.op_class::SimdFloatSqrt 0 0.00% 63.90% # Class of executed instruction
system.cpu.op_class::MemRead 1135 20.12% 84.01% # Class of executed instruction
system.cpu.op_class::MemWrite 902 15.99% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemRead 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::FloatMemWrite 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction
system.cpu.op_class::total 5642 # Class of executed instruction

View file

@ -4,11 +4,11 @@ sim_seconds 0.000021 # Nu
sim_ticks 21268000 # Number of ticks simulated
final_tick 21268000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
host_inst_rate 112778 # Simulator instruction rate (inst/s)
host_op_rate 112739 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 413846380 # Simulator tick rate (ticks/s)
host_mem_usage 248372 # Number of bytes of host memory used
host_seconds 0.05 # Real time elapsed on the host
host_inst_rate 133148 # Simulator instruction rate (inst/s)
host_op_rate 133114 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 488684971 # Simulator tick rate (ticks/s)
host_mem_usage 249832 # Number of bytes of host memory used
host_seconds 0.04 # Real time elapsed on the host
sim_insts 5792 # Number of instructions simulated
sim_ops 5792 # Number of ops (including micro ops) simulated
system.voltage_domain.voltage 1 # Voltage in Volts
@ -386,37 +386,41 @@ system.cpu.iq.issued_per_cycle::min_value 0 # N
system.cpu.iq.issued_per_cycle::max_value 8 # Number of insts issued each cycle
system.cpu.iq.issued_per_cycle::total 12418 # Number of insts issued each cycle
system.cpu.iq.fu_full::No_OpClass 0 0.00% 0.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 12 6.32% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 6.32% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 88 46.32% 52.63% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 90 47.37% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IntAlu 12 6.06% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::IntMult 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::IntDiv 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatAdd 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCmp 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatCvt 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMult 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMultAcc 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatDiv 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMisc 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatSqrt 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAdd 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdAlu 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCmp 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdCvt 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMisc 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMult 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShift 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdSqrt 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 6.06% # attempts to use FU when none available
system.cpu.iq.fu_full::MemRead 88 44.44% 50.51% # attempts to use FU when none available
system.cpu.iq.fu_full::MemWrite 87 43.94% 94.44% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemRead 0 0.00% 94.44% # attempts to use FU when none available
system.cpu.iq.fu_full::FloatMemWrite 11 5.56% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available
system.cpu.iq.FU_type_0::No_OpClass 0 0.00% 0.00% # Type of FU issued
@ -427,7 +431,9 @@ system.cpu.iq.FU_type_0::FloatAdd 2 0.02% 62.81% # Ty
system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 62.81% # Type of FU issued
system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 62.81% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMult 0 0.00% 62.81% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMultAcc 0 0.00% 62.81% # Type of FU issued
system.cpu.iq.FU_type_0::FloatDiv 0 0.00% 62.81% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMisc 0 0.00% 62.81% # Type of FU issued
system.cpu.iq.FU_type_0::FloatSqrt 0 0.00% 62.81% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAdd 0 0.00% 62.81% # Type of FU issued
system.cpu.iq.FU_type_0::SimdAddAcc 0 0.00% 62.81% # Type of FU issued
@ -449,22 +455,24 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 0 0.00% 62.81% # Ty
system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 62.81% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 62.81% # Type of FU issued
system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 62.81% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 1813 20.58% 83.39% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 1463 16.61% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::MemRead 1811 20.56% 83.37% # Type of FU issued
system.cpu.iq.FU_type_0::MemWrite 1439 16.34% 99.70% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemRead 2 0.02% 99.73% # Type of FU issued
system.cpu.iq.FU_type_0::FloatMemWrite 24 0.27% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued
system.cpu.iq.FU_type_0::total 8808 # Type of FU issued
system.cpu.iq.rate 0.207067 # Inst issue rate
system.cpu.iq.fu_busy_cnt 190 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.021571 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 30215 # Number of integer instruction queue reads
system.cpu.iq.fu_busy_cnt 198 # FU busy when requested
system.cpu.iq.fu_busy_rate 0.022480 # FU busy rate (busy events/executed inst)
system.cpu.iq.int_inst_queue_reads 30218 # Number of integer instruction queue reads
system.cpu.iq.int_inst_queue_writes 14647 # Number of integer instruction queue writes
system.cpu.iq.int_inst_queue_wakeup_accesses 8115 # Number of integer instruction queue wakeup accesses
system.cpu.iq.fp_inst_queue_reads 62 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_reads 67 # Number of floating instruction queue reads
system.cpu.iq.fp_inst_queue_writes 36 # Number of floating instruction queue writes
system.cpu.iq.fp_inst_queue_wakeup_accesses 27 # Number of floating instruction queue wakeup accesses
system.cpu.iq.int_alu_accesses 8964 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 34 # Number of floating point alu accesses
system.cpu.iq.int_alu_accesses 8967 # Number of integer alu accesses
system.cpu.iq.fp_alu_accesses 39 # Number of floating point alu accesses
system.cpu.iew.lsq.thread0.forwLoads 79 # Number of loads that had data forwarded from stores
system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address
system.cpu.iew.lsq.thread0.squashedLoads 976 # Number of loads squashed
@ -543,7 +551,9 @@ system.cpu.commit.op_class_0::FloatAdd 2 0.03% 65.35% # Cl
system.cpu.commit.op_class_0::FloatCmp 0 0.00% 65.35% # Class of committed instruction
system.cpu.commit.op_class_0::FloatCvt 0 0.00% 65.35% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMult 0 0.00% 65.35% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMultAcc 0 0.00% 65.35% # Class of committed instruction
system.cpu.commit.op_class_0::FloatDiv 0 0.00% 65.35% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMisc 0 0.00% 65.35% # Class of committed instruction
system.cpu.commit.op_class_0::FloatSqrt 0 0.00% 65.35% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAdd 0 0.00% 65.35% # Class of committed instruction
system.cpu.commit.op_class_0::SimdAddAcc 0 0.00% 65.35% # Class of committed instruction
@ -565,8 +575,10 @@ system.cpu.commit.op_class_0::SimdFloatMisc 0 0.00% 65.35% #
system.cpu.commit.op_class_0::SimdFloatMult 0 0.00% 65.35% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatMultAcc 0 0.00% 65.35% # Class of committed instruction
system.cpu.commit.op_class_0::SimdFloatSqrt 0 0.00% 65.35% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 961 16.59% 81.94% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 1046 18.06% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::MemRead 960 16.57% 81.92% # Class of committed instruction
system.cpu.commit.op_class_0::MemWrite 1027 17.73% 99.65% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemRead 1 0.02% 99.67% # Class of committed instruction
system.cpu.commit.op_class_0::FloatMemWrite 19 0.33% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction
system.cpu.commit.op_class_0::total 5792 # Class of committed instruction

Some files were not shown because too many files have changed in this diff Show more