mirror of https://github.com/KLayout/klayout.git
15 lines
179 B
Plaintext
15 lines
179 B
Plaintext
|
|
|
||
|
|
source $drc_test_source
|
||
|
|
target $drc_test_target
|
||
|
|
|
||
|
|
deep
|
||
|
|
|
||
|
|
l1 = input(1, 0)
|
||
|
|
|
||
|
|
l1.output(1, 0)
|
||
|
|
|
||
|
|
l1.width(0.4).output(100, 0)
|
||
|
|
l1.width(0.9).output(101, 0)
|
||
|
|
l1.width(1.1).output(102, 0)
|
||
|
|
|