From 9d40cd4a0385d5dd796b2323b486b64e694a2aec Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Tue, 4 Sep 2018 16:39:13 -0700 Subject: [PATCH] Remove verbose print statement in add_power_pin --- compiler/base/hierarchy_layout.py | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/base/hierarchy_layout.py b/compiler/base/hierarchy_layout.py index 83a8420b..28991826 100644 --- a/compiler/base/hierarchy_layout.py +++ b/compiler/base/hierarchy_layout.py @@ -845,7 +845,6 @@ class layout(lef.lef): """ Add a single power pin from M3 down to M1 at the given center location """ - debug.info(0,"Adding power pin {0} at {1} rotate={2}".format(name, loc, rotate)) self.add_via_center(layers=("metal1", "via1", "metal2"), offset=loc, rotate=rotate)