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 e9203bd commit 7d6fe26Copy full SHA for 7d6fe26
src/mpl/src/SACoreSoftMacro.cpp
@@ -540,7 +540,7 @@ void SACoreSoftMacro::calNotchPenalty()
540
541
// If the floorplan is not valid
542
// We think the entire floorplan is a "huge" notch
543
- if (!isValid(outline_)) {
+ if (!isValid()) {
544
width = std::max(width_, outline_.getWidth());
545
height = std::max(height_, outline_.getHeight());
546
notch_penalty_ = calSingleNotchPenalty(width, height);
0 commit comments