Clarification of negative edge output for two-layer DRC's.

This commit is contained in:
Matthias Koefferlein
2021-05-26 01:12:35 +02:00
parent 660b723678
commit 5e04ea6156
7 changed files with 99 additions and 17 deletions
+1
View File
@@ -269,6 +269,7 @@ gen = Gen::new
run_demo gen, "input1.separation(input2, 1.2, euclidian)", "drc_separation1.png"
run_demo gen, "input1.drc(separation(input2, euclidian) < 1.2)", "drc_separation1u.png"
run_demo gen, "input1.drc((separation(input2) >= 1.2).first_edges)", "drc_separation1un.png"
class Gen
def produce(s1, s2)