From c4163d3401987b671a43b129351668a95fa7a107 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Mon, 29 Oct 2018 13:50:56 -0700 Subject: [PATCH] Remove debug statements. --- compiler/router/pin_group.py | 1 - compiler/router/supply_router.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/router/pin_group.py b/compiler/router/pin_group.py index 57191d63..b742d035 100644 --- a/compiler/router/pin_group.py +++ b/compiler/router/pin_group.py @@ -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 diff --git a/compiler/router/supply_router.py b/compiler/router/supply_router.py index 093bd1de..4f12e16a 100644 --- a/compiler/router/supply_router.py +++ b/compiler/router/supply_router.py @@ -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