Hi
I got a legacy SKILL code for pcell from the company and need to modify it. Could someone explain to me the purpose of using dbReplacProp shown below ? I cannot find the info about it in Cadence documentation. Could I remove these two lines from pcDefinePCEll definition.
pcDefinePCell(list(ddGetObj(globaldata->library_name) "testa" "layout")
...
dbReplaceProp(pcCellView "viewSubType" "string" "maskLayoutParamCell")
dbReplaceProp(pcCellView "function" "string" "transistor")
)
Thanks,
MC