mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 10:27:53 +02:00
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:
@@ -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
@@ -69,6 +69,7 @@ connect_global(ptie, "SUBSTRATE")
|
||||
# Compare section
|
||||
|
||||
equivalent_pins("ND2X1", 4, 5)
|
||||
equivalent_pins("DOESNOTEXIST", 4, 5)
|
||||
|
||||
netlist.simplify
|
||||
|
||||
|
||||
Reference in New Issue
Block a user