Product Documentation
Virtuoso Technology Data Constraints Reference
Product Version IC23.1, November 2023

antennaModelCombo

antennaModelCombo(
'and (t_modelName1 …)  t_modelName
) ;antennaModelCombo

(Virtuoso Advanced Node for Layout Only) Defines the antenna oxide model to use for nets that are connected to devices with at least one each of a list of other antenna oxide models.

Values

t_modelName

The name of the antenna oxide model to be used.

The valid values are OXIDE1, OXIDE2, OXIDE3, and OXIDE4.

Parameters

'and (t_modelName1 …)

The antenna oxide models that should be part of the and operation.

Example

The antenna oxide model OXIDE3 is specified as the one to use for nets that contain devices with at least one each of the antenna oxide models OXIDE1 and OXIDE2.

spacings(
    (antennaModelCombo 'and ("OXIDE1" "OXIDE2" ) "OXIDE3")
) ;spacings

Return to top
 ⠀
X