D
danmc
Guest
Hi,
I have a cell which is parameterized in the schematic. dfIIToVldb is
not happy about it. For example on a MOS transistor in the cell I have
something like:
w = pPar("Width")
l = pPar("Length")
where w and l are both CDF parameters. There is also an 'as' CDF
parameter which is not editable and is set by the callback to something
like (w+dlw)*(l+dll) so in the property form for the device I see
something like
(pPar("Width")+1u)*(pPar("Length")+1u) M
(exact values not listed, but this should show the issue).
Now if you list 'as' in the instParameters you end up getting
*Error* Param 'as' on inst 'I1' in 'mycell schematic mylib' cannot be
evaluated
during the dfIIToVldb part in an assura lvs run.
Any ideas on what one must do to get this to work correctly?
Thanks
-Dan
I have a cell which is parameterized in the schematic. dfIIToVldb is
not happy about it. For example on a MOS transistor in the cell I have
something like:
w = pPar("Width")
l = pPar("Length")
where w and l are both CDF parameters. There is also an 'as' CDF
parameter which is not editable and is set by the callback to something
like (w+dlw)*(l+dll) so in the property form for the device I see
something like
(pPar("Width")+1u)*(pPar("Length")+1u) M
(exact values not listed, but this should show the issue).
Now if you list 'as' in the instParameters you end up getting
*Error* Param 'as' on inst 'I1' in 'mycell schematic mylib' cannot be
evaluated
during the dfIIToVldb part in an assura lvs run.
Any ideas on what one must do to get this to work correctly?
Thanks
-Dan