After reverting back to before pull request #33, updated the
version and re-applied the fixes from issue #34.
This commit is contained in:
parent
23ff2f00a3
commit
4c4bad08f2
|
|
@ -609,16 +609,16 @@ proc netgen::lvs { name1 name2 {setupfile setup.tcl} {logfile comp.out} args} {
|
||||||
} else {
|
} else {
|
||||||
# Flatten the non-matching subcircuit (but not the top-level cells)
|
# Flatten the non-matching subcircuit (but not the top-level cells)
|
||||||
if {[netgen::print queue] != {}} {
|
if {[netgen::print queue] != {}} {
|
||||||
if {([lsearch $noflat [lindex $endval 1]] == -1) &&
|
if {([lsearch $noflat [lindex $endval 0]] == -1) &&
|
||||||
([lsearch $noflat [lindex $endval 1]] == -1)} {
|
([lsearch $noflat [lindex $endval 1]] == -1)} {
|
||||||
netgen::log put " Flattening non-matched subcircuits $endval\n"
|
netgen::log put " Flattening non-matched subcircuits $endval\n"
|
||||||
netgen::flatten class "[lindex $endval 0] $fnum1"
|
netgen::flatten class "[lindex $endval 0] $fnum1"
|
||||||
netgen::flatten class "[lindex $endval 1] $fnum2"
|
netgen::flatten class "[lindex $endval 1] $fnum2"
|
||||||
} else {
|
} else {
|
||||||
netgen::log put " Continuing with black-boxed subcircuits $endval\n"
|
netgen::log put " Continuing with black-boxed subcircuits $endval\n"
|
||||||
lappend matcherr [lindex $endval 0]
|
lappend matcherr [lindex $endval 0]"(1)"
|
||||||
netgen::log put " Continuing with black-boxed subcircuits $endval\n"
|
netgen::log put " Continuing with black-boxed subcircuits $endval\n"
|
||||||
lappend matcherr [lindex $endval 0]
|
lappend matcherr [lindex $endval 0]"(2)"
|
||||||
# Match pins
|
# Match pins
|
||||||
netgen::log echo off
|
netgen::log echo off
|
||||||
if {$dolist == 1} {
|
if {$dolist == 1} {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue