mirror of https://github.com/KLayout/klayout.git
19 lines
245 B
Plaintext
19 lines
245 B
Plaintext
|
|
|
||
|
|
source $drc_test_source
|
||
|
|
target $drc_test_target
|
||
|
|
|
||
|
|
if $drc_test_deep
|
||
|
|
deep
|
||
|
|
end
|
||
|
|
|
||
|
|
l1 = input(1, 0)
|
||
|
|
l2 = input(2, 0)
|
||
|
|
l3 = input(3, 0)
|
||
|
|
|
||
|
|
l1.output(1, 0)
|
||
|
|
l2.output(2, 0)
|
||
|
|
l3.output(3, 0)
|
||
|
|
|
||
|
|
l1.width(4.995.um, projection, angle_limit(50)).output(100, 0)
|
||
|
|
|