Added test case files.

This commit is contained in:
Matthias Koefferlein 2021-02-08 20:59:48 +01:00
parent a9fa5d73f9
commit 1c8eca50bf
4 changed files with 25 additions and 0 deletions

25
testdata/drc/drcSimpleTests_29.drc vendored Normal file
View File

@ -0,0 +1,25 @@
source $drc_test_source
target $drc_test_target
if $drc_test_deep
deep
end
l1 = input(1, 0)
l2 = input(2, 0)
l3 = input(3, 0)
l1.output(1, 0)
l2.output(2, 0)
l3.output(3, 0)
h = l1 - l2
h.with_holes(0).output(100, 0)
h.without_holes(0).output(101, 0)
h.with_holes(3).output(102, 0)
h.with_holes(1..3).output(103, 0)
h.with_holes(1..1).output(104, 0)
h.with_holes(2, nil).output(105, 0)
h.with_holes(0, nil).output(106, 0)

BIN
testdata/drc/drcSimpleTests_29.gds vendored Normal file

Binary file not shown.

BIN
testdata/drc/drcSimpleTests_au29.gds vendored Normal file

Binary file not shown.

BIN
testdata/drc/drcSimpleTests_au29d.gds vendored Normal file

Binary file not shown.