Fixed a script error that caused pins not to be reported in the

Tcl list and JSON formatted outputs.
This commit is contained in:
Tim Edwards 2018-04-26 08:00:47 -04:00
parent 62648c5672
commit f14ebf323f
1 changed files with 2 additions and 2 deletions

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} {