From 2b09c9e638f283353d3c3d7c3bff1ce91ce1d102 Mon Sep 17 00:00:00 2001 From: philip r brenan Date: Fri, 4 Sep 2026 02:11:50 +0100 Subject: [PATCH] Fix typo in docstring for route_horizontal_pins --- 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 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 """