-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
In ConnectionPoint object you are using the def ConnectionPointList.get_instance_top(netlist, x, y) however you are missing the netlist arguement:
txt = self._connect.get_top_instance(x, y).name
TypeError: ConnectPointList.get_top_instance() missing 1 required positional argument: 'y'
txt = self._connect.get_top_instance(x, y).name |
Metadata
Metadata
Assignees
Labels
No labels