Files
klayout/testdata/drc/drcSimpleTests_55.drc
T
Matthias Koefferlein 75d686a63f Changing default "is_merged" status for Edges and Region to false.
This was a problem with universal DRC which does not specifically
set the merged status. Furthermore, the default for DeepRegion and
DeepEdges was "false" already and now is aligned.
2022-07-04 00:52:55 +02:00

21 lines
359 B
Plaintext

source $drc_test_source
target $drc_test_target
if $drc_test_deep
deep
end
licon = input(66, 44)
licon.output(66, 44)
licon_cluster = licon.sized(0.2).sized(-0.2)
single = licon_cluster.drc(secondary(licon).count == 1)
single.sized(0.1).output(100, 0)
single = licon_cluster.drc(if_any(secondary(licon).count == 1))
single.sized(0.1).output(101, 0)