• 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. d_cellview

Stats

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

d_cellview

1231231
1231231 over 16 years ago

Hi I'm a new comer for SKILL. My question is what are the attributes of object type Cellview?

Are there any documentation describing the object types used in SKILL? 

I cannot find the information on this topic in the local documentation in my department. Thanks a lot.

  • Cancel
  • skillUser
    skillUser over 16 years ago

     Hi,

    The section of that manual that you need is entitled "Description of Database Objects" or "Attributes of Cellviews" depending on the version you are using. For example, this is the "Cadence Design Framework II SKILL Functions Reference" or the "Virtuoso Design Environment SKILL Reference" manual.  These should take you to the appropriate section in SourceLink:

    http://sourcelink.cadence.com/docs/files/Release_Info/Docs/skdfref/skdfref6.31/chap2.html#1040921

    http://sourcelink.cadence.com/docs/files/Release_Info/Docs/skdfref/skdfref07.02/chap2.html#1068544

    There are lots of attributes listed, so I will not list them all here, but some common ones are bBox, cellName, cellViewType, instances, terminals, and shapes.  Hopefully you are aware that these can be accessed using the ~> operator, or the dbGet() or dbGetq() SKILL functions, and set using the operator, or the dbSet()/dbSetq() SKILL functions.

    The documentation should also be available as a PDF file, in this case under

    <cds_install_dir>/doc/skdfref/skdfref.pdf

    Hopefully this answers your questions.

    Regards,

    Lawrence.

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

    One thing I would add is that from any database object you can quickly see what the attributes and their values are in the CIW. In the CIW, we can assign the cellView currently open in the window to one variable and the first item in the selected set to another variable and look at their attributes. First, open a cellview with shapes in it. Select one of the shapes or instances. Then type the following in your CIW:

    cv = geGetEditCellView()
    item = css()
    css() is a shortcut for car(geGetSelSet())

    To see the attribute names:
    cv~>?
    item~>?

    To see the attribute names and values:
    cv~>??
    item~>??

    You can extend this further. If the cellview has shapes in it, try this:
    cv~>shapes~>?
    cv~>shapes~>??
    cv~>shapes~>layerName
    cv~>shapes~>objType

    -Derek

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
  • rflayout
    rflayout over 16 years ago

    I am a layout engineer and not a CAD programmer, but wanted to add these coarse tips and generalities that you may find helpful:

    1. It is very strict in its syntax like C programming (not forgiving like Perl).

    2. It is like LISP in its data and its structure, although it has the optional C like syntax. I went through part of a LISP book and it really helped me (not necessary but I found it helpful).

    3. Finally, you have to be very aware of what the API functions need for inputs and what they return (or side affects).

    4. Basically thinking of just about everything as objects, and having properties and pointing to other objects, their properties and values. Try to find The SKILL CellView Informational Model (nice snapshot of this).

    The other links provided by skillUser are very good.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • ahamlett
    ahamlett over 16 years ago

    The brDataBrowser() function often comes in handy for browsing the cell tree.

    • 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