From 94d700071751973e2c9bb93d3ce266dc658e300f Mon Sep 17 00:00:00 2001 From: mrg Date: Fri, 26 Jun 2020 12:16:54 -0700 Subject: [PATCH] Reduce output clutter from gds write --- compiler/base/hierarchy_layout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/base/hierarchy_layout.py b/compiler/base/hierarchy_layout.py index 8720470b..2a29be6b 100644 --- a/compiler/base/hierarchy_layout.py +++ b/compiler/base/hierarchy_layout.py @@ -739,7 +739,7 @@ class layout(): width=width, height=height, center=False) - debug.info(2, "Adding {0} boundary {1}".format(self.name, boundary)) + debug.info(4, "Adding {0} boundary {1}".format(self.name, boundary)) self.visited.append(self.name)