diff --git a/VERSION b/VERSION index 3cd6538..af72c96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.201 +1.5.202 diff --git a/base/netcmp.c b/base/netcmp.c index 5641fea..38444d1 100644 --- a/base/netcmp.c +++ b/base/netcmp.c @@ -6892,11 +6892,6 @@ int reorderpins(struct hashlist *p, int file) "Ordering will be arbitrary.\n", tc2->name); for (ob = ptr->cell; ob != NULL; ) { - /* Catch badness */ - if (ob->next && (ob->next->node > 100000)) { - Fprintf(stdout, "Bad.\n"); - } - if (ob->type == FIRSTPIN) { if ((*matchfunc)(ob->model.class, tc2->name)) { char *sptr = ob->instance.name; diff --git a/tcltk/netgen.tcl.in b/tcltk/netgen.tcl.in index 2bd2e8e..7c2e1e4 100644 --- a/tcltk/netgen.tcl.in +++ b/tcltk/netgen.tcl.in @@ -562,11 +562,11 @@ proc netgen::lvs { name1 name2 {setupfile setup.tcl} {logfile comp.out} args} { if {[netgen::print queue] != {}} { if {([lsearch $noflat [lindex $endval 0]] == -1) && ([lsearch $noflat [lindex $endval 1]] == -1)} { - netgen::log put " Flattening non-matched subcircuits $endval" + netgen::log put " Flattening non-matched subcircuits $endval\n" netgen::flatten class "[lindex $endval 0] $fnum1" netgen::flatten class "[lindex $endval 1] $fnum2" } else { - netgen::log put " Continuing with black-boxed subcircuits $endval" + netgen::log put " Continuing with black-boxed subcircuits $endval\n" lappend matcherr [lindex $endval 0] # Match pins netgen::log echo off @@ -611,13 +611,13 @@ proc netgen::lvs { name1 name2 {setupfile setup.tcl} {logfile comp.out} args} { if {[netgen::print queue] != {}} { if {([lsearch $noflat [lindex $endval 1]] == -1) && ([lsearch $noflat [lindex $endval 1]] == -1)} { - netgen::log put " Flattening non-matched subcircuits $endval" + netgen::log put " Flattening non-matched subcircuits $endval\n" netgen::flatten class "[lindex $endval 0] $fnum1" netgen::flatten class "[lindex $endval 1] $fnum2" } else { - netgen::log put " Continuing with black-boxed subcircuits $endval" + netgen::log put " Continuing with black-boxed subcircuits $endval\n" lappend matcherr [lindex $endval 0] - netgen::log put " Continuing with black-boxed subcircuits $endval" + netgen::log put " Continuing with black-boxed subcircuits $endval\n" lappend matcherr [lindex $endval 0] # Match pins netgen::log echo off