sim-outorder_dvfs: SimpleScalar/PISA Tool Set version 3.0 of September, 1998. Copyright (c) 1994-1998 by Todd M. Austin. All Rights Reserved. Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 sim: command line: ./sim-outorder_dvfs -max:inst 10000000 -fastfwd 10000000 parser00.O2unroll.gcc.100M.ss 2.1.dict sim: simulation started @ Tue Dec 1 19:41:34 2009, options follow: sim-outorder: This simulator implements a very detailed out-of-order issue superscalar processor with a two-level memory system and speculative execution support. This simulator is a performance simulator, tracking the latency of all pipeline operations. # -config # load configuration from a file # -dumpconfig # dump configuration to a file # -h false # print help message # -v false # verbose operation # -d false # enable debug message # -i false # start in Dlite debugger -seed 1 # random number generator seed (0 for timer seed) # -q false # initialize and terminate immediately # -chkpt # restore EIO trace execution from # -redir:sim # redirect simulator output to file (non-interactive only) # -redir:prog # redirect simulated program output to file -nice 0 # simulator scheduling priority -max:inst 10000000 # maximum number of inst's to execute -fastfwd 10000000 # number of insts skipped before timing starts # -ptrace # generate pipetrace, i.e., -fetch:ifqsize 4 # instruction fetch queue size (in insts) -fetch:mplat 3 # extra branch mis-prediction latency -fetch:speed 1 # speed of front-end of machine relative to execution core -bpred bimod # branch predictor type {nottaken|taken|perfect|bimod|2lev|comb} -bpred:bimod 2048 # bimodal predictor config () -bpred:2lev 1 1024 8 0 # 2-level predictor config ( ) -bpred:comb 1024 # combining predictor config () -bpred:ras 8 # return address stack size (0 for no return stack) -bpred:btb 512 4 # BTB config ( ) # -bpred:spec_update # speculative predictors update in {ID|WB} (default non-spec) -decode:width 4 # instruction decode B/W (insts/cycle) -issue:width 4 # instruction issue B/W (insts/cycle) -issue:inorder false # run pipeline with in-order issue -issue:wrongpath true # issue instructions down wrong execution paths -commit:width 4 # instruction commit B/W (insts/cycle) -ruu:size 16 # register update unit (RUU) size -lsq:size 8 # load/store queue (LSQ) size -cache:dl1 dl1:128:32:4:l # l1 data cache config, i.e., {|none} -cache:dl1lat 1 # l1 data cache hit latency (in cycles) -cache:dl2 ul2:1024:64:4:l # l2 data cache config, i.e., {|none} -cache:dl2lat 6 # l2 data cache hit latency (in cycles) -cache:il1 il1:512:32:1:l # l1 inst cache config, i.e., {|dl1|dl2|none} -cache:il1lat 1 # l1 instruction cache hit latency (in cycles) -cache:il2 dl2 # l2 instruction cache config, i.e., {|dl2|none} -cache:il2lat 6 # l2 instruction cache hit latency (in cycles) -cache:flush false # flush caches on system calls -cache:icompress false # convert 64-bit inst addresses to 32-bit inst equivalents -mem:lat 18 2 # memory access latency ( ) -mem:width 8 # memory access bus width (in bytes) -tlb:itlb itlb:16:4096:4:l # instruction TLB config, i.e., {|none} -tlb:dtlb dtlb:32:4096:4:l # data TLB config, i.e., {|none} -tlb:lat 30 # inst/data TLB miss latency (in cycles) -res:ialu 4 # total number of integer ALU's available -res:imult 1 # total number of integer multiplier/dividers available -res:memport 2 # total number of memory system ports available (to CPU) -res:fpalu 4 # total number of floating point ALU's available -res:fpmult 1 # total number of floating point multiplier/dividers available # -pcstat # profile stat(s) against text addr's (mult uses ok) -bugcompat false # operate in backward-compatible bugs mode (for testing only) Pipetrace range arguments are formatted as follows: {{@|#}}:{{@|#|+}} Both ends of the range are optional, if neither are specified, the entire execution is traced. Ranges that start with a `@' designate an address range to be traced, those that start with an `#' designate a cycle count range. All other range values represent an instruction count range. The second argument, if specified with a `+', indicates a value relative to the first argument, e.g., 1000:+100 == 1000:1100. Program symbols may be used in all contexts. Examples: -ptrace FOO.trc #0:#1000 -ptrace BAR.trc @2000: -ptrace BLAH.trc :1500 -ptrace UXXE.trc : -ptrace FOOBAR.trc @main:+278 Branch predictor configuration examples for 2-level predictor: Configurations: N, M, W, X N # entries in first level (# of shift register(s)) W width of shift register(s) M # entries in 2nd level (# of counters, or other FSM) X (yes-1/no-0) xor history and address for 2nd level index Sample predictors: GAg : 1, W, 2^W, 0 GAp : 1, W, M (M > 2^W), 0 PAg : N, W, 2^W, 0 PAp : N, W, M (M == 2^(N+W)), 0 gshare : 1, W, 2^W, 1 Predictor `comb' combines a bimodal and a 2-level predictor. The cache config parameter has the following format: :::: - name of the cache being defined - number of sets in the cache - block size of the cache - associativity of the cache - block replacement strategy, 'l'-LRU, 'f'-FIFO, 'r'-random Examples: -cache:dl1 dl1:4096:32:1:l -dtlb dtlb:128:4096:32:r Cache levels can be unified by pointing a level of the instruction cache hierarchy at the data cache hiearchy using the "dl1" and "dl2" cache configuration arguments. Most sensible combinations are supported, e.g., A unified l2 cache (il2 is pointed at dl2): -cache:il1 il1:128:64:1:l -cache:il2 dl2 -cache:dl1 dl1:256:32:1:l -cache:dl2 ul2:1024:64:2:l Or, a fully unified cache hierarchy (il1 pointed at dl1): -cache:il1 dl1 -cache:dl1 ul1:256:32:1:l -cache:dl2 ul2:1024:64:2:l sim: ** fast forwarding 10000000 insts ** Reading the dictionary files: **sim: ** starting performance simulation ** Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 163 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 84 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Acc Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 ess Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best N Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 dbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Be Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 st Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data si Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 de (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag si Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 de (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.2 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 9318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bit Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 line_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.4 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 6851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_ Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid sign Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 al driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output dri Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 ver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cach Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 e Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Blo Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 ck Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.074 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 96e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 B Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 est Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Ti Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 me Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 ): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data ( Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.5 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 8 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_ Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with outpu Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 t driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 .19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in byt Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 es: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Si Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 ze (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycl Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 e Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 B Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 est Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (n Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 s): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 de Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 code_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.329 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 56 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 d Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 ecode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 .24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sen Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 se_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data out Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 put driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.719 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 04 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.9233 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 9 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in byte Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 s: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Ass Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 ociativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 : 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Bes Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 t Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1) Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 : 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 _amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wo Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 rdline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 _amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns) Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 : 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total da Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 ta path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 pre Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 charge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parame Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 ters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 B Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 lock Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Tim Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 e: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed up! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 .09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Be Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 st Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntsp Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 d (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.923 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 13 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_d Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 ata (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bi Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 tline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.2 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 6 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inve Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 rter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2. Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output dr Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 iver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameter Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 s: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number o Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 f sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 B Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 est Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns) Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 : 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordlin Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 e_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns) Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 : 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (n Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 s): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 .789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driv Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 er) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc ( Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of set Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 s: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 ): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle T Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 ime: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 B Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 est Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Be Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 st Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 : data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns) Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 : 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 5.04786 Branch Predictor Power Consumption: 0.163621 (5.37%) branch target buffer power (W): 0.143672 local predict power (W): 0.00624411 global predict power (W): 0.00709918 chooser power (W): 0.00415536 RAS power (W): 0.00245052 Rename Logic Power Consumption: 0.0104069 (0.341%) Instruction Decode Power (W): 0.000485262 RAT decode_power (W): 0.00342327 RAT wordline_power (W): 0.000774826 RAT bitline_power (W): 0.00542029 DCL Comparators (W): 0.000303288 Instruction Window Power Consumption: 0.0514899 (1.69%) tagdrive (W): 0.00230958 tagmatch (W): 0.000872211 Selection Logic (W): 0.000413992 decode_power (W): 0.00164902 wordline_power (W): 0.00221003 bitline_power (W): 0.0440351 Load/Store Queue Power Consumption: 0.0227073 (0.745%) tagdrive (W): 0.0106829 tagmatch (W): 0.00259571 decode_power (W): 0.000242631 wordline_power (W): 0.000378602 bitline_power (W): 0.00880742 Arch. Register File Power Consumption: 0.0805164 (2.64%) decode_power (W): 0.00342327 wordline_power (W): 0.00221003 bitline_power (W): 0.0748831 Result Bus Power Consumption: 0.0624241 (2.05%) Total Clock Power: 1.21766 (40%) Int ALU Power: 0.149665 (4.91%) FP ALU Power: 0.458652 (15%) Instruction Cache Power Consumption: 0.112954 (3.71%) decode_power (W): 0.0233511 wordline_power (W): 0.000678263 bitline_power (W): 0.0289484 senseamp_power (W): 0.03648 tagarray_power (W): 0.0234957 Itlb_power (W): 0.00879361 (0.289%) Data Cache Power Consumption: 0.46436 (15.2%) decode_power (W): 0.0192338 wordline_power (W): 0.00460979 bitline_power (W): 0.0791131 senseamp_power (W): 0.29184 tagarray_power (W): 0.0695636 Dtlb_power (W): 0.027654 (0.907%) Level 2 Cache Power Consumption: 0.216952 (7.12%) decode_power (W): 0.0123782 wordline_power (W): 0.00099939 bitline_power (W): 0.103859 senseamp_power (W): 0.07296 tagarray_power (W): 0.0267553 (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Speed down! Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 4 Block Size (bytes): 8 Access Time: 9.27925e-09 Cycle Time: 1.09081e-08 Best Ndwl (L1): 8 Best Ndbl (L1): 1 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 8.44162 tag side (ns): 8.55667 decode_data (ns): 5.29318 wordline_data (ns): 1.03507 bitline_data (ns): 0.810785 sense_amp_data (ns): 0.58 decode_tag (ns): 2.37065 wordline_tag (ns): 1.36 Processor Parameters: Issue Width: 4 Window Size: 16 Number of Virtual Registers: 32 Number of Physical Registers: 16 Datapath Width: 64 Total Power Consumption: 24.105 Branch Predictor Power Consumption: 1.14342 (5.17%) branch target buffer power (W): 1.04097 local predict power (W): 0.0275244 global predict power (W): 0.031332 chooser power (W): 0.0206036 RAS power (W): 0.0229956 Rename Logic Power Consumption: 0.0887797 (0.402%) Instruction Decode Power (W): 0.0038821 RAT decode_power (W): 0.0273861 RAT wordline_power (W): 0.00645964 RAT bitline_power (W): 0.0486255 DCL Comparators (W): 0.0024263 Instruction Window Power Consumption: 0.517536 (2.34%) tagdrive (W): 0.0186418 tagmatch (W): 0.00697769 Selection Logic (W): 0.00331194 decode_power (W): 0.0131921 wordline_power (W): 0.0176803 bitline_power (W): 0.457732 Load/Store Queue Power Consumption: 0.201758 (0.913%) tagdrive (W): 0.0854673 tagmatch (W): 0.0207657 decode_power (W): 0.00194105 wordline_power (W): 0.00302882 bitline_power (W): 0.0905553 Arch. Register File Power Consumption: 0.769909 (3.48%) decode_power (W): 0.0273861 wordline_power (W): 0.0176803 bitline_power (W): 0.724843 Result Bus Power Consumption: 0.499392 (2.26%) Total Clock Power: 10.1199 (45.8%) Int ALU Power: 1.19732 (5.42%) FP ALU Power: 3.66922 (16.6%) Instruction Cache Power Consumption: 0.614638 (2.78%) decode_power (W): 0.186809 wordline_power (W): 0.00542611 bitline_power (W): 0.231588 senseamp_power (W): 0.07296 tagarray_power (W): 0.117856 Itlb_power (W): 0.0565504 (0.256%) Data Cache Power Consumption: 1.80232 (8.15%) decode_power (W): 0.15387 wordline_power (W): 0.0368784 bitline_power (W): 0.749615 senseamp_power (W): 0.58368 tagarray_power (W): 0.278274 Dtlb_power (W): 0.193103 (0.874%) Level 2 Cache Power Consumption: 1.23116 (5.57%) decode_power (W): 0.0990259 wordline_power (W): 0.00799512 bitline_power (W): 0.83087 senseamp_power (W): 0.14592 tagarray_power (W): 0.147353 sim: ** simulation statistics ** sim_num_insn 7950197 # total number of instructions committed sim_num_refs 2785274 # total number of loads and stores committed sim_num_loads 2109024 # total number of loads committed sim_num_stores 676250.0000 # total number of stores committed sim_num_branches 2241195 # total number of branches committed sim_elapsed_time 12 # total simulation time in seconds sim_inst_rate 662516.4167 # simulation speed (in insts/sec) sim_total_insn 10000003 # total number of instructions executed sim_total_refs 3642158 # total number of loads and stores executed sim_total_loads 2791393 # total number of loads executed sim_total_stores 850765.0000 # total number of stores executed sim_total_branches 2707204 # total number of branches executed sim_cycle 4779253 # total simulation time in cycles sim_IPC 1.6635 # instructions per cycle sim_CPI 0.6011 # cycles per instruction sim_exec_BW 2.0924 # total instructions (mis-spec + committed) per cycle sim_IPB 3.5473 # instruction per branch IFQ_count 13281471 # cumulative IFQ occupancy IFQ_fcount 2572288 # cumulative IFQ full count ifq_occupancy 2.7790 # avg IFQ occupancy (insn's) ifq_rate 2.0924 # avg IFQ dispatch rate (insn/cycle) ifq_latency 1.3281 # avg IFQ occupant latency (cycle's) ifq_full 0.5382 # fraction of time (cycle's) IFQ was full RUU_count 47585255 # cumulative RUU occupancy RUU_fcount 1180938 # cumulative RUU full count ruu_occupancy 9.9566 # avg RUU occupancy (insn's) ruu_rate 2.0924 # avg RUU dispatch rate (insn/cycle) ruu_latency 4.7585 # avg RUU occupant latency (cycle's) ruu_full 0.2471 # fraction of time (cycle's) RUU was full LSQ_count 17383195 # cumulative LSQ occupancy LSQ_fcount 427278 # cumulative LSQ full count lsq_occupancy 3.6372 # avg LSQ occupancy (insn's) lsq_rate 2.0924 # avg LSQ dispatch rate (insn/cycle) lsq_latency 1.7383 # avg LSQ occupant latency (cycle's) lsq_full 0.0894 # fraction of time (cycle's) LSQ was full bpred_bimod.lookups 2971120 # total number of bpred lookups bpred_bimod.updates 2241191 # total number of updates bpred_bimod.addr_hits 1991714 # total number of address-predicted hits bpred_bimod.dir_hits 2095547 # total number of direction-predicted hits (includes addr-hits) bpred_bimod.misses 145644 # total number of misses bpred_bimod.jr_hits 203824 # total number of address-predicted hits for JR's bpred_bimod.jr_seen 307625 # total number of JR's seen bpred_bimod.jr_non_ras_hits.PP 0 # total number of address-predicted hits for non-RAS JR's bpred_bimod.jr_non_ras_seen.PP 0 # total number of non-RAS JR's seen bpred_bimod.bpred_addr_rate 0.8887 # branch address-prediction rate (i.e., addr-hits/updates) bpred_bimod.bpred_dir_rate 0.9350 # branch direction-prediction rate (i.e., all-hits/updates) bpred_bimod.bpred_jr_rate 0.6626 # JR address-prediction rate (i.e., JR addr-hits/JRs seen) bpred_bimod.bpred_jr_non_ras_rate.PP # non-RAS JR addr-pred rate (ie, non-RAS JR hits/JRs seen) bpred_bimod.retstack_pushes 399673 # total number of address pushed onto ret-addr stack bpred_bimod.retstack_pops 426530 # total number of address popped off of ret-addr stack bpred_bimod.used_ras.PP 307625 # total number of RAS predictions used bpred_bimod.ras_hits.PP 203824 # total number of RAS hits bpred_bimod.ras_rate.PP 0.6626 # RAS prediction rate (i.e., RAS hits/used RAS) il1.accesses 10761731 # total number of accesses il1.hits 10761645 # total number of hits il1.misses 86 # total number of misses il1.replacements 0 # total number of replacements il1.writebacks 0 # total number of writebacks il1.invalidations 0 # total number of invalidations il1.miss_rate 0.0000 # miss rate (i.e., misses/ref) il1.repl_rate 0.0000 # replacement rate (i.e., repls/ref) il1.wb_rate 0.0000 # writeback rate (i.e., wrbks/ref) il1.inv_rate 0.0000 # invalidation rate (i.e., invs/ref) dl1.accesses 3036623 # total number of accesses dl1.hits 3026522 # total number of hits dl1.misses 10101 # total number of misses dl1.replacements 9589 # total number of replacements dl1.writebacks 4403 # total number of writebacks dl1.invalidations 0 # total number of invalidations dl1.miss_rate 0.0033 # miss rate (i.e., misses/ref) dl1.repl_rate 0.0032 # replacement rate (i.e., repls/ref) dl1.wb_rate 0.0014 # writeback rate (i.e., wrbks/ref) dl1.inv_rate 0.0000 # invalidation rate (i.e., invs/ref) ul2.accesses 14590 # total number of accesses ul2.hits 11692 # total number of hits ul2.misses 2898 # total number of misses ul2.replacements 10 # total number of replacements ul2.writebacks 6 # total number of writebacks ul2.invalidations 0 # total number of invalidations ul2.miss_rate 0.1986 # miss rate (i.e., misses/ref) ul2.repl_rate 0.0007 # replacement rate (i.e., repls/ref) ul2.wb_rate 0.0004 # writeback rate (i.e., wrbks/ref) ul2.inv_rate 0.0000 # invalidation rate (i.e., invs/ref) itlb.accesses 10761731 # total number of accesses itlb.hits 10761727 # total number of hits itlb.misses 4 # total number of misses itlb.replacements 0 # total number of replacements itlb.writebacks 0 # total number of writebacks itlb.invalidations 0 # total number of invalidations itlb.miss_rate 0.0000 # miss rate (i.e., misses/ref) itlb.repl_rate 0.0000 # replacement rate (i.e., repls/ref) itlb.wb_rate 0.0000 # writeback rate (i.e., wrbks/ref) itlb.inv_rate 0.0000 # invalidation rate (i.e., invs/ref) dtlb.accesses 3037018 # total number of accesses dtlb.hits 3036967 # total number of hits dtlb.misses 51 # total number of misses dtlb.replacements 0 # total number of replacements dtlb.writebacks 0 # total number of writebacks dtlb.invalidations 0 # total number of invalidations dtlb.miss_rate 0.0000 # miss rate (i.e., misses/ref) dtlb.repl_rate 0.0000 # replacement rate (i.e., repls/ref) dtlb.wb_rate 0.0000 # writeback rate (i.e., wrbks/ref) dtlb.inv_rate 0.0000 # invalidation rate (i.e., invs/ref) rename_power 330583.4020 # total power usage of rename unit bpred_power 4293068.9345 # total power usage of bpred unit window_power 1916142.9864 # total power usage of instruction window lsq_power 750146.0360 # total power usage of load/store queue regfile_power 2855222.3930 # total power usage of arch. regfile icache_power 2550763.6787 # total power usage of icache dcache_power 7738862.1245 # total power usage of dcache dcache2_power 4671258.5583 # total power usage of dcache2 alu_power 18166482.9172 # total power usage of alu falu_power 13696951.4064 # total power usage of falu resultbus_power 1864200.2638 # total power usage of resultbus clock_power 37720431.7829 # total power usage of clock avg_rename_power 0.0692 # avg power usage of rename unit avg_bpred_power 0.8983 # avg power usage of bpred unit avg_window_power 0.4009 # avg power usage of instruction window avg_lsq_power 0.1570 # avg power usage of lsq avg_regfile_power 0.5974 # avg power usage of arch. regfile avg_icache_power 0.5337 # avg power usage of icache avg_dcache_power 1.6193 # avg power usage of dcache avg_dcache2_power 0.9774 # avg power usage of dcache2 avg_alu_power 3.8011 # avg power usage of alu avg_falu_power 2.8659 # avg power usage of falu avg_resultbus_power 0.3901 # avg power usage of resultbus avg_clock_power 7.8925 # avg power usage of clock fetch_stage_power 6843832.6132 # total power usage of fetch stage dispatch_stage_power 330583.4020 # total power usage of dispatch stage issue_stage_power 35107092.8863 # total power usage of issue stage avg_fetch_power 1.4320 # average power of fetch unit per cycle avg_dispatch_power 0.0692 # average power of dispatch unit per cycle avg_issue_power 7.3457 # average power of issue unit per cycle total_power 82857163.0773 # total power per cycle avg_total_power_cycle 17.3368 # average total power per cycle avg_total_power_cycle_nofp_nod2 13.4935 # average total power per cycle avg_total_power_insn 8.2857 # average total power per insn avg_total_power_insn_nofp_nod2 6.4489 # average total power per insn rename_power_cc1 233071.3759 # total power usage of rename unit_cc1 bpred_power_cc1 1695246.7378 # total power usage of bpred unit_cc1 window_power_cc1 1559330.8691 # total power usage of instruction window_cc1 lsq_power_cc1 154438.7871 # total power usage of lsq_cc1 regfile_power_cc1 1806435.4073 # total power usage of arch. regfile_cc1 icache_power_cc1 1992448.4615 # total power usage of icache_cc1 dcache_power_cc1 3136732.5058 # total power usage of dcache_cc1 dcache2_power_cc1 8013.0885 # total power usage of dcache2_cc1 alu_power_cc1 3102643.7799 # total power usage of alu_cc1 resultbus_power_cc1 1265806.9683 # total power usage of resultbus_cc1 clock_power_cc1 13852221.7281 # total power usage of clock_cc1 avg_rename_power_cc1 0.0488 # avg power usage of rename unit_cc1 avg_bpred_power_cc1 0.3547 # avg power usage of bpred unit_cc1 avg_window_power_cc1 0.3263 # avg power usage of instruction window_cc1 avg_lsq_power_cc1 0.0323 # avg power usage of lsq_cc1 avg_regfile_power_cc1 0.3780 # avg power usage of arch. regfile_cc1 avg_icache_power_cc1 0.4169 # avg power usage of icache_cc1 avg_dcache_power_cc1 0.6563 # avg power usage of dcache_cc1 avg_dcache2_power_cc1 0.0017 # avg power usage of dcache2_cc1 avg_alu_power_cc1 0.6492 # avg power usage of alu_cc1 avg_resultbus_power_cc1 0.2649 # avg power usage of resultbus_cc1 avg_clock_power_cc1 2.8984 # avg power usage of clock_cc1 fetch_stage_power_cc1 3687695.1994 # total power usage of fetch stage_cc1 dispatch_stage_power_cc1 233071.3759 # total power usage of dispatch stage_cc1 issue_stage_power_cc1 9226965.9987 # total power usage of issue stage_cc1 avg_fetch_power_cc1 0.7716 # average power of fetch unit per cycle_cc1 avg_dispatch_power_cc1 0.0488 # average power of dispatch unit per cycle_cc1 avg_issue_power_cc1 1.9306 # average power of issue unit per cycle_cc1 total_power_cycle_cc1 28806389.7093 # total power per cycle_cc1 avg_total_power_cycle_cc1 6.0274 # average total power per cycle_cc1 avg_total_power_insn_cc1 2.8806 # average total power per insn_cc1 rename_power_cc2 173271.0576 # total power usage of rename unit_cc2 bpred_power_cc2 1008613.8785 # total power usage of bpred unit_cc2 window_power_cc2 1310693.9852 # total power usage of instruction window_cc2 lsq_power_cc2 115501.8349 # total power usage of lsq_cc2 regfile_power_cc2 431690.6464 # total power usage of arch. regfile_cc2 icache_power_cc2 1992448.4615 # total power usage of icache_cc2 dcache_power_cc2 2462162.1243 # total power usage of dcache_cc2 dcache2_power_cc2 6155.7450 # total power usage of dcache2_cc2 alu_power_cc2 1941296.4314 # total power usage of alu_cc2 resultbus_power_cc2 814144.8035 # total power usage of resultbus_cc2 clock_power_cc2 9498785.6318 # total power usage of clock_cc2 avg_rename_power_cc2 0.0363 # avg power usage of rename unit_cc2 avg_bpred_power_cc2 0.2110 # avg power usage of bpred unit_cc2 avg_window_power_cc2 0.2742 # avg power usage of instruction window_cc2 avg_lsq_power_cc2 0.0242 # avg power usage of instruction lsq_cc2 avg_regfile_power_cc2 0.0903 # avg power usage of arch. regfile_cc2 avg_icache_power_cc2 0.4169 # avg power usage of icache_cc2 avg_dcache_power_cc2 0.5152 # avg power usage of dcache_cc2 avg_dcache2_power_cc2 0.0013 # avg power usage of dcache2_cc2 avg_alu_power_cc2 0.4062 # avg power usage of alu_cc2 avg_resultbus_power_cc2 0.1703 # avg power usage of resultbus_cc2 avg_clock_power_cc2 1.9875 # avg power usage of clock_cc2 fetch_stage_power_cc2 3001062.3400 # total power usage of fetch stage_cc2 dispatch_stage_power_cc2 173271.0576 # total power usage of dispatch stage_cc2 issue_stage_power_cc2 6649954.9244 # total power usage of issue stage_cc2 avg_fetch_power_cc2 0.6279 # average power of fetch unit per cycle_cc2 avg_dispatch_power_cc2 0.0363 # average power of dispatch unit per cycle_cc2 avg_issue_power_cc2 1.3914 # average power of issue unit per cycle_cc2 total_power_cycle_cc2 19754764.6002 # total power per cycle_cc2 avg_total_power_cycle_cc2 4.1334 # average total power per cycle_cc2 avg_total_power_insn_cc2 1.9755 # average total power per insn_cc2 rename_power_cc3 183022.2602 # total power usage of rename unit_cc3 bpred_power_cc3 1270629.2163 # total power usage of bpred unit_cc3 window_power_cc3 1345155.0554 # total power usage of instruction window_cc3 lsq_power_cc3 174185.0926 # total power usage of lsq_cc3 regfile_power_cc3 514426.9169 # total power usage of arch. regfile_cc3 icache_power_cc3 2048279.9832 # total power usage of icache_cc3 dcache_power_cc3 2941530.8687 # total power usage of dcache_cc3 dcache2_power_cc3 472481.9684 # total power usage of dcache2_cc3 alu_power_cc3 3447680.3449 # total power usage of alu_cc3 resultbus_power_cc3 870177.3868 # total power usage of resultbus_cc3 clock_power_cc3 11879178.6133 # total power usage of clock_cc3 avg_rename_power_cc3 0.0383 # avg power usage of rename unit_cc3 avg_bpred_power_cc3 0.2659 # avg power usage of bpred unit_cc3 avg_window_power_cc3 0.2815 # avg power usage of instruction window_cc3 avg_lsq_power_cc3 0.0364 # avg power usage of instruction lsq_cc3 avg_regfile_power_cc3 0.1076 # avg power usage of arch. regfile_cc3 avg_icache_power_cc3 0.4286 # avg power usage of icache_cc3 avg_dcache_power_cc3 0.6155 # avg power usage of dcache_cc3 avg_dcache2_power_cc3 0.0989 # avg power usage of dcache2_cc3 avg_alu_power_cc3 0.7214 # avg power usage of alu_cc3 avg_resultbus_power_cc3 0.1821 # avg power usage of resultbus_cc3 avg_clock_power_cc3 2.4856 # avg power usage of clock_cc3 fetch_stage_power_cc3 3318909.1995 # total power usage of fetch stage_cc3 dispatch_stage_power_cc3 183022.2602 # total power usage of dispatch stage_cc3 issue_stage_power_cc3 9251210.7168 # total power usage of issue stage_cc3 avg_fetch_power_cc3 0.6944 # average power of fetch unit per cycle_cc3 avg_dispatch_power_cc3 0.0383 # average power of dispatch unit per cycle_cc3 avg_issue_power_cc3 1.9357 # average power of issue unit per cycle_cc3 total_power_cycle_cc3 25146747.7067 # total power per cycle_cc3 avg_total_power_cycle_cc3 5.2616 # average total power per cycle_cc3 avg_total_power_insn_cc3 2.5147 # average total power per insn_cc3 total_rename_access 10000003 # total number accesses of rename unit total_bpred_access 2241191 # total number accesses of bpred unit total_window_access 33019752 # total number accesses of instruction window total_lsq_access 3041725 # total number accesses of load/store queue total_regfile_access 9794633 # total number accesses of arch. regfile total_icache_access 10761734 # total number accesses of icache total_dcache_access 3036623 # total number accesses of dcache total_dcache2_access 14590 # total number accesses of dcache2 total_alu_access 8286376 # total number accesses of alu total_resultbus_access 8557706 # total number accesses of resultbus avg_rename_access 2.0924 # avg number accesses of rename unit avg_bpred_access 0.4689 # avg number accesses of bpred unit avg_window_access 6.9090 # avg number accesses of instruction window avg_lsq_access 0.6364 # avg number accesses of lsq avg_regfile_access 2.0494 # avg number accesses of arch. regfile avg_icache_access 2.2518 # avg number accesses of icache avg_dcache_access 0.6354 # avg number accesses of dcache avg_dcache2_access 0.0031 # avg number accesses of dcache2 avg_alu_access 1.7338 # avg number accesses of alu avg_resultbus_access 1.7906 # avg number accesses of resultbus max_rename_access 4 # max number accesses of rename unit max_bpred_access 3 # max number accesses of bpred unit max_window_access 16 # max number accesses of instruction window max_lsq_access 4 # max number accesses of load/store queue max_regfile_access 12 # max number accesses of arch. regfile max_icache_access 4 # max number accesses of icache max_dcache_access 4 # max number accesses of dcache max_dcache2_access 4 # max number accesses of dcache2 max_alu_access 4 # max number accesses of alu max_resultbus_access 7 # max number accesses of resultbus max_cycle_power_cc1 11.9083 # maximum cycle power usage of cc1 max_cycle_power_cc2 9.3188 # maximum cycle power usage of cc2 max_cycle_power_cc3 10.4448 # maximum cycle power usage of cc3 parasitic_power_cc3 4088865.1247 # total parasitic power cc3 onchip parasitic_power_cc3 1039360.5500 # onchip parasitic power cc3 offchip parasitic_power_cc3 3049504.5747 # offchip parasitic power cc3 min amperage 0.0000 # min amperage max amperage 5.4973 # max amperage slow_cycles 1195861.0000 # slow cycles fast_cycles 3583392.0000 # fast cycles sim_invalid_addrs 0 # total non-speculative bogus addresses seen (debug var) ld_text_base 0x00400000 # program text (code) segment base ld_text_size 278720 # program text (code) size in bytes ld_data_base 0x10000000 # program initialized data segment base ld_data_size 200880 # program init'ed `.data' and uninit'ed `.bss' size in bytes ld_stack_base 0x7fffc000 # program stack segment base (highest address in stack) ld_stack_size 16384 # program initial stack size ld_prog_entry 0x00400140 # program entry point (initial PC) ld_environ_base 0x7fff8000 # program environment base address address ld_target_big_endian 0 # target executable endian-ness, non-zero if big endian mem.page_count 204 # total number of pages allocated mem.page_mem 816k # total size of memory pages allocated mem.ptab_misses 206 # total first level page table misses mem.ptab_accesses 46327188 # total page table accesses mem.ptab_miss_rate 0.0000 # first level page table miss rate 749 bitline_tag (ns): 0.158246 sense_amp_tag (ns): 0.26 compare (ns): 2.42991 mux driver (ns): 1.6125 sel inverter (ns): 0.357877 data output driver (ns): 0.722579 total data path (with output driver) (ns): 7.71904 total tag path is set assoc (ns): 8.55667 precharge time (ns): 1.6289 Cache Parameters: Size in bytes: 16384 Number of sets: 512 Associativity: 1 Block Size (bytes): 32 Access Time: 6.07496e-09 Cycle Time: 7.99836e-09 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 2 Time Components: data side (with Output driver) (ns): 6.07496 tag side (ns): 6.05737 decode_data (ns): 2.92313 wordline_data (ns): 1.32956 bitline_data (ns): 0.452976 sense_amp_data (ns): 0.58 decode_tag (ns): 1.84499 wordline_tag (ns): 0.825016 bitline_tag (ns): 0.252886 sense_amp_tag (ns): 0.26 compare (ns): 2.30022 valid signal driver (ns): 0.574251 data output driver (ns): 0.789293 total data path (with output driver) (ns): 5.28567 total tag path is dm (ns): 6.05737 precharge time (ns): 1.92339 Cache Parameters: Size in bytes: 16384 Number of sets: 128 Associativity: 4 Block Size (bytes): 32 Access Time: 9.14093e-09 Cycle Time: 1.11718e-08 Best Ndwl (L1): 4 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 2 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 6.05114 tag side (ns): 7.98848 decode_data (ns): 2.92572 wordline_data (ns): 1.437 bitline_data (ns): -0.0440331 sense_amp_data (ns): 0.58 decode_tag (ns): 1.46851 wordline_tag (ns): 1.27791 bitline_tag (ns): -0.0315811 sense_amp_tag (ns): 0.26 compare (ns): 2.29478 mux driver (ns): 2.37376 sel inverter (ns): 0.345094 data output driver (ns): 1.15245 total data path (with output driver) (ns): 4.89869 total tag path is set assoc (ns): 7.98848 precharge time (ns): 2.03083 Cache Parameters: Size in bytes: 262144 Number of sets: 1024 Associativity: 4 Block Size (bytes): 64 Access Time: 1.44948e-08 Cycle Time: 1.76863e-08 Best Ndwl (L1): 2 Best Ndbl (L1): 2 Best Nspd (L1): 1 Best Ntwl (L1): 1 Best Ntbl (L1): 4 Best Ntspd (L1): 1 Time Components: data side (with Output driver) (ns): 11.3269 tag side (ns): 12.2049 decode_data (ns): 4.99158 wordline_data (ns): 2.59771 bitline_data (ns): 0.867749 sense_amp_data (ns): 0.58 decode_tag (ns): 4.52586 wordline_tag (ns): 1.24192 bitline_tag (ns): 0.46158 sense_amp_tag (ns): 0.26 compare (ns): 2.17054 mux driver (ns): 3.21212 sel inverter (ns): 0.332908 data output driver (ns): 2.28987 total data path (with output driver) (ns): 9.03704 total tag path is set assoc (ns): 12.2049 precharge time (ns): 3.19154