• 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 chop hierarchical ROD object?

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 14605
  • 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 chop hierarchical ROD object?

Slayer
Slayer over 14 years ago

 Hi all!

Could you pls. help me with chopping of the rod objects. The question is I have Instance with RodObject.

 To find this object inside instance I use rodGetOb:

 cv = geGetEditCellView();

gRing = rodGetObj("GuardRing1/GuardRing" cv); Where GuardRing1 - istanceName, GuardRing - name of the rod object;

after that, I  catch all layer on top level and take only m1 layers:

 metStripes = setof(i cv->shapes i->lpp == list("m1" "drawing"));

find m1 path rings in rod object:

 m1SubPath = setof(i gRing->subShapes car(i->lpp) == "m1");

after that, finding common part (metal intersection)  and calculate centerline point and try to make chop, for example:

 rodAddMPPChopHole(gRing list(44.44:19.36 44.44:18.85));
 

But have in CIW following warning:  *WARNING* rodAddMPPChopHole: objId rodObj:0x14b6a18c: hierarchical ROD object not allowed - name is "GuardRing1/GuardRing"

And nothing happend :(

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 14 years ago

    It makes no sense to chop a shape within the sub-cell, surely? What if you have two instances of the block containing the guardring - and hence GuardRing1/GuardRing and GuardRing2/GuardRing ROD objects. If you were able to call rodAddChopHole on the first of these, it would modify the second too - which presumably would not be what you want - because they are in the same cell. 

    I think you'd have to flatten the instance of the cell containing the guardring first before you can add a chop hole. Or open the lower level cell (in SKILL), and then do a rodGetObj("GuardRing" lowerCv) and chop that. 

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Slayer
    Slayer over 14 years ago

     Thx. you Andrey!

    • 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