mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 09:20:45 +02:00
Updated DRC doc, added more tests.
This commit is contained in:
Vendored
+8
@@ -662,6 +662,14 @@ def run_testsuite(dm, ic, tiled = false, hier = false)
|
||||
atdup = at.dup
|
||||
atdup.select_not_interacting(d)
|
||||
atdup.output(lb + 7, dm + 1)
|
||||
p = d.interacting(at)
|
||||
p.output(lb + 8, dm)
|
||||
p = d.not_interacting(at)
|
||||
p.output(lb + 8, dm + 1)
|
||||
p = d.pull_interacting(at)
|
||||
p.output(lb + 9, dm)
|
||||
p = at.pull_interacting(d)
|
||||
p.output(lb + 9, dm + 1)
|
||||
|
||||
end
|
||||
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user