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 and compare
|
||||||
|
|
||||||
# Netlist normalization
|
# Netlist extraction
|
||||||
netlist.simplify
|
netlist
|
||||||
|
|
||||||
# Hierarchy alignment (flatten out unmatched cells)
|
# Hierarchy alignment (flatten out unmatched cells, specifically device cells)
|
||||||
align
|
align
|
||||||
|
|
||||||
# Netlist vs. netlist
|
# Netlist normalization and device combination
|
||||||
|
netlist.simplify
|
||||||
|
|
||||||
|
# Netlist vs. netlist check
|
||||||
compare
|
compare
|
||||||
</text>
|
</text>
|
||||||
</klayout-macro>
|
</klayout-macro>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue