We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5944998 commit 2d75bd0Copy full SHA for 2d75bd0
src/mpl/src/clusterEngine.cpp
@@ -676,8 +676,8 @@ void ClusteringEngine::computeMacroPinVertices(VerticesMaps& vertices_maps)
676
{
677
for (auto& [macro, hard_macro] : tree_->maps.inst_to_hard) {
678
for (odb::dbITerm* pin : macro->getITerms()) {
679
- if (pin->getSigType() != odb::dbSigType::SIGNAL &&
680
- pin->getSigType() != odb::dbSigType::CLOCK) {
+ if (pin->getSigType() != odb::dbSigType::SIGNAL
+ && pin->getSigType() != odb::dbSigType::CLOCK) {
681
continue;
682
}
683
0 commit comments