Skip to content

0.26 LVS: equivalent_pins requires the cell to be present #352

@klayoutmatthias

Description

@klayoutmatthias

If the cell mentioned in equivalent_pins isn't there, the LVS script will stop. This function should be ignored if no cell/circuit with the given name is present.

Workaround:

Instead of using

equivalent_pins("ND2", "A", "B")

use

schematic.circuit_by_name("ND2") && equivalent_pins("ND2", "A", "B")

Nice to have BTW: "equivalent_pins" could appear before "schematic".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions