mirror of https://github.com/VLSIDA/OpenRAM.git
Increase the routing region inflation to be safer
This commit is contained in:
parent
a9e63efad7
commit
8a60684e51
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue