1212
DRC input "METAL (17/0)" filter does not work · Issue #1887 · KLayout/klayout · GitHub
Skip to content

DRC input "METAL (17/0)" filter does not work #1887

@Fusion86

Description

@Fusion86

If I read the docs correctly then these two statements should produce the same result. However, the second one throws an error.

active = input(RBA::LayerInfo::new(43, 1, "active"))
active = input("active (43/1)")

image

This code is inside an LVS macro, but as far as I understand this code is the same as what the DRC engine runs?
Could also be that this is intentional behavior, but then the docs might be wrong?

It works fine if you only specify the layer name without the space+numbers (set inside 'Edit Layer Specification' which is somehow different from the right-click->Rename name?)

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions