Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techGetPrNonDefaultRules

techGetPrNonDefaultRules(
d_techID
) 
=> l_nonDefaultRules / nil

Description

Returns a list of the place and route constraint groups in the specified technology database.

Arguments

d_techID

The database identifier of the technology database.

Value Returned

l_nonDefaultRules

A list of the rules. The list has the following syntax:

( t_rulename1 t_rulename2 … )

nil

The technology database does not exist or does not contain the rules.

Example

techGetPrNonDefaultRules(techID) 
=> ("NDrule1" "NDrule2")

Return to top
 ⠀
X