Skip to content

Add Module Labels #31

@ql-gbrown

Description

@ql-gbrown

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions