Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbSetAreaBoundaryValidRoutingLayers

dbSetAreaBoundaryValidRoutingLayers(
d_areaBoundaryId
l_layers
)
=> t / nil

Description

Sets the value of the validRoutingLayers constraint on the given area boundary.

Arguments

d_areaBoundaryId

The ID of the area boundary.

l_layers

The list of valid routing layers.

Value Returned

t

Returns t if the value of the validRoutingLayers constraint is successfully set.

nil

Returns nil if the value of the validRoutingLayers constraint cannot be set successfully.

Example

dbSetAreaBoundaryValidRoutingLayers(areaBndyId list("M1" "M2" "VIA2" "VIA3" "M6")) => t

Return to top
 ⠀
X