Updated LVS sample

This commit is contained in:
Matthias Koefferlein 2024-03-11 22:42:43 +01:00
parent 59a572344c
commit bca5810087
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ connect(metal1, via)
connect(via, metal2)
# Make "must-connect" connections between NWELL and VDD and BULK and VSS
connect_explicit("*", ["NWELL", "VDD"])
connect_explicit("*", ["BULK", "VSS"])
connect_explicit(["NWELL", "VDD"])
connect_explicit(["BULK", "VSS"])
# Global connections
connect_global(ptie, "BULK")