start of adding additional granularity to 1port col caps

This commit is contained in:
jcirimel
2020-11-23 06:55:47 -08:00
parent 5ee3f4cc66
commit f40e5f6dba
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -600,7 +600,7 @@ class VlsiLayout:
shapes = self.getAllShapes(lpp)
if len(shapes) != 1:
debug.warning("More than one boundary found in cell: {}".format(structure))
debug.warning("More than one or no boundaries found in cell: {}".format(structure))
debug.check(len(shapes) != 0,
"Error: "+str(structure)+".cell_size information not found yet")
max_boundary = None