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

minProtrusionWidth

Specifies the minimum width for a protrusion that connects to a wire based on the length of the protrusion and the width of the wire it connects to. The following must be true for the constraint to apply:

minProtrusionWidth Quick Reference

Constraint Type

Layer

Value Types

Value

Database Types

Design, Technology

Scope

design, foundry

Category

Length and Width

Value Type

minProtrusionWidth constraints have a Value that represents the minimum width, in user units, for the protrusion to apply when the criteria is met.

Format Syntax

Tcl

set_constraint_parameter -name width -Value f_wireWidth
set_constraint_parameter -name length -Value f_protrusionLength
set_layer_constraint -constraint minProtrusionWidth \
-layer s_layer -Value f_protrusionWidth

LEF

LAYER s_layer
TYPE ROUTING ;
PROTRUSIONWIDTH width1 LENGTH length WIDTH width2 ;

Virtuoso

spacings(
( protrusionWidth tx_layer 
  ( g_protrusionLength g_wireWidth g_protrusionWidth ) )
)

Parameters

Examples

This example sets the minimum protrusion width to 0.25 on Metal3 protrusions on that meet the following requirements:

Related Topics

Length and Width Constraints


Return to top
 ⠀
X