Skip to content

Commit

Permalink
Merge pull request #5913 from antmicro/drt-push-node-idx-comp-up
Browse files Browse the repository at this point in the history
drt: Push node index computation up
  • Loading branch information
osamahammad21 authored Jan 14, 2025
2 parents f2ffc59 + 1466ec5 commit f5d1ba7
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 @@ -862,19 +862,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 f5d1ba7

Please sign in to comment.