From 287f5963d1340dfa06c64bc24692519dd911647d Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Thu, 8 Jul 2021 08:56:52 -0400 Subject: [PATCH] Corrected an error that crept into the netgen.tcl script that causes the "failed pin matching" error message to appear for cells mismatching topology (in which case pin matching is never done). --- VERSION | 2 +- tcltk/netgen.tcl.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 03367c8..ed4d51c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.192 +1.5.193 diff --git a/tcltk/netgen.tcl.in b/tcltk/netgen.tcl.in index ce3215f..fc87cae 100644 --- a/tcltk/netgen.tcl.in +++ b/tcltk/netgen.tcl.in @@ -532,7 +532,7 @@ proc netgen::lvs { name1 name2 {setupfile setup.tcl} {logfile comp.out} args} { } set properr {} set matcherr {} - set pinsgood 0 + set pinsgood -1 while {$endval != {}} { if {$dolist == 1} { netgen::run -list converge @@ -585,7 +585,7 @@ proc netgen::lvs { name1 name2 {setupfile setup.tcl} {logfile comp.out} args} { netgen::log echo on } } - } else { + } elseif {$uresult > 0} { # Match pins netgen::log echo off if {$dolist == 1} {