• 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. Error of refresh CDF using abConvertComponentParams.il and...

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 143
  • Views 16035
  • 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

Error of refresh CDF using abConvertComponentParams.il and abInvokeCdfCallbacks.il

George Qin
George Qin over 5 years ago

Hi Andrew,

I am using your skill file "abConvertComponentParams.il" and "abInvokeCdfCallbacks.il" in order to refresh CDF of all instance in schematics of my library "mylibrary".

These are my command:

I run these command in Cadence virtuoso IC5141. My process is NSC90nm.

This is my config file:

But I finally get Error information:

How can I solve this problem?

  • Cancel
Parents
  • George Qin
    George Qin over 5 years ago

    I tried your skill file successfully in IC616, Refreshing CDF of umc55nm few month ago. But this time failed

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 5 years ago in reply to George Qin

    This is because the callback functions are doing type checking, and so you will need to use actual CDF objects rather than the default behaviour which is to use what I call "effective CDF lookalike" objects. You can do that by specifying ?useInstCDF t in the arguments to abInvokeCdfCallbacks or in the config file use:

    runCallbacks (?useInstCDF t)

    rather than runCallbacks t.

    Normally it's OK to use instance CDF rather than cell CDF (I don't think I've ever seen a case where the CDF callbacks require cell CDF (usually because they check cdfgData->id->... within the code) and they do type checking of the arguments to ensure that the object passed in is genuinely a CDF object (rather than my fake object). That would be extraordinarily unlucky.

    It will have worked for the other technology you used because the callbacks there were not written to do type checking (and to be honest in this case they are checking the type with the type character "o" which means other, so I do wonder why somebody has bothered doing that as "other" is not strictly just for CDF objects; if they'd have used "g" it would have been OK).

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • George Qin
    George Qin over 5 years ago in reply to Andrew Beckett

    Hi Andrew,

    Thanks for your reply.

    I already change it in config file, but still get this Error:

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • George Qin
    George Qin over 5 years ago in reply to Andrew Beckett

    Hi Andrew,

    Thanks for your reply.

    I already change it in config file, but still get this Error:

    • 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