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

/gem5/ext/mcpat/cacti/
H A Dcrossbar.cc98 double g_area = compute_gate_area(INV, 1, TriS2 * g_tp.min_w_nmos_, local
100 g_area *= 2; // to model area of output transistors
101 g_area += compute_gate_area (NAND, 2, TriS1 * 2 * g_tp.min_w_nmos_,
103 g_area += compute_gate_area (NOR, 2, TriS1 * g_tp.min_w_nmos_,
105 double width /*per tristate*/ = g_area / (CB_ADJ * g_tp.cell_h_def);

Completed in 4 milliseconds