• 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. Get all other cells used in a given cell

Stats

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

Get all other cells used in a given cell

CClauson
CClauson over 13 years ago

Hello,

Given a cell, I'm wondering if there's any easy way to programmatically get all other cells used in that cell's design.

Code looks something like this:

;;winId has type "window", as tested
;;by function wtypep()
myCell = windId->cellView

Now, given myCell, how can I create a list of other cells that are referenced in myCell's design?

Also, I have a more general question:  If I'm given a type in SKILL, is there any easy way of finding the documentation for what members it has, like Javadoc?  If this were Javadoc, I'd go to the "window" type, see that it has a "cellView" member.  I'd then go to that type's doc, which would probably answer my question.

Thanks in advance for any advice that can be offered.

 

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Several ways of getting what is in the design. Not sure if you want a list of everything hierarchically - but a couple of approaches (at least) have been posted before, in this post and this other post.

    There are quote detailed manuals which cover the database objects. If you run cdnshelp (if using IC6.1.X) or cdsdoc (if using IC5141), or use the Help menus from within the tools, there's a manual called the Virtuoso Design Environment SKILL Reference which has a chapter on Database Access. This lists the API, but also has a description of each object type and the associated attributes.

    You can also start from a database object and do objId~>? to list the available attribute names, and objId~>?? to get the attribute names and values. So you can look up many things on the fly. You should also be aware of the cdsFinder UNIX command (which can also be launched by typing startFinder() in the CIW) which is a quick reference guide (each function is documented in greater depth in cdnshelp/cdsdoc).

    Regards,

    Andrew.

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

    Several ways of getting what is in the design. Not sure if you want a list of everything hierarchically - but a couple of approaches (at least) have been posted before, in this post and this other post.

    There are quote detailed manuals which cover the database objects. If you run cdnshelp (if using IC6.1.X) or cdsdoc (if using IC5141), or use the Help menus from within the tools, there's a manual called the Virtuoso Design Environment SKILL Reference which has a chapter on Database Access. This lists the API, but also has a description of each object type and the associated attributes.

    You can also start from a database object and do objId~>? to list the available attribute names, and objId~>?? to get the attribute names and values. So you can look up many things on the fly. You should also be aware of the cdsFinder UNIX command (which can also be launched by typing startFinder() in the CIW) which is a quick reference guide (each function is documented in greater depth in cdnshelp/cdsdoc).

    Regards,

    Andrew.

    • 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