• 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. Triggering callbacks

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 143
  • Views 15434
  • 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

Triggering callbacks

navi2582
navi2582 over 13 years ago

Hi,

After loading the "CCSinvokeCdfCallbacks.il", I opened the schematic and again ran "CCSinvokeCdfCallbacks(geGetEditCellView())" but I am getting the following error messages,

\e *Error* putprop: first arg must be either symbol, list, defstruct or user type - nil
\e *Error* putprop: first arg must be either symbol, list, defstruct or user type - nil
\e *Error* putprop: first arg must be either symbol, list, defstruct or user type - nil
\e *Error* putprop: first arg must be either symbol, list, defstruct or user type - nil
\e *Error* putprop: first arg must be either symbol, list, defstruct or user type - nil
\e *Error* putprop: first arg must be either symbol, list, defstruct or user type - nil
\e *Error* putprop: first arg must be either symbol, list, defstruct or user type - nil
\e *Error* putprop: first arg must be either symbol, list, defstruct or user type - nil
\e *Error* putprop: first arg must be either symbol, list, defstruct or user type - nil
\e *Error* putprop: first arg must be either symbol, list, defstruct or user type - nil
\e *Error* evalstring: argument #1 should be a string (type template = "ts") - nil
\e *Error* evalstring: argument #1 should be a string (type template = "ts") - nil
\e *Error* eval: unbound variable - process
\e *Error* eval: unbound variable - process
\e *Error* putprop: first arg must be either symbol, list, defstruct or user type - nil
\e *Error* putprop: first arg must be either symbol, list, defstruct or user type - nil

Am missing something?

I am using IC6.1.5-64b.500.9

Thanks,

Naveen

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Hi Naveen,

    It's hard to know without seeing the specific case, but you might need to tell it to call the callInitProc too - sometimes this has to be done for the callbacks to work. You can do that by calling:

    CCSinvokeCdfCallbacks(geGetEditCellView() ?callInitProc t)

    The other possibility is that that callback is referring to cdfgForm and looking at the cellName (say) - this is dubious practice, but it does happen sometimes. In that case, try adding ?addFormFields t to the arg list.

    If neither work, I suggest you contact customer support. You'll need to provide info on the PDK you're using. If the AE handling the service request isn't sure, they can always contact me (as I wrote the code) for help - but we'd need enough data to reproduce the problem.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • navi2582
    navi2582 over 13 years ago

    Hi Andrew,

    Is there any remote chance that it wouldn't work if I run it on the top-level hierarchy, which doesn't have any individual instances placed (only blocks)?

    The reason behind this conclusion is: I copied the top-level schematic (with all the hierarchy) into a new library and ran "CCSCdfCallbackEntireLib.il". It worked (sort of)!!! I still got the same error messages (seen from the icfb window) when it was running on the top-level schematic but was able to successfully reset few other attributes on other schematic cellviews.

    I really appreciate your help (always) !!!

    Thanks,

    Naveen

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

    Naveen,

    If you run on the top level block, it's only going to call the callbacks for the instances placed - so if there's a failing there, it's because of any CDF callbacks on those devices. 

    The errors are probably coming as a consequence of the callbacks themselves. Seeing the data is probably the only way to debug this - but you could try typing:

    _stacktrace=50
    tracelength=50
    tracelevel=50

    and triggering the callbacks and seeing if the additional information makes it any clearer?

    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