Remove debug statements.

This commit is contained in:
Matt Guthaus 2018-10-29 13:50:56 -07:00
parent fa272be3bd
commit c4163d3401
2 changed files with 1 additions and 2 deletions

View File

@ -127,7 +127,6 @@ class pin_group:
ymax = max(plc.y,elc.y)
ll = vector(plc.x, ymin)
ur = vector(prc.x, ymax)
print(pin,enclosure,ll,ur)
p = pin_layout(pin.name, [ll, ur], pin.layer)
elif pin.yoverlaps(enclosure):
# Is it horizontal overlap, extend pin shape to enclosure

View File

@ -71,7 +71,7 @@ class supply_router(router):
# Get the pin shapes
self.find_pins_and_blockages([self.vdd_name, self.gnd_name])
self.write_debug_gds("pin_enclosures.gds",stop_program=True)
#self.write_debug_gds("pin_enclosures.gds",stop_program=True)
# Add the supply rails in a mesh network and connect H/V with vias
# Block everything