mirror of https://github.com/KLayout/klayout.git
Fixed #826 - added test
This commit is contained in:
parent
8b528a8a7a
commit
bfc534fa45
|
|
@ -0,0 +1,14 @@
|
||||||
|
|
||||||
|
source $drc_test_source
|
||||||
|
target $drc_test_target
|
||||||
|
|
||||||
|
# Problem of #826 was deep-mode universal DRC with threading
|
||||||
|
|
||||||
|
deep
|
||||||
|
threads(4)
|
||||||
|
|
||||||
|
l7 = input(7, 0)
|
||||||
|
l7.output(7, 0)
|
||||||
|
|
||||||
|
l7.drc((angle == 0) & (length < 12.0)).extended_out(1.dbu).output(100, 0)
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue