Skip to content

Commit bba7806

Browse files
committed
Rename getLibertyCell to testCell.
Signed-off-by: Sean Luchen <seanluchen@google.com>
1 parent 6a3aa0e commit bba7806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gpl/src/mbff.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ bool MBFF::IsValidTray(dbInst* tray)
21822182
if (cell == nullptr) {
21832183
return false;
21842184
}
2185-
const sta::LibertyCell* lib_cell = network_->getLibertyCell(cell);
2185+
const sta::LibertyCell* lib_cell = network_->testCell(cell);
21862186
if (lib_cell == nullptr || !lib_cell->hasSequentials()) {
21872187
return false;
21882188
}

0 commit comments

Comments
 (0)