Skip to content

Edge NOT issue #72

@klayoutmatthias

Description

@klayoutmatthias

The following issue is seen on the attached layout file with this DRC script:

report("test")

l9 = input(9, 0)
l10 = input(10, 0)
l8 = input(8, 0) & l10

l0 = l8.edges
l0.output("0")
l0b = l9.not(l8)
l0b.output("0b")
l1 = l0.not(l0b)
l1.output("1")

The output of "1" is lacking a part of the edges (the "L" connected edges should be "U" in fact):
image
edge_not.gds.gz

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