• 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. Skill code to get the selected instance's position (wrt...

Stats

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

Skill code to get the selected instance's position (wrt topLevel) in the schematic hierarchy

Atul Dwivedi
Atul Dwivedi over 12 years ago

Hi there,

As the subject suggests, there is a MOS in a subcircuit which I want to reference it to use it in extracting info during simulation like VDS etc.

Ex. a Mos named N0 is in the instance of the subcircuit named "inst1" which inturn is a part of a bigger subcircuit "Inst2" in the topLevel. So from the topLevel I would reference it like: "Inst2.inst1.XN0.M0". [Final use: .extract label=VDSN0 vds(Inst2.inst1.XN0.M0)]

The prefix of "X" and the suffix ".M0" I am able to obtain by some manipulation of cdf params, but I am stuck in finding the rest of the part (Inst2.Inst1).

If anyone could help, it would be nice.

Thanks and Regards,

Atul 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    Atul,

    It's probably geGetInstHier() that you want - this will tell you the hierarchical path down to the current cellView (from where you started - i.e. this assumes you pushed down through the hierarchy), and then you can add on the info for the selected instance to the end.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Atul Dwivedi
    Atul Dwivedi over 12 years ago

    Hi Andrew,

    Thanks a lot. I just tested and I indeed needed exactly this.

    However, the assumption that the user will descend from the toplevel is obvious, but just in case someone (the user) opens the view separately, isn't there any fancy way to get the names of parent cellView and the parent above etc ?

    Regards,

    Atul 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    Atul,

    There is no information in a cellView to be able to find out what your parent is. You could (conceivably) search through every cellView in all the libraries in your cds.lib to find out any cellView that instantiates you, and then repeat this operation over and over again - this would be very slow, and also the likelihood would be that there are multiple instantiations of the block you've opened, and so how would you know which one was intended?

    So it's not a sensible idea.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Atul Dwivedi
    Atul Dwivedi over 12 years ago
    Andrew, Thats a valid point you have stated. However, if I start from the topCellView, the search space would be greatly reduced. However, if there are multiple instances of the current cellView, the same problem remains of identifying which one of them I am currently in. (This is what I understand). Thanks anyways for the previous solution. Regards, Atul
    • 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