Lines Matching refs:c_intrinsic

183         double rd, tf, this_delay, c_load, c_intrinsic, Vpp;
197 c_intrinsic = drain_C_(w_dec_p[0], PCH, 1, 1, area.h, is_dram, false, is_wl_tr) * num_in_signals +
199 tf = rd * (c_intrinsic + c_load);
203 power.readOp.dynamic += (c_load + c_intrinsic) * Vdd * Vdd;
208 c_intrinsic = drain_C_(w_dec_p[i], PCH, 1, 1, area.h, is_dram, false, is_wl_tr) +
210 tf = rd * (c_intrinsic + c_load);
214 power.readOp.dynamic += (c_load + c_intrinsic) * Vdd * Vdd;
221 c_intrinsic = drain_C_(w_dec_p[i], PCH, 1, 1, area.h, is_dram, false, is_wl_tr) +
223 tf = rd * (c_intrinsic + c_load) + R_wire_dec_out * c_load / 2;
227 power.readOp.dynamic += c_load * Vpp * Vpp + c_intrinsic * Vdd * Vdd;
665 double rd, c_load, c_intrinsic, tf, this_delay;
677 c_intrinsic = 2 * drain_C_(w_L1_nand2_p[0], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
679 tf = rd * (c_intrinsic + c_load);
683 power_nand2_path.readOp.dynamic += (c_load + c_intrinsic) * Vdd * Vdd;
689 c_intrinsic = drain_C_(w_L1_nand2_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
691 tf = rd * (c_intrinsic + c_load);
695 power_nand2_path.readOp.dynamic += (c_intrinsic + c_load) * Vdd * Vdd;
705 c_intrinsic = drain_C_(w_L1_nand2_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
707 tf = rd * (c_intrinsic + c_load);
711 power_nand2_path.readOp.dynamic += (c_intrinsic + c_load) * Vdd * Vdd;
714 c_intrinsic = drain_C_(w_L1_nand2_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
716 tf = rd * (c_intrinsic + c_load) + R_wire_predec_blk_out * c_load / 2;
720 power_nand2_path.readOp.dynamic += (c_intrinsic + c_load) * Vdd * Vdd;
729 c_intrinsic = 3 * drain_C_(w_L1_nand3_p[0], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
731 tf = rd * (c_intrinsic + c_load);
735 power_nand3_path.readOp.dynamic += (c_intrinsic + c_load) * Vdd * Vdd;
741 c_intrinsic = drain_C_(w_L1_nand3_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
743 tf = rd * (c_intrinsic + c_load);
747 power_nand3_path.readOp.dynamic += (c_intrinsic + c_load) * Vdd * Vdd;
757 c_intrinsic = drain_C_(w_L1_nand3_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
759 tf = rd * (c_intrinsic + c_load);
763 power_nand3_path.readOp.dynamic += (c_intrinsic + c_load) * Vdd * Vdd;
766 c_intrinsic = drain_C_(w_L1_nand3_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
768 tf = rd * (c_intrinsic + c_load) + R_wire_predec_blk_out * c_load / 2;
772 power_nand3_path.readOp.dynamic += (c_intrinsic + c_load) * Vdd * Vdd;
781 c_intrinsic = 2 * drain_C_(w_L2_p[0], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
783 tf = rd * (c_intrinsic + c_load);
787 power_L2.readOp.dynamic += (c_intrinsic + c_load) * Vdd * Vdd;
791 c_intrinsic = 3 * drain_C_(w_L2_p[0], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
793 tf = rd * (c_intrinsic + c_load);
797 power_L2.readOp.dynamic += (c_intrinsic + c_load) * Vdd * Vdd;
803 c_intrinsic = drain_C_(w_L2_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
805 tf = rd * (c_intrinsic + c_load);
812 power_L2.readOp.dynamic += (c_intrinsic + c_load) * Vdd * Vdd;
819 c_intrinsic = drain_C_(w_L2_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
821 tf = rd * (c_intrinsic + c_load) + R_wire_predec_blk_out * c_load / 2;
828 power_L2.readOp.dynamic += (c_intrinsic + c_load) * Vdd * Vdd;
1189 double rd, c_gate_load, c_load, c_intrinsic, tf, this_delay;
1196 c_intrinsic = drain_C_(width_nand2_path_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
1198 tf = rd * (c_intrinsic + c_gate_load);
1202 power_nand2_path.readOp.dynamic += (c_gate_load + c_intrinsic) * 0.5 * Vdd * Vdd;
1209 c_intrinsic = drain_C_(width_nand2_path_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
1212 tf = rd * (c_intrinsic + c_load) + r_load_nand2_path_out * c_load / 2;
1216 power_nand2_path.readOp.dynamic += (c_intrinsic + c_load) * 0.5 * Vdd * Vdd;
1217 // cout<< "c_intrinsic = " << c_intrinsic << "c_load" << c_load <<endl;
1223 c_intrinsic = drain_C_(width_nand3_path_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
1225 tf = rd * (c_intrinsic + c_gate_load);
1229 power_nand3_path.readOp.dynamic += (c_gate_load + c_intrinsic) * 0.5 * Vdd * Vdd;
1236 c_intrinsic = drain_C_(width_nand3_path_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
1239 tf = rd * (c_intrinsic + c_load) + r_load_nand3_path_out * c_load / 2;
1243 power_nand3_path.readOp.dynamic += (c_intrinsic + c_load) * 0.5 * Vdd * Vdd;
1456 double rd, c_load, c_intrinsic, tf;
1462 c_intrinsic = drain_C_(width_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
1464 tf = rd * (c_intrinsic + c_load);
1468 power.readOp.dynamic += (c_intrinsic + c_load) * g_tp.peri_global.Vdd *
1481 c_intrinsic = drain_C_(width_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) +
1483 tf = rd * (c_intrinsic + c_load) + r_wire_load *
1487 power.readOp.dynamic += (c_intrinsic + c_load) * g_tp.peri_global.Vdd *