Skip to content

Commit

Permalink
Update API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Nov 22, 2024
1 parent 97edf21 commit a3ce8a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/archapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -771,4 +771,6 @@ Router Methods

### void expandBoundingBox(BoundingBox &bb) const

Updates bounding box to expand search space when routing is failing to find possible route.
As part of `router2` implementation, during congestion update, every third time a net fails to route, this method is executed to expand the bounding box to increase the search space.

Default implementation expands by one tile in each direction.

0 comments on commit a3ce8a3

Please sign in to comment.