Product Documentation
Virtuoso Technology Data Constraints Reference
Product Version IC23.1, November 2023

'description

'description t_desc

Adds a description for a constraint. This parameter can be specified for any constraint.

Arguments

t_desc

Description to be associated with the specified constraint for use by applications.
Valid values: Any string

Some applications display this description with an error message.

Example

orderedSpacings(
    ( minOppExtension "poly1" "metal2" (2.1 0.7) 
       'description "This is a constraint description." 
    ) 
) ;orderedSpacings

Return to top
 ⠀
X