mirror of https://github.com/KLayout/klayout.git
Better LVS template - align needs to come before simplify
This commit is contained in:
parent
c227cb9ef3
commit
c700d2ed97
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue