Searched refs:w_L1_nand2_n (Results 1 - 2 of 2) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | decoder.cc | 301 w_L1_nand2_n[0] = 0; 439 w_L1_nand2_n[0] = 2 * g_tp.min_w_nmos_; 442 (gate_C(w_L1_nand2_n[0], 0, is_dram_) + 448 w_L1_nand2_n, 481 w_L1_nand2_n[0] = 2 * g_tp.min_w_nmos_; 484 (gate_C(w_L1_nand2_n[0], 0, is_dram_) + 490 w_L1_nand2_n, 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[ [all...] |
H A D | decoder.h | 111 double w_L1_nand2_n[MAX_NUMBER_GATES_STAGE]; member in class:PredecBlk
|
Completed in 8 milliseconds