Increase the routing region inflation to be safer

This commit is contained in:
Eren Dogan 2023-08-31 18:26:45 -07:00
parent a9e63efad7
commit 8a60684e51
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class graph:
# Find the region to be routed and only include objects inside that region
region = deepcopy(source)
region.bbox([target])
region = region.inflated_pin(spacing=self.router.track_space)
region = region.inflated_pin(spacing=self.router.track_width + self.router.track_space)
debug.info(3, "Routing region is {}".format(region.rect))
# Find the blockages that are in the routing area