Files
klayout/testdata/drc/drcSimpleTests_149.drc
Matthias Koefferlein 43a5d8c548 Fixed issue #2384
Problem was that the magnification was applied twice
when running the checks inside compound DRC checks.
2026-07-09 23:43:25 +02:00

19 lines
307 B
Plaintext

source $drc_test_source
target $drc_test_target
if $drc_test_deep
deep
end
deep
metal2_drawn = polygons(36, 0)
metal2_slot = polygons(36, 3)
metal2_drawn.output(36, 0)
metal2_slot.output(36, 3)
violations_enclosed = metal2_slot.drc(enclosed(metal2_drawn) < 10.um)
violations_enclosed.output(100, 0)