Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compiler/base/hierarchy_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down