Fixed #352 (LVS should ignore equivalent_pins line for non-existing circuits)

Same is true now for same_nets and same_circuits.
This commit is contained in:
Matthias Koefferlein
2019-09-15 00:18:29 +02:00
parent 4ec4025e10
commit 55475e905f
3 changed files with 42 additions and 28 deletions
@@ -70,7 +70,9 @@ connect_global(ptie, "SUBSTRATE")
same_circuits("top", "RINGO")
same_circuits("INV", "INVX1")
same_circuits("DOESNOTEXIST", "DOESNOTEXIST2")
same_nets("top", "ENABLE", "RINGO", "ENABLE")
same_nets("DOESNOTEXIST", "ENABLE", "DOESNOTEXIST2", "ENABLE")
netlist.simplify
+1
View File
@@ -69,6 +69,7 @@ connect_global(ptie, "SUBSTRATE")
# Compare section
equivalent_pins("ND2X1", 4, 5)
equivalent_pins("DOESNOTEXIST", 4, 5)
netlist.simplify