From 3deeaf7164703a92915c30413c18873153986da4 Mon Sep 17 00:00:00 2001 From: Matthew Guthaus Date: Thu, 5 Dec 2019 23:33:23 +0000 Subject: [PATCH] Decrease verbosity of boundary layer --- 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 7dcb62f9..7a4fc4c7 100644 --- a/compiler/base/hierarchy_layout.py +++ b/compiler/base/hierarchy_layout.py @@ -530,7 +530,7 @@ class layout(): width=width, height=height, center=False) - debug.info(0, "Adding {0} boundary {1}".format(self.name, boundary)) + debug.info(2, "Adding {0} boundary {1}".format(self.name, boundary)) self.visited.append(self.name)