Searched refs:w_L1_nand2_p (Results 1 - 2 of 2) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | decoder.cc | 302 w_L1_nand2_p[0] = 0; 440 w_L1_nand2_p[0] = p_to_n_sz_ratio * g_tp.min_w_nmos_; 443 gate_C(w_L1_nand2_p[0], 0, is_dram_)); 449 w_L1_nand2_p, 482 w_L1_nand2_p[0] = p_to_n_sz_ratio * g_tp.min_w_nmos_; 485 gate_C(w_L1_nand2_p[0], 0, is_dram_)); 491 w_L1_nand2_p, 527 double tot_area_L1_nand2 = compute_gate_area(NAND, 2, w_L1_nand2_p[0], w_L1_nand2_n[0], g_tp.cell_h_def); 528 double leak_L1_nand2 = cmos_Isub_leakage(w_L1_nand2_n[0], w_L1_nand2_p[0], 2, nand, is_dram_); 529 double gate_leak_L1_nand2 = cmos_Ig_leakage(w_L1_nand2_n[0], w_L1_nand2_p[ [all...] |
H A D | decoder.h | 112 double w_L1_nand2_p[MAX_NUMBER_GATES_STAGE]; member in class:PredecBlk
|
Completed in 12 milliseconds