Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techSetExtractRES

techSetExtractRES(
d_techID
l_deviceDefinition
) 
=> t / nil

Description

Appends the specified extractRESspecification to the specified technology database. ASCII technology file location: extractRES subsection of the devices section. If an extractRES device of the same name exists, this function replaces it with the new specification. If the extractRES subsection does not exist, this function creates it.

Arguments

d_techID

The database identifier of the technology database.

l_deviceDefinition

A list defining the extractRES specification. The list is in the format:

list ( t_deviceName tx_recognitionLayer
tx_termLayer
[ tx_modelName ] )

Value Returned

t

The extractRES device specification is successfully added to the technology database.

nil

The technology database does not exist or does not contain extractRES devices.


Return to top
 ⠀
X