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

/gem5/ext/dsent/model/std_cells/
H A DCellMacros.cc475 double CellMacros::calculatePmosWidth(const StdCell* cell_, unsigned int max_stacked_nmos_, unsigned int max_stacked_pmos_, unsigned int current_stacked_pmos_) argument
485 double current_pmos_stack_balance = 1.0 + pmos_eff_res_stack_ratio * (double) (current_stacked_pmos_ - 1);

Completed in 6 milliseconds