From 8d52794c32f5bbccd24082e09b4a6eddbb5b729e Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 11 Jun 2020 11:57:52 -0700 Subject: [PATCH] Remove printf in precharge --- compiler/pgates/precharge.py | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/pgates/precharge.py b/compiler/pgates/precharge.py index f366e5b4..0a948ff8 100644 --- a/compiler/pgates/precharge.py +++ b/compiler/pgates/precharge.py @@ -197,7 +197,6 @@ class precharge(design.design): # This is an extra space down for some techs with contact to active spacing contact_space = max(self.poly_space, self.contact_to_gate) + 0.5 * contact.poly_contact.first_layer_height - print(self.contact_to_gate) offset = pin_offset - vector(0, contact_space) self.add_via_stack_center(from_layer="poly", to_layer=self.en_layer,