Better LVS template - align needs to come before simplify

This commit is contained in:
Matthias Koefferlein 2022-07-03 09:40:17 +02:00
parent c227cb9ef3
commit c700d2ed97
1 changed files with 7 additions and 4 deletions

View File

@ -98,13 +98,16 @@ connect_global(ptie, "SUBSTRATE")
# -------------------------------------------------------------------
# Netlist and compare
# Netlist normalization
netlist.simplify
# Netlist extraction
netlist
# Hierarchy alignment (flatten out unmatched cells)
# Hierarchy alignment (flatten out unmatched cells, specifically device cells)
align
# Netlist vs. netlist
# Netlist normalization and device combination
netlist.simplify
# Netlist vs. netlist check
compare
</text>
</klayout-macro>