• 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. getting the ID of a cellView object from one of its pro...

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 16669
  • 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

getting the ID of a cellView object from one of its properties

Michele Ancis
Michele Ancis over 10 years ago

All

out of my ignorance I was wondering how - if possible - to spot a specific object in a hierarchy from - say - its name.

We have a cellView handle, retrieved for example with a

cv=dbOpenCellViewByType(...)

now,

cv~>instances~>name

would yield something to this effect:

("M1" "C3" "XINV5")

and so on. Of course, I could query the cellName, or other properties.

Now, my question is: is there a possibility to get the object ID of those instances under cv, knowing their name?

I mean something direct, not involving some "foreach" scan.

Hope this makes sense,

Michele

  • Cancel
  • skillUser
    skillUser over 10 years ago

    Hi Michele,

    Yes, you can use dbFindAnyInstByName(), for example:

      instDbId = dbFindAnyInstByName(cv "M01")

    That should answer this particular question.  I will try to get to your others if I have time...

    Regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Michele Ancis
    Michele Ancis over 10 years ago

    Thanks Lawrence!

    I was about to post that I found this function...I am sorry it is not that I am lazy, I am just trying to cut some corners :-)

    Regards,

    Michele

    • 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