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

/gem5/ext/mcpat/cacti/
H A Dcomponent.cc61 double spacing_poly_to_poly = g_tp.w_poly_contact + 2 * g_tp.spacing_poly_to_contact; local
62 double total_diff_w = 2 * spacing_poly_to_poly + // for both source and drain
64 (num_stacked_in - 1) * g_tp.spacing_poly_to_poly;
67 total_diff_w += (num_folded_tr - 2) * 2 * spacing_poly_to_poly +
69 (num_folded_tr - 1) * (num_stacked_in - 1) * g_tp.spacing_poly_to_poly;
150 double spacing_poly_to_poly = g_tp.w_poly_contact + 2 * g_tp.spacing_poly_to_contact; local
152 double total_diff_width = num_folded_tr * width_poly + (num_folded_tr + 1) * spacing_poly_to_poly;
H A Dparameter.h182 double spacing_poly_to_poly; member in class:TechnologyParameter
H A Dbasic_circuit.cc188 (stack - 1) * g_tp.spacing_poly_to_poly;
193 (num_folded_tr - 1) * ((stack - 1) * g_tp.spacing_poly_to_poly);
H A Dparameter.cc117 cout << indent_str << "spacing_poly_to_poly = " << setw(12) << spacing_poly_to_poly << " um" << endl;
H A Dtechnology.cc1748 g_tp.spacing_poly_to_poly = 1.5 * g_ip->F_sz_um;

Completed in 12 milliseconds