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

minRedundantViaSetback

Specifies the metal enclosure required on a metal layer when redundant vias are aligned on the same edge of that metal layer.

minRedundantViaSetback Quick Reference

Constraint Type

Layer pair

Value Types

OneDTblValue

Database Types

Design, Technology

Scope

design, foundry

Category

Via Construction

Value Type

minRedundantViaSetback constraints have a OneDTblValue. The lookup key (width) represents the width of the wide metal and the value for the table represents the redundant via wide enclosure width in user units. Layer1 is the cut layer and layer2 is the metal layer.

Format Example

Tcl

set_layerpair_constraint -constraint minRedundantViaSetback \
-layer1 s_cutLayer -layer2 s_metalLayer -row_name width \
-OneDTblValue {{f_width f_enclosure}}

Virtuoso

spacingTables(
( redundantViaSetback tx_layer1 tx_layer2
 ( ( "width" nil nil ) )
 ( l_table )
 )
)

Parameters

Related Topics

Via Construction Constraints


Return to top
 ⠀
X