Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

lcePrintConstraintGroupWarnings

lcePrintConstraintGroupWarnings (
d_techID
)
=> t / nil

Description

Prints the warnings issued by the connectivity extractor for the specified technology library. The constraint group for which the warnings are issued is the one defined using the setupConstraintGroup environment variable.

Arguments

d_techID

Database ID of the technology library for which the constraint group warnings need to be issued.

Value Returned

t

The constraint group could be found.

nil

The constraint group could not be found.

Example

lcePrintConstraintGroupWarnings(techID)

Prints warnings for the specified constraint group for the specified technology library.

This function can be used to print warnings after an ASCII technology file is loaded.

procedure(printExtractorWarningsCallback(techId techName)
  lcePrintConstraintGroupWarnings(techId)
)
tcRegPostLoadTrigger('printExtractorWarningsCallback)

Return to top
 ⠀
X