pcDefineInheritParam
pcDefineInheritParam(d_instId s_parameter g_value l_namelist) =>d_inheritGroup/nil
Description
Specifies that a parameter of an instance of a Pcell takes its value from a parameter definition of the enclosing cellview. The selection filter allows you to select only instances.
Arguments
|
List of symbols used in g_value. These become parameters of the Pcell. |
Value Returned
|
Group ID used to record the details of the inherited parameter. |
|
|
Returned if d_instID does not identify an instance or if there are no inherited parameters defined in it. |
Examples
nfetWidthInheritance = pcDefineInheritParam(nfet1 'w 'nfetWidth list('nfetWidth))
Causes parameter w on instance nfet1 to take its value from the nfetWidth parameter of the enclosing cellview. It declares nfetWidth as a parameter of the enclosing cellview.
Return to top