• 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. find all cells with external power source (through heirarchy...

Stats

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

find all cells with external power source (through heirarchy)

iDoLayout
iDoLayout over 3 years ago

Ultimately, I would like to draw a highlight around the prBoundary of each cell connected to...let's say vdd & vddr.

I have a way to do so if the cell is at the current level using transform and if(R0,MX, etc) using transform trickery.  

However, diving down to the next level is something different.  What I have in mind is to keep using transform as I dive down, but that gets hairy.  Is there a better way?

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 3 years ago

    It's not that complicated - and I don't think it needs conditional statements to handle the transformations (the "transform trickery"). Most likely you just need to use dbTransformPoint or dbTransformBBox and use the ~>transform on the instances to find that information. Then traverse the hierarchy and concatenate the transforms using dbConcatTransform as you do so. Here's an example in an earlier post which shows doing this kind of recursive traversal and transformation concatenation.

    Andrew 

    • Cancel
    • Vote Up +1 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