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 e7b9d83 commit 4fb6c4cCopy full SHA for 4fb6c4c
src/drt/src/dr/FlexDR_maze.cpp
@@ -3001,11 +3001,11 @@ void FlexDRWorker::routeNet_postAstarPatchMinAreaVio(
3001
currArea += getHalfViaEncArea(
3002
z, isLayer1, net->getFrNet()->getNondefaultRule());
3003
} else {
3004
- currArea = std::max(
3005
- (frArea) getHalfViaEncArea(
3006
- z, isLayer1, net->getFrNet()->getNondefaultRule())
3007
- * 2,
3008
- currArea);
+ currArea
+ = std::max((frArea) getHalfViaEncArea(
+ z, isLayer1, net->getFrNet()->getNondefaultRule())
+ * 2,
+ currArea);
3009
}
3010
endViaHalfEncArea = getHalfViaEncArea(
3011
0 commit comments