• 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. A skill function or skill routine to readout a CDF Parameter...

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 143
  • Views 14513
  • 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

A skill function or skill routine to readout a CDF Parameter from an instance!

Peach99
Peach99 over 15 years ago

Hello,

I want to know, how I can readout a CDF Parameter of an Instance (on an appointed schematic)! Is there a skill function or a skill routine, who can do this? I only need a skill description! I can't find out, how I can do this!!

best regards

Daniel Pietsch

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    Hi Daniel,

    If  you have CDS_Netlisting_Mode set to "Analog" you can do:

    instId~>myParamName

    and it will retrieve the CDF value on that instance - this is either the instance property (if set) or the default from the CDF (if no instance value is on the instance).

    Alternatively you can use:

    cdf=cdfGetInstCDF(instId)
    cdf->myParamName->value

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Peach99
    Peach99 over 15 years ago

     How I can get the Instance ID??

     

    Regards,

    Peach99

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • dmay
    dmay over 15 years ago

    There are several ways to do this.

    If the instance is selected:  instId = car(selectedSet())  or  css()

    instId = dbFindAnyInstByName(geGetEditCellView() "myInstName")

    All the instances in the cellview are here:  geGetEditCellView()~>instances

    Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    Just wanted to point out that css() is a private SKILL function, and should not be used in code as it is liable to be removed at any point. selectedSet() is not documented; it's only there for legacy reasons (compatibility with Edge/Artist (pre-DFII) code) and whilst is not strictly private, you should not really use it.

    The public functions are called geGetSelSet() and geGetSelectedSet().

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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