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

/gem5/ext/dsent/model/std_cells/
H A DCellMacros.cc466 double active_height = cell_->getActiveHeight(); local
469 double nmos_width = active_height * current_nmos_stack_balance / (nmos_stack_balance + pn_ratio * pmos_stack_balance);
488 double active_height = cell_->getActiveHeight(); local
491 double pmos_width = active_height * current_pmos_stack_balance * pn_ratio / (nmos_stack_balance + pn_ratio * pmos_stack_balance);

Completed in 11 milliseconds