Merge pull request #2418 from KLayout/bugfix/issue-2416

Fixing bug #2416 (two-layer DRC check without merged first input prod…
This commit is contained in:
Matthias Köfferlein
2026-08-14 17:59:24 +02:00
committed by GitHub
7 changed files with 48 additions and 2 deletions
+25
View File
@@ -0,0 +1,25 @@
source $drc_test_source
target $drc_test_target
if $drc_test_deep
deep
end
deep
l1 = input(1, 0, enable_props)
l1.output(1, 0)
l2 = input(2, 0, enable_props)
l2.output(2, 0)
l1.sep(l2, 1.um, props_ne).output(100, 0)
l1.sep(l2, 1.um, props_eq).output(101, 0)
l1.sep(l2, 1.um).output(102, 0)
l2.sep(l1, 1.um, props_ne).output(110, 0)
l2.sep(l1, 1.um, props_eq).output(111, 0)
l2.sep(l1, 1.um).output(112, 0)
l1.space(1.um, props_ne).output(120, 0)
l1.space(1.um, props_eq).output(121, 0)
l1.space(1.um).output(122, 0)
Binary file not shown.
Binary file not shown.
Binary file not shown.