Added test data

This commit is contained in:
Matthias Koefferlein 2024-09-18 23:24:03 +02:00
parent e2718c5a54
commit 9bb9fc2a50
3 changed files with 26 additions and 0 deletions

26
testdata/drc/drcSimpleTests_132.drc vendored Normal file
View File

@ -0,0 +1,26 @@
source $drc_test_source
target $drc_test_target
if $drc_test_deep
deep
end
l1 = input(1, 0)
l1.output(100, 0)
max_area_ratio(0.0)
l1 = input(1, 0)
l1.output(101, 0)
max_area_ratio(3.0)
l1 = input(1, 0)
l1.output(102, 0)
max_area_ratio(-3.0)
l1 = input(1, 0)
l1.output(103, 0)

BIN
testdata/drc/drcSimpleTests_132.gds vendored Normal file

Binary file not shown.

BIN
testdata/drc/drcSimpleTests_au132d.gds vendored Normal file

Binary file not shown.