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)