Add the minimum pin enclosure that has DRC correct pin connections.

This commit is contained in:
Matt Guthaus 2018-10-24 16:41:33 -07:00
parent 94e5050513
commit 88f43cc754
2 changed files with 1 additions and 5 deletions

View File

@ -624,8 +624,6 @@ class router:
# Blockages will be a super-set of pins since it uses the inflated pin shape.
blockage_in_tracks = self.convert_blockage(pin)
blockage_set.update(blockage_in_tracks)
debug.info(2," .pins {}".format(pin_set))
debug.info(2," .blocks {}".format(blockage_set))
# If we have a blockage, we must remove the grids
# Remember, this excludes the pin blockages already
@ -839,7 +837,7 @@ class router:
self.write_debug_gds("pin_debug.gds", True)
#self.write_debug_gds("pin_debug.gds", True)
def compute_enclosure(self, pin, enclosure):
"""

View File

@ -98,8 +98,6 @@ class supply_router(router):
return True
def route_simple_overlaps(self, pin_name):