techGetPrNonDefaultRules
techGetPrNonDefaultRules(d_techID) =>l_nonDefaultRules/ nil
Description
Returns a list of the place and route constraint groups in the specified technology database.
Arguments
Value Returned
|
The technology database does not exist or does not contain the rules. |
Example
techGetPrNonDefaultRules(techID)
=> ("NDrule1" "NDrule2")
Return to top