Searched refs:w_L2_n (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Ddecoder.cc410 w_L2_n[0] = 2 * g_tp.min_w_nmos_;
413 w_L2_n[0] = 3 * 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_));
422 w_L2_n,
437 (gate_C(w_L2_n[0], 0, is_dram_) +
461 (gate_C(w_L2_n[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[
[all...]
H A Ddecoder.h115 double w_L2_n[MAX_NUMBER_GATES_STAGE]; member in class:PredecBlk

Completed in 8 milliseconds