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

/gem5/ext/dsent/model/std_cells/
H A DStdCellLib.cc109 double pn_ratio = pmos_eff_res / nmos_eff_res; local
111 double pmos_unit_width = gate_min_width * pn_ratio;
118 Log::printLine("Standard cell P-to-N ratio (Beta) = " + (String) pn_ratio);
124 setPToNRatio(pn_ratio);
H A DCellMacros.cc465 double pn_ratio = cell_->getPToNRatio(); local
469 double nmos_width = active_height * current_nmos_stack_balance / (nmos_stack_balance + pn_ratio * pmos_stack_balance);
487 double pn_ratio = cell_->getPToNRatio(); local
491 double pmos_width = active_height * current_pmos_stack_balance * pn_ratio / (nmos_stack_balance + pn_ratio * pmos_stack_balance);

Completed in 7 milliseconds