Updated DRC doc, added more tests.

This commit is contained in:
Matthias Koefferlein
2020-05-23 22:54:50 +02:00
parent 5fbe3d2b84
commit 0f42ebe385
10 changed files with 32 additions and 18 deletions
+8
View File
@@ -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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.