mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
14 lines
161 B
Plaintext
14 lines
161 B
Plaintext
|
|
source $drc_test_source
|
|
target $drc_test_target
|
|
|
|
deep
|
|
|
|
l1 = input(1, 0)
|
|
|
|
l1.output(1, 0)
|
|
|
|
l1.drc(sized(0.2)).output(100, 0)
|
|
l1.drc(sized(-0.2)).output(101, 0)
|
|
|