VLE:SKILL MOS pcell properties

S

svilen

Guest
Hi,

Does someone knows how to get the number of fingers and the gate length
of an instence of MOS pcell in SKILL?

Thanks,
Svilen
 
If you know the name of the properties for
'number of fingers' and 'gate length'.

d_instanceId~>S_propName
or
getq( d_instanceId S_propName )
or
dbGetPropByName( d_instanceId t_propName )->value

Bernd

svilen wrote:
Hi,

Does someone knows how to get the number of fingers and the gate length
of an instence of MOS pcell in SKILL?

Thanks,
Svilen
 
Does someone knows how to get the number of fingers and the gate length
of an instence of MOS pcell in SKILL?
These are certainly regular instance parameters, the name of which depends on the particular
implementation.

as an example,

inst~>Nf

would return the Nf parameter.

Beware though that a multi-finger transistor might be drawn as several instances connected in parallel.

stéphane
 

Welcome to EDABoard.com

Sponsor

Back
Top