mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
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:
Vendored
+25
@@ -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)
|
||||
|
||||
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user