• 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 to get the orientation of the terminal in "symbol"

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 144
  • Views 3898
  • 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 to get the orientation of the terminal in "symbol"

Derek WANG
Derek WANG over 10 years ago

Hi All.

I'd like to get the orientation of the terminal for the "symbol" view in the cadence.

Suppose I get the cellview ID by

cv = dbOpenCellViewByType(libId~>name cellId~>name "symbol" "" "a")

and then get the first terminal by

term = car( cv~>terminals )

and how can I find the orientation for the terminal "term", or the orientation of its corresponding shape of the pin.

Thanks in advance.

Best Regards

Yi

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

    Yi,

    Terminals are a logical rather than physical object, so they don't have an orientation. The associated pins can be found by looking at term~>pins and for each pin you can find the pin figures by looking at pin~>figs (in IC5141 there could only be one, so it would be pin~>fig). Even in IC61X, a symbol will only ever have one pin figure (there can be multiple pins though).

    For symbols, these pin figures are nearly always shapes (e.g. a rectangle or ellipse (circle)), and shapes do not have an orientation.

    So I'm not really sure what you're trying to find here and why you need that. Perhaps if  you explain your motivation, then I could suggest a different approach?

    Regards,

    Andrew.

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

    Yi,

    Terminals are a logical rather than physical object, so they don't have an orientation. The associated pins can be found by looking at term~>pins and for each pin you can find the pin figures by looking at pin~>figs (in IC5141 there could only be one, so it would be pin~>fig). Even in IC61X, a symbol will only ever have one pin figure (there can be multiple pins though).

    For symbols, these pin figures are nearly always shapes (e.g. a rectangle or ellipse (circle)), and shapes do not have an orientation.

    So I'm not really sure what you're trying to find here and why you need that. Perhaps if  you explain your motivation, then I could suggest a different approach?

    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