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

/gem5/ext/dsent/model/std_cells/
H A DStdCellLib.cc114 double std_cell_total_height = getTechModel()->get("StdCell->Tracks").toDouble() * local
116 double std_cell_active_height = std_cell_total_height / getTechModel()->get("StdCell->HeightOverheadFactor").toDouble();
122 Log::printLine("Standard cell total height = " + (String) std_cell_total_height);
126 setTotalHeight(std_cell_total_height);

Completed in 4 milliseconds