• 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. How can I export C/C++ function to skill?

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 1084
  • 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

How can I export C/C++ function to skill?

Wing2
Wing2 over 15 years ago

I have written a bunch of C/C++ stuff using openaccess C++ API. I would like to call the functions that I created from the SKILL (or SKILL++)interface. In other words, I want to create the langauge binding to SKILL/SKILL++. How can I achieve this?

 It will be quite painful for me to re-create these functions in SKILL/SKILL++. It is also inefficient to call it as an external program. Any pointers?

Thanks a lot!!

 

 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    You can't. This is not supported. Linking in external code like this is not allowed for supportability reasons (it makes it impossible to debug when a crash occurs, and could destabilize the code). Normally it would be done via IPC (SKILL ipc* functions). You can also create standalone applications that access the database either using OA or using ITKDB (which gives access to the CDBA API) - but this is still for standalone applications.

    Best 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