We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3aa0e commit bba7806Copy full SHA for bba7806
1 file changed
src/gpl/src/mbff.cpp
@@ -2182,7 +2182,7 @@ bool MBFF::IsValidTray(dbInst* tray)
2182
if (cell == nullptr) {
2183
return false;
2184
}
2185
- const sta::LibertyCell* lib_cell = network_->getLibertyCell(cell);
+ const sta::LibertyCell* lib_cell = network_->testCell(cell);
2186
if (lib_cell == nullptr || !lib_cell->hasSequentials()) {
2187
2188
0 commit comments