Product Documentation
Virtuoso Space-based Router Constraint Reference
Product Version IC23.1, June 2023

minLargeViaArrayWidth

Specifies the minimum width of a via array for it to be considered a large via array and must be built with the spacing given by the minLargeViaArraySpacing constraint. The minimum width applies to the intersection of the top and bottom metal layers in the via that are connected by the cut layer.

minLargeViaArrayWidth Quick Reference

Constraint Type

Layer

Value Types

Value

Database Types

Design, Technology

Scope

design, foundry

Category

Via Construction

Value Type

The minLargeViaArrayWidth constraint has a Value that is the minimum width, in user units, of a large via array.

Format Example

Tcl

set_layer_constraint -constraint minLargeViaArrayWidth \
-layer cutLayer -Value viaWidth}

LEF 5.7

ARRAYSPACING WIDTH viaWidth

Virtuoso

spacings(
( minLargeViaArrayWidth cutLayer viaWidth )
)

Parameters

Examples

Format Example

Tcl

set_layer_constraint -constraint minLargeViaArrayWidth \
-layer Via1 -Value 1.2

LEF 5.7

ARRAYSPACING WIDTH 1.2

Virtuoso

spacings(
( minLargeViaArrayWidth Via1 1.2 )
)

Related Topics

Via Construction Constraints


Return to top
 ⠀
X