Fixed #826 - added test

This commit is contained in:
Matthias Koefferlein
2021-06-07 23:01:05 +02:00
parent 8b528a8a7a
commit bfc534fa45
3 changed files with 14 additions and 0 deletions
+14
View File
@@ -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.