mirror of https://github.com/KLayout/klayout.git
Updated LVS sample
This commit is contained in:
parent
59a572344c
commit
bca5810087
|
|
@ -103,8 +103,8 @@ connect(metal1, via)
|
||||||
connect(via, metal2)
|
connect(via, metal2)
|
||||||
|
|
||||||
# Make "must-connect" connections between NWELL and VDD and BULK and VSS
|
# Make "must-connect" connections between NWELL and VDD and BULK and VSS
|
||||||
connect_explicit("*", ["NWELL", "VDD"])
|
connect_explicit(["NWELL", "VDD"])
|
||||||
connect_explicit("*", ["BULK", "VSS"])
|
connect_explicit(["BULK", "VSS"])
|
||||||
|
|
||||||
# Global connections
|
# Global connections
|
||||||
connect_global(ptie, "BULK")
|
connect_global(ptie, "BULK")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue