We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a0d0c7 + f517bc4 commit 39ef303Copy full SHA for 39ef303
1 file changed
src/pdn/src/grid.cpp
@@ -1749,6 +1749,12 @@ void InstanceGrid::checkSetup() const
1749
inst_->getName());
1750
}
1751
1752
+
1753
+ if (total_pin_area == 0) {
1754
+ // should not occur, implies all blocked pins have 0 area
1755
+ continue;
1756
+ }
1757
1758
const float pct
1759
= 100 * static_cast<float>(total_overlap) / total_pin_area;
1760
getLogger()->warn(utl::PDN,
0 commit comments