Searched refs:w_L2_p (Results 1 - 2 of 2) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | decoder.cc | 416 w_L2_p[0] = p_to_n_sz_ratio * g_tp.min_w_nmos_; 417 F *= C_ld_predec_blk_out / (gate_C(w_L2_n[0], 0, is_dram_) + gate_C(w_L2_p[0], 0, is_dram_)); 423 w_L2_p, 438 gate_C(w_L2_p[0], 0, is_dram_)); 462 gate_C(w_L2_p[0], 0, is_dram_)); 626 cumulative_area_L2 = compute_gate_area(NAND, 2, w_L2_p[0], w_L2_n[0], g_tp.cell_h_def); 627 leakage_L2 = cmos_Isub_leakage(w_L2_n[0], w_L2_p[0], 2, nand, is_dram_); 628 gate_leakage_L2 = cmos_Ig_leakage(w_L2_n[0], w_L2_p[0], 2, nand, is_dram_); 630 cumulative_area_L2 = compute_gate_area(NAND, 3, w_L2_p[0], w_L2_n[0], g_tp.cell_h_def); 631 leakage_L2 = cmos_Isub_leakage(w_L2_n[0], w_L2_p[ [all...] |
H A D | decoder.h | 116 double w_L2_p[MAX_NUMBER_GATES_STAGE]; member in class:PredecBlk
|
Completed in 7 milliseconds