Searched refs:w_dec_p (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Ddecoder.cc66 w_dec_p[i] = 0;
114 w_dec_p[0] = p_to_n_sz_ratio * g_tp.min_w_nmos_;
118 w_dec_p[0] = p_to_n_sz_ratio * g_tp.min_w_nmos_;
123 gate_C(w_dec_p[0], 0, is_dram, false, is_wl_tr));
129 w_dec_p,
148 compute_gate_area(NAND, 2, w_dec_p[0], w_dec_n[0], area.h);
150 cmos_Isub_leakage(w_dec_n[0], w_dec_p[0], 2, nand, is_dram);
152 cmos_Ig_leakage(w_dec_n[0], w_dec_p[0], 2, nand, is_dram);
155 compute_gate_area(NAND, 3, w_dec_p[0], w_dec_n[0], area.h);
157 cmos_Isub_leakage(w_dec_n[0], w_dec_p[
[all...]
H A Ddecoder.h65 double w_dec_p[MAX_NUMBER_GATES_STAGE]; member in class:Decoder
H A Dmat.cc541 double C_intrinsic = drain_C_(row_dec->w_dec_p[k], PCH, 1, 1, 4 *

Completed in 14 milliseconds