• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. Editing CDF parameter properties for a Pcell

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 144
  • Views 21619
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Editing CDF parameter properties for a Pcell

ahamlett
ahamlett over 16 years ago

 The only documentation on this I have found is from Cadence Design Framework II SKILL Functions Reference (skdref.pdf) on page 698:

Attribute     Set?  Type   Description

valueType   no     string  The type of the value of this property:
                                     “boolean” Boolean
                                     “fileName” file name string
                                     “float” Floating-point integer
                                     “hierProp” Property list
                                     “ILExpr” IL expression string
                                     “ILList” IL list
                                     “int” Integer
                                     “NLPExpr” NLP expression string
                                     “string” String
                                     “time” Time-valued string

I want to be able to force the display name or prompt of pcell parameters by editing the pcell's base cdf:

cdfCreateParam(cdfCreateBaseCellCDF(ddGetObj(libName cellName))
    ?name            "myParam"
    ?prompt          "My Param's Prompt"
    ?defValue        car(layerList)
    ?type              "ILList"
    ?storeDefault    "yes"
)

However I keep getting this error when loading the pcell:

*Error* icGetCurrentWindow: invalid cdf parameter type - "ILList"

I've tried ilList and ILList as the parameter type. Why isn't this working?

 BTW, what does CDF stand for? Cadence Design Framework, Cell Database Function, etc?

Edit: Found out what CDF stands for... Component Description Format.

Also, I am trying to change the value of parameters on the instance of a pcell... anyone know how to do that?
I would need to know the object of the parent which instances the pcell.

  • Cancel
Parents
  • skillUser
    skillUser over 16 years ago

    Hi Alan,

    Derek is correct on multiple counts - CDF is an acronym for Component Description Format.

    Unfortunately PCells do not support the use of a list CDF parameter type. 

    See my solution on supported CDF parameter typesfor PCells on Sourcelink: SourceLink Solution 11130422

    I found a CCR (well, a PCR) request for this dating back to 1996!

    The solution is, as Derek mentioned, to convert the list to a string and back again inside the PCell.

    Best regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • skillUser
    skillUser over 16 years ago

    Hi Alan,

    Derek is correct on multiple counts - CDF is an acronym for Component Description Format.

    Unfortunately PCells do not support the use of a list CDF parameter type. 

    See my solution on supported CDF parameter typesfor PCells on Sourcelink: SourceLink Solution 11130422

    I found a CCR (well, a PCR) request for this dating back to 1996!

    The solution is, as Derek mentioned, to convert the list to a string and back again inside the PCell.

    Best regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information