From c700d2ed978cbcf760254a9a164aaf0a373fb654 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 3 Jul 2022 09:40:17 +0200 Subject: [PATCH] Better LVS template - align needs to come before simplify --- src/lvs/lvs/templates/lvs.lym | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/lvs/lvs/templates/lvs.lym b/src/lvs/lvs/templates/lvs.lym index 7b74b5643..f3ab2e958 100644 --- a/src/lvs/lvs/templates/lvs.lym +++ b/src/lvs/lvs/templates/lvs.lym @@ -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