diff --git a/compiler/base/hierarchy_layout.py b/compiler/base/hierarchy_layout.py index c56fa3928..0c0c53b85 100644 --- a/compiler/base/hierarchy_layout.py +++ b/compiler/base/hierarchy_layout.py @@ -946,7 +946,7 @@ def route_horizontal_pins(self, name, insts=None, layer=None, xside="cx", yside= """ Route together all of the pins of a given name that horizontally align. Uses local_insts if insts not specified. - Uses center of pin by default, or top or botom if specified. + Uses center of pin by default, or top or bottom if specified. New top level pin can be renamed with new_name, otherwise the new pin will keep the same name as old pins TODO: Add equally spaced option for IR drop min, right now just 2 """