Files
klayout/testdata/drc/drcSimpleTests_54.drc
T
Matthias Köfferlein e9c5782c51 Issue 1011 (#1027) - DRC violation on texts in deep mode
* Fixed issue-1011 by using single-point polygons for texts in deep mode. Tests need fixing.

* Updated tests (text become a single point)

* Added test for issue-1011
2022-03-15 21:13:57 +01:00

19 lines
271 B
Plaintext

source $drc_test_source
target $drc_test_target
deep
layer = input(1)
layer.output(1, 0)
layer.width(0.5.micron).output(100,0)
t = layer.texts("*", as_boxes)
t.output(101, 0)
layer2 = labels(1)
layer2.output(102, 0)
t = layer2.texts("*", as_boxes)
t.output(103, 0)