Merge pull request #357 from KLayout/issue-352

Fixed #352 (LVS should ignore equivalent_pins line for non-existing c…
This commit is contained in:
Matthias Köfferlein
2019-09-16 23:36:02 +02:00
committed by GitHub
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