TABLE OF CONTENTS


::pwtk::vc-relaxPrintout_

SYNOPSIS

proc ::pwtk::vc-relaxPrintout_ {} {

PURPOSE

Print a message for a multi-pass 'vc-relax' calculation.

SOURCE

    uplevel 1 {
        if { $opt(npass) > 1 } {
            printTitle vc-relax "Making a multiple pass vc-relax calculation"
            print "Number of vc-relax passes: $opt(npass)\n
Running vc-relax pass #.1"   
        }
    }
}