Skip to content

Commit

Permalink
Push node index computation up
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Bieganski <[email protected]>
  • Loading branch information
kbieganski committed Dec 20, 2024
1 parent 7828572 commit 1466ec5
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 210 deletions.
10 changes: 2 additions & 8 deletions src/drt/src/dr/FlexDR.h
Original file line number Diff line number Diff line change
Expand Up @@ -867,19 +867,13 @@ class FlexDRWorker
void modMinSpacingCostVia_eol(const Rect& box,
const Rect& tmpBx,
ModCostType type,
bool isUpperVia,
const drEolSpacingConstraint& drCon,
frMIdx i,
frMIdx j,
frMIdx z,
frMIdx idx,
bool ndr = false);
void modMinSpacingCostVia_eol_helper(const Rect& box,
const Rect& testBox,
ModCostType type,
bool isUpperVia,
frMIdx i,
frMIdx j,
frMIdx z,
frMIdx idx,
bool ndr = false);
// eolSpc
void modEolSpacingCost_helper(const Rect& testbox,
Expand Down
Loading

0 comments on commit 1466ec5

Please sign in to comment.