Compare commits

...
3 Commits
Author SHA1 Message Date
Tim Edwards 02a77b61f9 Merge branch 'master' into work 2018-04-26 08:01:20 -04:00
Tim Edwards dfd1e59432 Update at Thu Apr 26 08:01:18 EDT 2018 by tim 2018-04-26 08:01:18 -04:00
Tim Edwards f14ebf323f Fixed a script error that caused pins not to be reported in the
Tcl list and JSON formatted outputs.
2018-04-26 08:00:47 -04:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
1.5.97
1.5.98
+2 -2
View File
@@ -536,10 +536,10 @@ proc netgen::lvs { name1 name2 {setupfile setup.tcl} {logfile comp.out} args} {
# Match pins
netgen::log echo off
if {$dolist == 1} {
set result [equate pins "$fnum1 [lindex $endval 0]" \
set result [equate -list pins "$fnum1 [lindex $endval 0]" \
"$fnum2 [lindex $endval 1]"]
} else {
set result [equate -list pins "$fnum1 [lindex $endval 0]" \
set result [equate pins "$fnum1 [lindex $endval 0]" \
"$fnum2 [lindex $endval 1]"]
}
if {$result != 0} {