mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-06 09:17:42 +02:00
Fixed #826 - added test
This commit is contained in:
Vendored
+14
@@ -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)
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user