N
Nikolaos Kasparidis
Guest
Hello,
I have a weird problem which requires to have some CDF parameters
in a pCell with all letters in capital (it is important for them to be
in uppercase like WIDTH, LENGTH) but sometimes I need to attach
parameters in an instance of the pCell using dbCreateProp or
dbReplaceProp. The parameters are provided in lowercase (width,
length). So if I check the properties of the instance of the pCell I
get the parameters tab, which have the default CDF values and another
tab called properties which has the values I have attached.
I really need these properties to replace the values of the default
CDF parameters. I was wondering if there is a mapping list or
something similar in order to bypass this problem. I have checked that
if the names match exactly (Cadence is case sensitive) it works fine,
but unfortunately I need the CDF in upper and the parameters come
through a case insensitive application which lowers them.
Thank you
I have a weird problem which requires to have some CDF parameters
in a pCell with all letters in capital (it is important for them to be
in uppercase like WIDTH, LENGTH) but sometimes I need to attach
parameters in an instance of the pCell using dbCreateProp or
dbReplaceProp. The parameters are provided in lowercase (width,
length). So if I check the properties of the instance of the pCell I
get the parameters tab, which have the default CDF values and another
tab called properties which has the values I have attached.
I really need these properties to replace the values of the default
CDF parameters. I was wondering if there is a mapping list or
something similar in order to bypass this problem. I have checked that
if the names match exactly (Cadence is case sensitive) it works fine,
but unfortunately I need the CDF in upper and the parameters come
through a case insensitive application which lowers them.
Thank you