Searched refs:w_L1_nand3_p (Results 1 - 2 of 2) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | decoder.cc | 304 w_L1_nand3_p[0] = 0; 464 w_L1_nand3_p[0] = p_to_n_sz_ratio * g_tp.min_w_nmos_; 467 gate_C(w_L1_nand3_p[0], 0, is_dram_)); 473 w_L1_nand3_p, 498 w_L1_nand3_p[0] = p_to_n_sz_ratio * g_tp.min_w_nmos_; 501 gate_C(w_L1_nand3_p[0], 0, is_dram_)); 507 w_L1_nand3_p, 535 tot_area_L1_nand3 = compute_gate_area(NAND, 3, w_L1_nand3_p[0], w_L1_nand3_n[0], g_tp.cell_h_def); 536 leak_L1_nand3 = cmos_Isub_leakage(w_L1_nand3_n[0], w_L1_nand3_p[0], 3, nand); 537 gate_leak_L1_nand3 = cmos_Ig_leakage(w_L1_nand3_n[0], w_L1_nand3_p[ [all...] |
H A D | decoder.h | 114 double w_L1_nand3_p[MAX_NUMBER_GATES_STAGE]; member in class:PredecBlk
|
Completed in 12 milliseconds