mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-28 17:06:31 +02:00
17 lines
195 B
Plaintext
17 lines
195 B
Plaintext
|
|
source $drc_test_source
|
|
target $drc_test_target
|
|
|
|
if $drc_test_deep
|
|
deep
|
|
end
|
|
|
|
l1 = polygons(1, 0)
|
|
l2 = polygons(2, 0)
|
|
|
|
l1.output(1, 0)
|
|
l2.output(2, 0)
|
|
|
|
l1.separation(l2, 10.um).output(100, 0)
|
|
|