Searched refs:spacing_poly_to_contact (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;
150 double spacing_poly_to_poly = g_tp.w_poly_contact + 2 * g_tp.spacing_poly_to_contact;
H A Dparameter.h183 double spacing_poly_to_contact; member in class:TechnologyParameter
H A Dbasic_circuit.cc187 double total_drain_w = (g_tp.w_poly_contact + 2 * g_tp.spacing_poly_to_contact) + // only for drain
192 total_drain_w += (num_folded_tr - 2) * (g_tp.w_poly_contact + 2 * g_tp.spacing_poly_to_contact) +
H A Dparameter.cc118 cout << indent_str << "spacing_poly_to_contact = " << setw(12) << spacing_poly_to_contact << " um" << endl;
H A Dtechnology.cc1747 g_tp.spacing_poly_to_contact = g_ip->F_sz_um;

Completed in 23 milliseconds