Searched refs:NAND (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dconst.h147 #define NAND 2 macro
H A Dcomponent.cc117 case NAND:
H A Dcrossbar.cc101 g_area += compute_gate_area (NAND, 2, TriS1 * 2 * g_tp.min_w_nmos_,
H A Ddecoder.cc148 compute_gate_area(NAND, 2, w_dec_p[0], w_dec_n[0], area.h);
155 compute_gate_area(NAND, 3, w_dec_p[0], w_dec_n[0], area.h);
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);
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);
626 cumulative_area_L2 = compute_gate_area(NAND, 2, w_L2_p[0], w_L2_n[0], g_tp.cell_h_def);
630 cumulative_area_L2 = compute_gate_area(NAND, 3, w_L2_p[0], w_L2_n[0], g_tp.cell_h_def);
H A Dmat.cc724 //TODO: this number should updated using new layout; from the NAND to output NOR should be computed using logical effort
801 /* second stage, from the trasistors in the comparators(both normal row and dummy row) to the NAND gates that combins both half*/
859 //only the dummy row has the extra inverter between NAND and NOR gates
1036 double nand2_area = compute_gate_area(NAND, 2, 0, g_tp.w_comp_n, g_tp.cell_h_def);
/gem5/ext/mcpat/
H A Dlogic.cc264 area.set_area(5 * compute_gate_area(NAND, 2,WdecNANDn,WdecNANDp,
266 + compute_gate_area(NAND, 2,WdecNANDn,WdecNANDn,
276 /* part 1: drain cap of NAND gate */
279 /* part 2: gate cap of NAND gates */

Completed in 25 milliseconds